source: heimdal/trunk/lib/ntlm/ChangeLog@ 5

Last change on this file since 5 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 3.0 KB
Line 
12008-05-14 Love Hornquist Astrand <lha@kth.se>
2
3 * ntlm.c: replace hashes with keys.
4
52008-04-27 Love Hörnquist Å
6strand <lha@it.su.se>
7
8 * ntlm.c: Use DES_set_key_unchecked().
9
102007-12-28 Love Hörnquist Å
11strand <lha@it.su.se>
12
13 * heimntlm.h: Add NTLM_TARGET_*
14
15 * ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a
16 username. From Ming Yang.
17
182007-11-11 Love Hörnquist Å
19strand <lha@it.su.se>
20
21 * move doxygen into the main file
22
23 * write doxygen documentation
24
25 * export heim_ntlm_free_buf, start doxygen documentation
26
272007-07-17 Love Hörnquist Å
28strand <lha@it.su.se>
29
30 * ntlm.c: Use unsigned char * as argument to HMAC_Update to please
31 OpenSSL and gcc.
32
33 * test_ntlm.c: more verbose what we are testing.
34
352007-07-10 Love Hörnquist Å
36strand <lha@it.su.se>
37
38 * Makefile.am: New library version.
39
402007-06-20 Love Hörnquist Å
41strand <lha@it.su.se>
42
43 * test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp
44
45 * ntlm.c: Change prototype to match other heim_ntlm_calculate
46 functions.
47
48 * test_ntlm.c: Its ok if infotarget2 length is longer.
49
50 * ntlm.c: Merge in changes from Puneet Mehra and make work again.
51
52 * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
53 From Puneet Mehra.
54
55 * version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from
56 Puneet Mehra.
57
58 * ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet
59 Mehra.
60
61 * test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
62 Puneet Mehra.
63
642007-06-08 Love Hörnquist Å
65strand <lha@it.su.se>
66
67 * Makefile.am: EXTRA_DIST += version-script.map.
68
692007-06-03 Love Hörnquist Å
70strand <lha@it.su.se>
71
72 * test_ntlm.c: Free memory diffrently.
73
74 * ntlm.c: Make free functions free memory.
75
762007-04-22 Love Hörnquist Å
77strand <lha@it.su.se>
78
79 * Makefile.am: symbol versioning.
80
81 * version-script.map: symbol versioning.
82
832007-01-31 Love Hörnquist Å
84strand <lha@it.su.se>
85
86 * test_ntlm.c: No need to include <gssapi.h>.
87
882007-01-04 Love Hörnquist Å
89strand <lha@it.su.se>
90
91 * Makefile.am: add LIB_roken for test_ntlm
92
932006-12-26 Love Hörnquist Å
94strand <lha@it.su.se>
95
96 * test_ntlm.c: Verify infotarget.
97
98 * ntlm.c: Extract the infotarget from the answer.
99
100 * ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply
101
1022006-12-22 Dave Love <fx@gnu.org>
103
104 * ntlm.c: Include <limits.h>.
105
1062006-12-20 Love Hörnquist Å
107strand <lha@it.su.se>
108
109 * test_ntlm.c: add some new tests.
110
111 * ntlm.c: Add ntlmv2 answer calculating functions.
112
113 * ntlm.c: sent lm hashes, needed for NTLM2 session
114
115 * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
116
1172006-12-19 Love Hörnquist Å
118strand <lha@it.su.se>
119
120 * ntlm.c (heim_ntlm_build_ntlm1_master): return session master
121 key.
122
1232006-12-18 Love Hörnquist Å
124strand <lha@it.su.se>
125
126 * ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
127 version 1 "master" key.
128
1292006-12-13 Love Hörnquist Å
130strand <lha@it.su.se>
131
132 * test_ntlm.c: Add simple parser test app.
133
134 * inital version of a NTLM library, only handles ntml version 1 and
135 ascii strings for now
136
Note: See TracBrowser for help on using the repository browser.