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