diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index a1e30e3c3..349c386f2 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,16 @@ 2006-12-18 Love Hörnquist Åstrand + * ntlm/init_sec_context.c: Calculate the NTLM version 1 "master" + key. + + * spnego/accept_sec_context.c: Resurect negHints for the acceptor + sends first packet. + + * Makefile.am: Add "windows" versions of the NegTokenInitWin and + friends. + + * test_context.c: add --wrapunwrap flag + * spnego/compat.c: move _gss_spnego_indicate_mechtypelist() to compat.c, use the sequence types of MechTypeList, make add_mech_type() static. diff --git a/lib/ntlm/ChangeLog b/lib/ntlm/ChangeLog index f256914f7..7ee1ada14 100644 --- a/lib/ntlm/ChangeLog +++ b/lib/ntlm/ChangeLog @@ -1,5 +1,10 @@ -2006-12-13 Love Hörnquist Åstrand +2006-12-18 Love Hörnquist Åstrand + * ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm + version 1 "master" key. + +2006-12-13 Love Hörnquist Åstrand + * test_ntlm.c: Add simple parser test app. * inital version of a NTLM library, only handles ntml version and