git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-18 21:24:02 +00:00
parent 450f635e88
commit 76160f2497
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* 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.

View File

@@ -1,5 +1,10 @@
2006-12-13 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
version 1 "master" key.
2006-12-13 Love H<>rnquist <20>strand <lha@it.su.se>
* test_ntlm.c: Add simple parser test app.
* inital version of a NTLM library, only handles ntml version and