Files
heimdal/lib/ntlm/ChangeLog
Love Hörnquist Åstrand 688957a2f0 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19482 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-20 20:03:28 +00:00

28 lines
719 B
Plaintext

2006-12-20 Love Hörnquist Åstrand <lha@it.su.se>
* 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.
2006-12-19 Love Hörnquist Åstrand <lha@it.su.se>
* ntlm.c (heim_ntlm_build_ntlm1_master): return session master
key.
2006-12-18 Love Hörnquist Å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 Åstrand <lha@it.su.se>
* test_ntlm.c: Add simple parser test app.
* inital version of a NTLM library, only handles ntml version and
ascii strings for now