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