[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils ./ChangeLog include/mailutils/auth.h ...
From: |
Alain Magloire |
Subject: |
mailutils ./ChangeLog include/mailutils/auth.h ... |
Date: |
Wed, 14 Nov 2001 12:55:05 -0500 |
CVSROOT: /home/cvs
Module name: mailutils
Changes by: Alain Magloire <address@hidden> 01/11/14 12:55:05
Modified files:
. : ChangeLog
include/mailutils: auth.h
mailbox : Makefile.am auth.c
mailbox/include: auth0.h
Added files:
mailbox : ticket.c wicket.c
Log message:
To provide an easy way to crete a ticket_t from
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
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.339&tr2=1.340&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/include/mailutils/auth.h.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/ticket.c?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/wicket.c?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/Makefile.am.diff?cvsroot=OldCVS&tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/auth.c.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/include/auth0.h.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
- mailutils ./ChangeLog include/mailutils/auth.h ...,
Alain Magloire <=