diff --git a/ChangeLog b/ChangeLog index e723ac0b6..b1c6507a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-11-18 Love Hörnquist Åstrand + + * kpasswd/kpasswdd.c (main): parse kdc.conf From: Jeffrey + Hutzelman + +2003-11-15 Love Hörnquist Åstrand + + * lib/krb5/Makefile.am (TESTS): add test_crypto + + * lib/krb5/test_crypto.c: time crypto operations + +2003-11-14 Love Hörnquist Åstrand + + * doc/init-creds: spelling, Bruno Rohee + 2003-11-09 Love Hörnquist Åstrand * lib/krb5/rd_req.c (krb5_verify_ap_req2): krb5_free_ticket free diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index 248411046..292083d6f 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,9 @@ +2003-11-18 Love Hörquist Åstrand + + * kadmind.c (main): move opening the logfile to after reading + kdc.conf move the loading of hdb keytab ops closer to where its + used From: Jeffrey Hutzelman + 2003-10-04 Love Hörquist Åstrand * util.c (str2time_t): allow whitespace between date and time