*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@307 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-03-18 00:00:48 +00:00
parent 7e61fff02a
commit 63b6f620c2
6 changed files with 684 additions and 54 deletions

View File

@@ -102,8 +102,9 @@ typedef krb5_context_data *krb5_context;
typedef time_t krb5_time;
typedef struct krb5_times{
krb5_time endtime;
krb5_time authtime;
krb5_time starttime;
krb5_time endtime;
krb5_time renew_till;
} krb5_times;
@@ -149,6 +150,7 @@ typedef struct krb5_creds {
krb5_ticket second_ticket; /* ? */
krb5_data authdata; /* ? */
krb5_addresses addresses;
} krb5_creds;