From 5f27c2cd3a83b2773893e30de1114feec33fc103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Dec 2006 16:49:10 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19350 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d248a58e7..5452bead1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ -2006-12-14 Love Hörnquist Åstrand +2006-12-15 Love Hörnquist Åstrand + * lib/krb5/fcache.c: Support "iteration" of file credential caches + by giving the user back the default file credential cache and only + that. + + * lib/krb5/krb5_locl.h: Expand the default root for some of the cc + type names. + +2006-12-14 Love Hörnquist Åstrand + * lib/krb5/init_creds_pw.c (free_paid): free the krb5_data structure too. Bug report from Stefan Metzmacher.