git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-18 18:21:23 +00:00
parent c2bc1d4b03
commit a7b1b3b1aa

View File

@@ -1,5 +1,9 @@
2008-02-18 Love H<>rnquist <20>strand <lha@it.su.se>
* 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