From cb69d1b872a195b770ced60686d809b8960a76f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 19 Mar 2004 15:07:15 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13544 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 865b01809..405e3d938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,28 @@ +2004-03-19 Love Hörnquist Åstrand + + * doc/win2k.texi: fix bugs in examples, add more restrictions, use + example.com as an example. From: Pavel Ferdan + + 2004-03-18 Johan Danielsson * lib/krb5/krb5.conf.5: add a bunch of Li and document [kadmin] password_lifetime; from Henry B. Hotz +2004-03-14 Love Hörnquist Åstrand + + * lib/krb5/mk_rep.c (krb5_mk_rep): if KRB5_AUTH_CONTEXT_USE_SUBKEY + is set send subkey + (generate if needed) + + * lib/krb5/krb5.h: add KRB5_AUTH_CONTEXT_USE_SUBKEY + +2004-03-14 Love Hörnquist Åstrand + + * lib/hdb/hdb-ldap.c: clean up error handling, plug memory leaks, + and free memory in error path, assume realloc(NULL, ...) works, + factor out common code, indent + 2004-03-12 Love Hörnquist Åstrand * lib/krb5/verify_krb5_conf.c: understand [password_quality]