diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index f36e87de0..caf9cd39e 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,4 +1,17 @@ +2006-11-13 Love Hörnquist Åstrand + + * mech/gss_set_cred_option.c: When calling ->gm_set_cred_option + and checking for success, use GSS_S_COMPLETE. From Andrew Bartlet. + +2006-11-12 Love Hörnquist Åstrand + + * Makefile.am: Help solaris make even more. + + * Makefile.am: Help solaris make. + 2006-11-09 Love Hörnquist Åstrand + + * Makefile.am: remove include $(srcdir)/Makefile-digest.am for now * mech/gss_accept_sec_context.c: Try better guessing what is mech we are going to select by looking harder at the input_token, idea