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