From 21139ee8f0b9788a6ad171329331bc4bca396dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 19 Apr 2004 23:30:17 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13734 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8d6fe82d9..d11ce58b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ +2004-04-20 Love Hörnquist Åstrand + + * lib/asn1/k5.asn1: ETYPE_DIGEST_MD5_NONE, ETYPE_CRAM_MD5_NONE: + private use, lukeh@padl.com + +2004-04-18 Love Hörnquist Åstrand + + * lib/krb5/krb5_init_context.3: add krb5_context to so its added + as manpage-link too + 2004-04-17 Love Hörnquist Åstrand + * lib/krb5/fcache.c (fcc_remove_cred): simplistic implementation, + XXX add locking + + * kuser/kdestroy.c: add --credential argument that just remove one + credential entry out of the cache specified + * kdc/pkinit.c: replace the krb5.conf configuration option that describes the mapping between principals and subject names with a file, default /var/heimdal/pki-mapping. XXX this should be pushed