From b39214ed96e2a6eef76497f0c161ececec74925c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Apr 2007 13:30:37 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20365 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index b14bf1a6e..7823523ea 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,14 @@ +2007-04-17 Love Hörnquist Åstrand + + * spnego/cred_stubs.c: Need to import spnego name before we can + use it as a gss_name_t. + + * test_acquire_cred.c: use this test as part of the regression + suite. + + * mech/gss_acquire_cred.c (gss_acquire_cred): dont init + cred->gc_mc every time in the loop. + 2007-04-15 Love Hörnquist Åstrand * Makefile.am: add test_common.h