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