diff --git a/ChangeLog b/ChangeLog index f175ddb8c..f2a615bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-29 Love Hörnquist Åstrand + + * kdc/kerberos5.c: Add logging of all timestamps in AS-REQ and + TGS-REQ, for auditing + + * kdc/kerberos5.c (as_req): print the supported encryption types + so its possible to know what clients to update. + (find_rpath): return const char * and update callers. + 2005-06-28 Luke Howard * kcm/connect.c: fix arguments to kcm_log() when reporting @@ -6,8 +15,20 @@ * kcm/connect.c: don't send socket address in msghdr, it returns an already connected error on Linux +2005-06-24 Love Hörnquist Åstrand + + * kdc/524.c: Always include . + 2005-06-23 Love Hörnquist Åstrand + * doc/intro.texi: no more libdes, gssapi lib is complete + + * lib/krb5/krb5.conf.5: Documentation for password quality + control. From: "James F. Hranicky" + + * lib/krb5/verify_krb5_conf.c (password_quality_entries): add + min_length and min_classes + * kdc/kaserver.c: log the kaserver requests, avoid shadowing variables