]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - crypto/heimdal/lib/ntlm/ChangeLog
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / crypto / heimdal / lib / ntlm / ChangeLog
1 2008-05-14  Love Hornquist Astrand  <lha@kth.se>
2
3         * ntlm.c: replace hashes with keys.
4
5 2008-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
6
7         * ntlm.c: Use DES_set_key_unchecked().
8
9 2007-12-28  Love Hörnquist Åstrand  <lha@it.su.se>
10
11         * heimntlm.h: Add NTLM_TARGET_*
12
13         * ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a
14         username. From Ming Yang.
15
16 2007-11-11  Love Hörnquist Åstrand  <lha@it.su.se>
17
18         * move doxygen into the main file
19
20         * write doxygen documentation
21
22         * export heim_ntlm_free_buf, start doxygen documentation
23         
24 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
25
26         * ntlm.c: Use unsigned char * as argument to HMAC_Update to please
27         OpenSSL and gcc.
28
29         * test_ntlm.c: more verbose what we are testing.
30
31 2007-07-10  Love Hörnquist Åstrand  <lha@it.su.se>
32
33         * Makefile.am: New library version.
34
35 2007-06-20  Love Hörnquist Åstrand  <lha@it.su.se>
36
37         * test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp
38
39         * ntlm.c: Change prototype to match other heim_ntlm_calculate
40         functions.
41
42         * test_ntlm.c: Its ok if infotarget2 length is longer.
43
44         * ntlm.c: Merge in changes from Puneet Mehra and make work again.
45
46         * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
47         From Puneet Mehra.
48
49         * version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from
50         Puneet Mehra.
51
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>
59
60         * Makefile.am: EXTRA_DIST += version-script.map.
61         
62 2007-06-03  Love Hörnquist Åstrand  <lha@it.su.se>
63
64         * test_ntlm.c: Free memory diffrently.
65
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>
75
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.
85
86         * ntlm.c: Extract the infotarget from the answer.
87
88         * ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply
89         
90 2006-12-22  Dave Love  <fx@gnu.org>
91
92         * ntlm.c: Include <limits.h>.
93         
94 2006-12-20  Love Hörnquist Åstrand  <lha@it.su.se>
95
96         * test_ntlm.c: add some new tests.
97
98         * ntlm.c: Add ntlmv2 answer calculating functions.
99
100         * ntlm.c: sent lm hashes, needed for NTLM2 session
101
102         * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
103         
104 2006-12-19  Love Hörnquist Åstrand  <lha@it.su.se>
105
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.
117
118         * inital version of a NTLM library, only handles ntml version 1 and
119         ascii strings for now
120