Module Name: krb5 Committed By: kenh Date: Wed Oct 23 20:08:05 UTC 2002 Modified Files: krb5/src/include/ChangeLog krb5/src/include/krb5.hin krb5/src/lib/krb5/krb/ChangeLog krb5/src/lib/krb5/krb/gic_pwd.c Added Files: Removed Files: Log Message ticket: 1065 ticket: new subject: gic_pwd doesn't support password expiration notification via last_req hint In kerberos-clarifications, a new last-req type (6) has been specified that indicates when a principal's password will expire. This code implements support for this last-req type. Note that the intent is that the last-req type will only be included by the KDC when the time until password expiration reaches some threshold (e.g, one week), so this code will display the password expiration anytime the last-req type is included. To generate a diff of this commit: cvs diff -r1.320 -r1.321 krb5/src/include/ChangeLog cvs diff -r1.141 -r1.142 krb5/src/include/krb5.hin cvs diff -r5.350 -r5.351 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.15 -r5.16 krb5/src/lib/krb5/krb/gic_pwd.c