From 7c53e8d156b9ea67737cd415c7e9f1aa801bded8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Aug 2003 11:30:04 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12629 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 2 ++ lib/gssapi/krb5/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 0f5006648..c51140307 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,7 @@ 2003-08-25 Love Hörnquist Åstrand + * sequence.c (elem_insert): fix a off by one index counter + * inquire_cred.c (gss_inquire_cred): handle cred_handle beeing GSS_C_NO_CREDENTIAL and use the default cred then. diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 0f5006648..c51140307 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,5 +1,7 @@ 2003-08-25 Love Hörnquist Åstrand + * sequence.c (elem_insert): fix a off by one index counter + * inquire_cred.c (gss_inquire_cred): handle cred_handle beeing GSS_C_NO_CREDENTIAL and use the default cred then.