diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index c3050e3d1..57216ccf6 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,9 @@ 2006-12-20 Love Hörnquist Åstrand + * ntlm/accept_sec_context.c: Don't send targetinfo now. + + * ntlm/init_sec_context.c: Build ntlmv2 answer buffer. + * ntlm/init_sec_context.c: Leak less memory. * ntlm/init_sec_context.c: Announce that we support key exchange. diff --git a/lib/ntlm/ChangeLog b/lib/ntlm/ChangeLog index cb22aff5b..fccbf816d 100644 --- a/lib/ntlm/ChangeLog +++ b/lib/ntlm/ChangeLog @@ -1,5 +1,9 @@ 2006-12-20 Love Hörnquist Åstrand + * test_ntlm.c: add some new tests. + + * ntlm.c: Add ntlmv2 answer calculating functions. + * ntlm.c: sent lm hashes, needed for NTLM2 session * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.