-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathChangeLog
60 lines (40 loc) · 2.08 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Version History
===============
1.6.0 Reformat code, strip out support for Apache < 2.4. If this is
still required, submit patches to add support via
preprocessor macros. We will no longer be maintaining per
version copies of mod_auth_radius.c.
1.5.4 Support for retries from John Lines <[email protected]>
Port to Apache 2.0 by Harrie Hazewinkel <[email protected]>
1.5.3 Bug fix from Bryan Stansell <[email protected]>, to set
the right data element for the AddRadiusCookieValid configuration
item.
1.5.2 Updates for NAS-Identifier and NAS-IP-Address, based on ideas
from Adrian Hosey <[email protected]>. The NAS-Identifier is
the virtual server host name, and the NAS-IP-Address is the
IP address of the base server.
Also integrated code from http://www.wede.de/sw/mod_auth_radius/
which had forked form this one after v1.3.3.
1.5.1 Quick release, for bug found by [email protected].
1.5.0 Don't stat() proxy requests.
1.3.3 Another minor bug fix and configuration hints for Apache 1.3.x
Thanks to Hiroshi MIZOGUCHI <[email protected]>.
1.3.2 Fixed a bug which sometimes caused a SEGV in debugging mode.
Thanks to Tomi Leppikangas <[email protected]> for
pointing it out.
1.3.1 (minor) Added more error output on failed response
1.3.0 Fixed for Apache 1.3.0
1.2.5 Corrected typo in sscanf
1.2.4 Added support for debugging, so people can see what's going
on during the authentication process. Define DEBUG_RADIUS
in the code below to enable debugging.
1.2.3 Corrected some problems with normal username/password
authentication and re-loads.
1.2.2: Cleaned up usage of IP addresses
return failure on unknown RADIUS response code.
1.2.1: Finalized challenge/response & tested it
1.2 : Cookies are expired on authentication failure.
Add to r->err_headers_out, NOT r->headers_out.
1.1 : Bug fixes ("forever" is one month, not 12 minutes)
Added proper error outputs
1.0 : Initial version.