From 83d42d8b1d2c6c1ca856c18f5a591d4b8d4772e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 9 May 2007 15:34:49 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20635 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index abc1adccc..a3a6c9801 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,13 @@ +2007-05-09 Love Hörnquist Åstrand + + * krb5/inquire_cred_by_mech.c: Fill in all of the variables if + they are passed in. Pointed out by Phil Fisher. + 2007-05-08 Love Hörnquist Åstrand + * krb5/inquire_cred.c: Fix copy and paste error, bug spotted by + from Phil Fisher. + * mech: dont keep track of gc_usage, just figure it out at gss_inquire_cred() time