* kerberos_v4.c (kerb_get_principal): Modify to take a pointer to
authorTom Yu <tlyu@mit.edu>
Sat, 7 Oct 2000 02:31:21 +0000 (02:31 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 7 Oct 2000 02:31:21 +0000 (02:31 +0000)
commit7931ce669953bea81e37db21b2579e5dd1f9885c
tree4578569bf21a940ed598a06153f6c93d8d88f99c
parenteecc72999417642f6654222a49ddc9f3d1bbf13b
* kerberos_v4.c (kerb_get_principal): Modify to take a pointer to
a krb5_deltat in order to return the life in seconds.  Also, use
time_to_life() to compute krb4 life.
(check_princ): Modify to pass a pointer to a krb5_deltat to
kerb_get_principal().
(set_tgtkey): Update for new kerb_get_principal() call signature.
(kerberos_v4): Update for new check_princ() call signature.
Modify lifetime computations to use lifetimes in seconds.
Back-date issue time if necessary.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12729 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/kerberos_v4.c