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