f5d421a95437b0b22e465819613cd000a8b42bc3
[libradsec.git] / ChangeLog
1 2011-09-28 1.5-dev
2         New features:
3         - Support for F-Ticks logging.
4         - New binary radsecproxy-hash.
5
6         Incompatible changes:
7         - catgconf renamed to radsecproxy-conf.
8
9         Bug fixes:
10         - All compiler warnings removed.  Building with -Werror.
11
12 2010-11-23 1.4.2
13         Bug fixes:
14         - Don't disable OpenSSL session caching for 0.9.8p and newer in
15           the 0.9.x track.
16         - Detect OpenSSL version at runtime rather than at compile time.
17
18 2010-11-17 1.4.1
19         Bug fixes:
20         - OpenSSL session caching is disabled when built against OpenSSL
21           older than 1.0.0b to mitigate possible effects of
22           http://openssl.org/news/secadv_20101116.txt (RADSECPROXY-14).
23         - Crash bug when reading improper config file fixed.
24
25 2010-06-12 1.4
26         Incompatible changes:
27         - Log level 4 used to be DBG_DBG but is now DBG_NOTICE.  In order
28         to keep the same behaviour as in previous versions of radsecproxy,
29         those who have LogLevel set to 4 need to change this to 5.  Log
30         levels 1, 2 and 3 are unaffected.
31
32         New features and various improvements:
33         - LoopPrevention per server has been added.
34         - AddVendorAttribute rewrite configuration has been added.
35         - New log level, DBG_NOTICE, added.
36         - Diagnostics improved for errors resulting from failing syscalls.
37         - Removed all compiler warnings (compiling with -Wall).
38
39         Bug fixes:
40         - A UDP fragmentation issue.
41         - Build on Solaris when compiling with gcc.
42         - A bug in pwdencrypt() with passwords of a length greater than
43         16 octets.
44
45 2009-07-22 1.3.1
46         Fixed header files for FreeBSD
47         Fix for multiple UDP servers on same IP address, solves accounting
48         problems.
49
50 2009-03-12 1.3
51         Fixed some very minor bugs
52         Changed log levels for some messages, made loglevel 2 default
53
54 2009-02-18 1.3-beta
55         Client and Server blocks may contain multiple host options.
56         Configure (Makefile) options for specifying which transports
57         should be supported in a build.
58
59 2008-12-04 1.3-alpha
60         Support for TCP and DTLS transports (type tcp, type dtls)
61         Listen... options can be specified multiple times
62         Dynamic server discovery
63         DuplicateInterval option in client block for specifying for how
64           long a request/reply shall be stored for duplicate detection
65         Support for RADIUS TTL (hopcount) attribute. Decrements value of
66           the TTL attribute if present, discards message if becomes 0.
67           If addTTL option is used, the TTL attribute is added with the
68             specified value if the forwarded message does not have one.
69         PolicyOID option can be used to require certain CA policies.
70
71 2008-10-07 1.2
72         listenTCP and sourceTCP options renamed to listenTLS and sourceTLS
73           Old options deprecated but available for backwards compatiblity
74         Logging reply-message attribute from Reject messages
75           Contribution from Arne Schwabe
76         Rewrite blocks have new options addAttribute and modifyAttribute
77         rewriteIn (replacing rewrite) and rewriteOut in client and server
78           blocks for specifying rewrite on input/output. rewrite deprecated
79           but available as an alias for rewriteIn for backwards compatibility.
80         rewritein rewriteout rewrite
81         regular expressions in realms etc can now be more advanced, including
82           use of "or".
83         cacheExpiry option in tls blocks for specifying expiry time for the
84           cache of CA certificates and CRLs. This is particularly useful for
85           regularly updating CRLs.
86         Some logging has been made more informative
87
88 2008-07-24 1.1
89         Logging stationid attribute
90         Added LoopPrevention option
91         Failover also without status-server
92         Options for RetryCount and RetryInterval
93         Working accounting and AccountingResponse option
94         CRL checking and option for enabling it
95
96 2008-05-14 1.1-beta
97         No longer looks for radsecproxy.conf in current directory
98         Rewrite block that allows removal of specified attributes
99         certificateNameCheck option for disabling CN/SubjectAltName check
100         matchCertificateAttribute now also supports CN matching
101         Forwarding of accounting messages, accountingServer option for realms
102         Supports multiple client blocks for same source address with different
103           certificate checks
104         Removed weekday from log timestamps
105
106 2007-12-24 1.1-alpha
107         Pretend option for validating configuration
108         Include option for including additional config files
109         Allows clients configured by IP prefix, dynamic clients
110         Server failover support
111         Rewriting of username attribute
112         Source address and port can be specified for requests
113
114 2007-10-16 1.0p1
115         Fixed crash when servers were configured after first realm block
116
117 2007-09-21 1.0