1 2007-12-28 Love Hörnquist Åstrand <lha@it.su.se>
3 * heimntlm.h: Add NTLM_TARGET_*
5 * ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a
6 username. From Ming Yang.
8 2007-11-11 Love Hörnquist Åstrand <lha@it.su.se>
10 * move doxygen into the main file
12 * write doxygen documentation
14 * export heim_ntlm_free_buf, start doxygen documentation
16 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
18 * ntlm.c: Use unsigned char * as argument to HMAC_Update to please
21 * test_ntlm.c: more verbose what we are testing.
23 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
25 * Makefile.am: New library version.
27 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
29 * test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp
31 * ntlm.c: Change prototype to match other heim_ntlm_calculate
34 * test_ntlm.c: Its ok if infotarget2 length is longer.
36 * ntlm.c: Merge in changes from Puneet Mehra and make work again.
38 * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
41 * version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from
44 * ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet
47 * test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
50 2007-06-08 Love Hörnquist Åstrand <lha@it.su.se>
52 * Makefile.am: EXTRA_DIST += version-script.map.
54 2007-06-03 Love Hörnquist Åstrand <lha@it.su.se>
56 * test_ntlm.c: Free memory diffrently.
58 * ntlm.c: Make free functions free memory.
60 2007-04-22 Love Hörnquist Åstrand <lha@it.su.se>
62 * Makefile.am: symbol versioning.
64 * version-script.map: symbol versioning.
66 2007-01-31 Love Hörnquist Åstrand <lha@it.su.se>
68 * test_ntlm.c: No need to include <gssapi.h>.
70 2007-01-04 Love Hörnquist Åstrand <lha@it.su.se>
72 * Makefile.am: add LIB_roken for test_ntlm
74 2006-12-26 Love Hörnquist Åstrand <lha@it.su.se>
76 * test_ntlm.c: Verify infotarget.
78 * ntlm.c: Extract the infotarget from the answer.
80 * ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply
82 2006-12-22 Dave Love <fx@gnu.org>
84 * ntlm.c: Include <limits.h>.
86 2006-12-20 Love Hörnquist Åstrand <lha@it.su.se>
88 * test_ntlm.c: add some new tests.
90 * ntlm.c: Add ntlmv2 answer calculating functions.
92 * ntlm.c: sent lm hashes, needed for NTLM2 session
94 * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
96 2006-12-19 Love Hörnquist Åstrand <lha@it.su.se>
98 * ntlm.c (heim_ntlm_build_ntlm1_master): return session master
101 2006-12-18 Love Hörnquist Åstrand <lha@it.su.se>
103 * ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
104 version 1 "master" key.
106 2006-12-13 Love Hörnquist Åstrand <lha@it.su.se>
108 * test_ntlm.c: Add simple parser test app.
110 * inital version of a NTLM library, only handles ntml version 1 and
111 ascii strings for now