git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15524 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-29 01:02:56 +00:00
parent 68af583951
commit fed446866c

View File

@@ -1,3 +1,12 @@
2005-06-29 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <lukeh@padl.com>
* 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 <20>strand <lha@it.su.se>
* kdc/524.c: Always include <krb5-v4compat.h>.
2005-06-23 Love H<>rnquist <20>strand <lha@it.su.se>
* doc/intro.texi: no more libdes, gssapi lib is complete
* lib/krb5/krb5.conf.5: Documentation for password quality
control. From: "James F. Hranicky" <jfh@cise.ufl.edu>
* 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