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