Update ChangeLog with the last three bug fixes/ehancements.
[radsecproxy.git] / ChangeLog
1 2013-      1.6.3
2         Enhancements:
3         - Threads are allocated with a 32 KB stack rather than what
4         happens to be the default. Patch by Fabian Mauchle.
5         - On systems with mallopt(3), freed memory is returned to the
6         system more aggressively. Patch by Fabian Mauchle.
7
8         Bug fixes:
9         - The duplication cache is purged properly. Patch by Fabian
10         Mauchle.
11
12 2012-10-25 1.6.2
13         Bug fixes (security):
14         - Fix the issue with verification of clients when using multiple
15         'tls' config blocks (RADSECPROXY-43) for DTLS too. Fixes
16         CVE-2012-4566 (CVE id corrected 2012-11-01, after the release of
17         1.6.2). Reported by Raphael Geissert.
18
19 2012-09-14 1.6.1
20         Bug fixes (security):
21         - When verifying clients, don't consider config blocks with CA
22         settings ('tls') which differ from the one used for verifying the
23         certificate chain. Reported by Ralf Paffrath. (RADSECPROXY-43,
24         CVE-2012-4523).
25
26         Bug fixes:
27         - Make naptr-eduroam.sh check NAPTR type case insensitively.
28           Fix from Adam Osuchowski.
29
30 2012-04-27 1.6
31         Incompatible changes:
32         - The default shared secret for TLS and DTLS connections change
33         from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12
34         section 2.3 (4).  Please make sure to specify a secret in both
35         client and server blocks to avoid unwanted surprises.
36         (RADSECPROXY-19)
37         - The default place to look for a configuration file has changed
38         from /etc to /usr/local/etc.  Let radsecproxy know where your
39         configuration file can be found by using the `-c' command line
40         option.  Or configure radsecproxy with --sysconfdir=/etc to
41         restore the old behaviour.  (RADSECPROXY-31)
42
43         New features:
44         - Improved F-Ticks logging options.  F-Ticks can now be sent to a
45         separate syslog facility and the VISINST label can now be
46         configured explicitly.  This was implemented by Maja
47         Gorecka-Wolniewicz and Paweł Gołaszewski.  (RADSECPROXY-29)
48         - New config option PidFile.  (RADSECPROXY-32)
49         - Preliminary support for DynamicLookupCommand added.  It's for
50         TLS servers only at this point.  Also, beware of risks for memory
51         leaks.  In addition to this, for extra adventurous users, there's
52         a new configure option --enable-experimental-dyndisc which enables
53         even more new code for handling of dynamic discovery of TLS
54         servers.
55         - Address family (IPv4 or IPv6) can now be specified for clients
56         and servers.  (RADSECPROXY-37)
57
58         Bug fixes:
59         - Stop the autoconfery from warning about defining variables
60         conditionally and unconditionally.
61         - Honour configure option --sysconfdir.  (RADSECPROXY-31)
62         - Don't crash on failing DynamicLookupCommand scripts.  Fix made
63         with help from Ralf Paffrath.  (RADSECPROXY-33)
64         - When a DynamicLookupCommand script is failing, fall back to
65         other server(s) in the realm.  The timeout depends on the kind of
66         failure.
67         - Other bugs.  (RADSECPROXY-26, -28, -34, -35, -39, -40)
68
69 2011-10-08 1.5
70         New features:
71         - Support for F-Ticks logging.
72         - New binary radsecproxy-hash.
73         - A DynamicLookupCommand script can now signal "server not found"
74         by exiting with code 10.  The scripts in the tools directory now
75         do this.
76
77         Incompatible changes:
78         - catgconf renamed to radsecproxy-conf.
79
80         Bug fixes:
81         - All compiler warnings removed.  Now compiling with -Werror.
82
83 2011-07-22 1.4.3
84         Notes:
85         - The default secret for TLS and DTLS will change in a future
86         release.  Please make sure to specify a secret in both client and
87         server blocks to avoid surprises.
88
89         Bug fixes:
90         - Debug printout issue.
91
92 2010-11-23 1.4.2
93         Bug fixes:
94         - Don't disable OpenSSL session caching for 0.9.8p and newer in
95           the 0.9.x track.
96         - Detect OpenSSL version at runtime rather than at compile time.
97
98 2010-11-17 1.4.1
99         Bug fixes:
100         - OpenSSL session caching is disabled when built against OpenSSL
101           older than 1.0.0b to mitigate possible effects of
102           http://openssl.org/news/secadv_20101116.txt (RADSECPROXY-14).
103         - Crash bug when reading improper config file fixed.
104
105 2010-06-12 1.4
106         Incompatible changes:
107         - Log level 4 used to be DBG_DBG but is now DBG_NOTICE.  In order
108         to keep the same behaviour as in previous versions of radsecproxy,
109         those who have LogLevel set to 4 need to change this to 5.  Log
110         levels 1, 2 and 3 are unaffected.
111
112         New features and various improvements:
113         - LoopPrevention per server has been added.
114         - AddVendorAttribute rewrite configuration has been added.
115         - New log level, DBG_NOTICE, added.
116         - Diagnostics improved for errors resulting from failing syscalls.
117         - Removed all compiler warnings (compiling with -Wall).
118
119         Bug fixes:
120         - A UDP fragmentation issue.
121         - Build on Solaris when compiling with gcc.
122         - A bug in pwdencrypt() with passwords of a length greater than
123         16 octets.
124
125 2009-07-22 1.3.1
126         Fixed header files for FreeBSD
127         Fix for multiple UDP servers on same IP address, solves accounting
128         problems.
129
130 2009-03-12 1.3
131         Fixed some very minor bugs
132         Changed log levels for some messages, made loglevel 2 default
133
134 2009-02-18 1.3-beta
135         Client and Server blocks may contain multiple host options.
136         Configure (Makefile) options for specifying which transports
137         should be supported in a build.
138
139 2008-12-04 1.3-alpha
140         Support for TCP and DTLS transports (type tcp, type dtls)
141         Listen... options can be specified multiple times
142         Dynamic server discovery
143         DuplicateInterval option in client block for specifying for how
144           long a request/reply shall be stored for duplicate detection
145         Support for RADIUS TTL (hopcount) attribute. Decrements value of
146           the TTL attribute if present, discards message if becomes 0.
147           If addTTL option is used, the TTL attribute is added with the
148             specified value if the forwarded message does not have one.
149         PolicyOID option can be used to require certain CA policies.
150
151 2008-10-07 1.2
152         listenTCP and sourceTCP options renamed to listenTLS and sourceTLS
153           Old options deprecated but available for backwards compatiblity
154         Logging reply-message attribute from Reject messages
155           Contribution from Arne Schwabe
156         Rewrite blocks have new options addAttribute and modifyAttribute
157         rewriteIn (replacing rewrite) and rewriteOut in client and server
158           blocks for specifying rewrite on input/output. rewrite deprecated
159           but available as an alias for rewriteIn for backwards compatibility.
160         rewritein rewriteout rewrite
161         regular expressions in realms etc can now be more advanced, including
162           use of "or".
163         cacheExpiry option in tls blocks for specifying expiry time for the
164           cache of CA certificates and CRLs. This is particularly useful for
165           regularly updating CRLs.
166         Some logging has been made more informative
167
168 2008-07-24 1.1
169         Logging stationid attribute
170         Added LoopPrevention option
171         Failover also without status-server
172         Options for RetryCount and RetryInterval
173         Working accounting and AccountingResponse option
174         CRL checking and option for enabling it
175
176 2008-05-14 1.1-beta
177         No longer looks for radsecproxy.conf in current directory
178         Rewrite block that allows removal of specified attributes
179         certificateNameCheck option for disabling CN/SubjectAltName check
180         matchCertificateAttribute now also supports CN matching
181         Forwarding of accounting messages, accountingServer option for realms
182         Supports multiple client blocks for same source address with different
183           certificate checks
184         Removed weekday from log timestamps
185
186 2007-12-24 1.1-alpha
187         Pretend option for validating configuration
188         Include option for including additional config files
189         Allows clients configured by IP prefix, dynamic clients
190         Server failover support
191         Rewriting of username attribute
192         Source address and port can be specified for requests
193
194 2007-10-16 1.0p1
195         Fixed crash when servers were configured after first realm block
196
197 2007-09-21 1.0
198