git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20811 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-03 03:24:38 +00:00
parent 4cb78cbb30
commit af5f66bb0d

View File

@@ -1,5 +1,14 @@
2007-05-31 Love H<>rnquist <20>strand <lha@it.su.se>
2007-06-02 Love H<>rnquist <20>strand <lha@it.su.se>
* test_ntlm.c: Test both with and without keyex.
* ntlm/digest.c: If we didn't set session key, don't expect one
back.
* test_ntlm.c: Set keyex flag and calculate session key.
2007-05-31 Love H<>rnquist <20>strand <lha@it.su.se>
* spnego/accept_sec_context.c: Use the return value before is
overwritten by later calls. From Rafal Malinowski