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