diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index ef66584b1..4042371fa 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,9 @@ 2008-02-18 Love Hörnquist Åstrand + * spnego/init_sec_context.c (spnego_reply): if the reply token was + of length 0, make it the same as no token. Pointed out by Zeqing + Xia. + * 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