"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 2003-02-23 Carlos Sepulveda (casz69(at)yahoo.com)
2
3 * Make branch mod_ntlm2, and porting to Apache2.
4
5 * change to version mod_ntlm2-0.1
6
7 2003-02-20 Carlos Sepulveda (casz69(at)yahoo.com)
8
9 * replace version at sf.net (0.3) with mod_ntlm-0.3.fhz-3
10 This version was get from http://perso.club-internet.fr/hernanf/
11 (thanks to Franck Hernandez)
12
13 * change version number : mod_ntlm-0.4
14
15 2003-02-16 Franck Hernandez (hernanf(at)club-internet.fr)
16
17 * changed version number : mod_ntlm-0.3.fhz-3
18
19 2003-01-12 Franck Hernandez (hernanf(at)club-internet.fr)
20
21 * mod_ntlm.c : correct a memory allocation bug in Basic authentication
22 (thanks to scott armstrong (scottbird7(at)hotmail.com)
23
24 2002-10-19 Franck Hernandez (hernanf(at)club-internet.fr)
25
26 * ntlmssp.inc.c : NTLM dialog enhanced => better support for some IE
27 versions (thanks to Jeremy C. Reed reed(at)reedmedia.net )
28
29 2002-03-30 Franck Hernandez (hernanf(at)club-internet.fr)
30
31 * mod_ntlm.c ntlmssp.inc.c : use standard apache api to deal with
32 AuthNTGroups (thanks to Terje Bless (link(at)pobox.com)
33
34 2001-09-04 Franck Hernandez <hernanf(at)club-internet.fr>
35
36 * mod_ntlm.c and ntlmssp.inc.c:
37 Windows 9x now can authenticate against mod_ntlm
38 (support for old lm (LanManager)protocol implemented)
39
40 2000-10-25 Sverre H. Huseby <shh(at)thathost.com>
41
42 * Documentation/mod_ntlm.html: Added docs from Markus regarding NT
43 groups.
44
45 2000-10-18 Sverre H. Huseby <shh(at)thathost.com>
46
47 * mod_ntlm.c: Included patches from Markus.Rietzler(at)rzf.fin-nrw.de
48 to support NT groups.
49
50 2000-07-11 Sverre H. Huseby <shh(at)thathost.com>
51
52 * ntlmssp.inc.c: Disabled two `unsigned char data[0]' in the
53 structs, as they failed to compile on HP/UX, and were not used
54 anyway. Thanks to Markus.Rietzler(at)rzf.fin-nrw.de for reporting
55 this. Please note that using structs for passing binary data
56 across different platforms is a BAD THING. Someone should rewrite
57 this stuff.
58
59 2000-05-27 Sverre H. Huseby <sverrehu(at)online.no>
60
61 * Documentation/mod_ntlm.html: Added description of the Basic
62 authentication settings.
63
64 2000-05-23 Sverre H. Huseby <sverrehu(at)online.no>
65
66 * mod_ntlm.c: Added optional support for using Apache's built in
67 ap_base64decode/encode rather than the inline copy used
68 previously. If it works as expected, we may remove the old code
69 later. Look for the USE_APACHE_PROVIDED_UU_FUNCTIONS macro.
70
71 * ntlmssp.inc.c: added different return values to the
72 ntlm_msgX_getXXX functions, to be able to spot which one is
73 troublesome.
74
75 2000-05-16 Sverre H. Huseby <sverrehu(at)online.no>
76
77 * Restructured everything so that all *.c files (renamed from
78 .c to .inc.c) are #include'd rather than linked. Made every
79 function and variable static. This way we don't pollute the
80 name space inside Apache.
81
82 * Encapsulated all .h files in #ifdef's, to be able to include
83 several times without redefining anything.
84
85 * Ran GNU indent on all files, to have consistent look. Did
86 some manual cleanup, and expanded all tabs to spaces.
87
88 * Removed lots of unused functions and variables.
89
90 * Removed md4.c, config.h and smblib.h
91
92 2000-05-11 Sverre H. Huseby <sverrehu(at)online.no>
93
94 * mod_ntlm.c: Implemented optional authentication using Basic in
95 addition to NTLM, so that other browsers than MSIE will be able to
96 connect too.
97
98 Fixed a bug causing a failed authentication to succeed if the user
99 reloaded the page (!). To solve this problem, the variable
100 auth_ok was added to ntlm_connect_rec.
101
102 * ntlmssp.h: function ntlm_msg3_gethostname failed at my place,
103 causing the entire authentication to fail. As I couldn't see any
104 utilisation of the hostname anywhere, I made this function return
105 0 even if it fails. This should probably be looked into, and be
106 fixed the "correct" way.
107
108 $Id: ChangeLog,v 1.3.4.1 2003/02/23 15:59:57 casz Exp $