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