From 36486402942c51444ac8a62471572cee75fcdc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 11 Oct 2004 23:52:25 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14298 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1eb1737d9..5aae97c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-12 Love Hörnquist Åstrand + + * lib/hdb/{keys.c,Makefile.am},lib/kadm5/{keys,set_keys}.c: + Move keyset parsing and password based keyset generation into hdb. + Requested by Andrew Bartlett for hdb-ldb + backend. + 2004-10-07 Love * kuser/kinit.c: adapt to new signature of @@ -67,11 +74,29 @@ * kuser/kinit.c: make sure we don't always get renewable creds +2004-09-11 Love Hörnquist Åstrand + + * lib/krb5/acache.c: use krb5_ccapi.h + + * lib/krb5/krb5_ccapi.h: break out krb5 api definitions to + separate (not installed) file + + * lib/krb5/Makefile.am: add AM_CPPFLAGS to libkrb5_la_CPPFLAGS + since AM_CPPFLAGS overridden by target specific _CPPFLAGS + 2004-09-08 Love Hörnquist Åstrand * lib/krb5/pkinit.c: make variable shorter, make error messages from pkinit, make freeing easier +2004-09-06 Love Hörnquist Åstrand + + * lib/krb5/Makefile.am: link libkrb5 with LIB_dlopen + + * lib/krb5/crypto.c (seed_something): avoid poking at memory that + is uninitialized, make valgrind unhappy. Pointd out by + abartlet@samba.org. While where, plug the fd leak. + 2004-09-05 Love Hörnquist Åstrand * lib/asn1/der_get.c (decode_*): name all tag-length variables the