From 74bb34d6f0f4f66aede9268356c1d993df8ed460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Feb 2008 18:06:21 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22597 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index fea1674b6..ef66584b1 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,10 @@ +2008-02-18 Love Hörnquist Åstrand + + * krb5/acquire_cred.c (acquire_initiator_cred): handle the + credential cache better, use destroy/close when appriate and for + all cases. Thanks to Michael Allen for point out the memory-leak + that I also fixed. + 2008-02-03 Love Hörnquist Åstrand * spnego/accept_sec_context.c: Make error reporting somewhat more