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