1. 15 Nov, 2001 1 commit
  2. 14 Nov, 2001 3 commits
    •         a file, one can create a wicket_t and fetch ticket_t's
              for different users to set on the authority.
              {
                wicket_t (&wicket, "/home/alain/.tickets");
                wicket_get_ticket (wicket, &ticket, "alain", NULL);
                authority_set_ticket (wicket, ticket);
              }
      
              * include/mailutils/auth.h: Added wicket_t prototypes
              functions: wicket_create(), wicket_destroy,
              wicket_get_ticket().  New prototype ticket_set_data ()
              ticket_get_data () ticket_set_destroy (), ticket_set_owner();
              * mailbox/wicket.c: New file, implements wicket_t.
              * mailbox/ticket.c: New file, implements ticket_t.
              * mailbox/auth.c: Implements only authority_t.
              * mailbox/Makefile.am: Update for ticket.c and wicket.c
      Alain Magloire authored
    • Sergey Poznyakoff authored
    • Sergey Poznyakoff authored
  3. 13 Nov, 2001 9 commits
  4. 12 Nov, 2001 10 commits
  5. 11 Nov, 2001 17 commits