git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19537 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 14:49:56 +00:00
parent b95c3bd0bb
commit ead67afe06

View File

@@ -1,3 +1,25 @@
2006-12-28 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/accept_sec_context.c: Pass signseal argument to
_gss_ntlm_set_key.
* ntlm/init_sec_context.c: Pass signseal argument to
_gss_ntlm_set_key.
* ntlm/crypto.c (_gss_ntlm_set_key): add signseal argument
* test_ntlm.c: add ntlmv2 test
* ntlm/ntlm.h: break out struct ntlmv2_key;
* ntlm/crypto.c (_gss_ntlm_set_key): set ntlm v2 keys.
* ntlm/accept_sec_context.c: Set dummy ntlmv2 keys and Check TI.
* ntlm/ntlm.h: NTLMv2 keys.
* ntlm/crypto.c: NTLMv2 sign and verify.
2006-12-20 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/accept_sec_context.c: Don't send targetinfo now.