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