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