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.