diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 349c386f2..7c95cc0e8 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,11 @@ -2006-12-18 Love Hörnquist Åstrand +2006-12-19 Love Hörnquist Åstrand + * spnego/accept_sec_context.c: try using gss_accept_sec_context() + on the opportunistic token instead of guessing the acceptor name + and do gss_acquire_cred, this make SPNEGO work like before. + +2006-12-18 Love Hörnquist Åstrand + * ntlm/init_sec_context.c: Calculate the NTLM version 1 "master" key. diff --git a/tests/ChangeLog b/tests/ChangeLog index a81005feb..e0e955206 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2006-12-19 Love Hörnquist Åstrand + + * gss/check-context.in: don't need to set GSSAPI_SPNEGO_NAME any + longer + 2006-12-18 Love Hörnquist Åstrand * gss/check-context.in: Define GSSAPI_SPNEGO_NAME and re-add