X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1c2f6cee67d258b0a55a4605943d79d6d612a0a3;hb=4bca131c62f2405a615f6ff280f299eb667f570d;hp=57cb95c3abcdc48de82621b1defe42fb17b654c7;hpb=2f7eb5a947e5093f91ed5264d3b0a97859e53769;p=radsecproxy.git diff --git a/ChangeLog b/ChangeLog index 57cb95c..1c2f6ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,43 @@ -2011-04-16 1.6-dev +2013-09-02 1.6.3-rc0 + Enhancements: + - Threads are allocated with a 32 KB stack rather than what + happens to be the default. Patch by Fabian Mauchle. + - On systems with mallopt(3), freed memory is returned to the + system more aggressively. Patch by Fabian Mauchle. + + Bug fixes: + - radsecproxy-hash(1) no longer prints the hash four times. + Reported by Simon Lundström and jocar. + - Escaped slashes in regular expressions now works. Reported by + Duarte Fonseca. (RADSECPROXY-51) + - The duplication cache is purged properly. Patch by Fabian + Mauchle. + - Stop freeing a shared piece of memory manifesting itself as a + crash when using dynamic discovery. Patch by Fabian Mauchle. + - Closing and freeing TLS clients properly. Patch by Fabian + Mauchle. + - Timing out on TLS clients not closing the connection properly. + Patch by Fabian Mauchle. + +2012-10-25 1.6.2 + Bug fixes (security): + - Fix the issue with verification of clients when using multiple + 'tls' config blocks (RADSECPROXY-43) for DTLS too. Fixes + CVE-2012-4566 (CVE id corrected 2012-11-01, after the release of + 1.6.2). Reported by Raphael Geissert. + +2012-09-14 1.6.1 + Bug fixes (security): + - When verifying clients, don't consider config blocks with CA + settings ('tls') which differ from the one used for verifying the + certificate chain. Reported by Ralf Paffrath. (RADSECPROXY-43, + CVE-2012-4523). + + Bug fixes: + - Make naptr-eduroam.sh check NAPTR type case insensitively. + Fix from Adam Osuchowski. + +2012-04-27 1.6 Incompatible changes: - The default shared secret for TLS and DTLS connections change from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12 @@ -7,19 +46,24 @@ (RADSECPROXY-19) - The default place to look for a configuration file has changed from /etc to /usr/local/etc. Let radsecproxy know where your - configuration file by using the `-c' command line option. Or - configure radsecproxy with --sysconfdir=/etc to restore old - behaviour. (RADSECPROXY-31) + configuration file can be found by using the `-c' command line + option. Or configure radsecproxy with --sysconfdir=/etc to + restore the old behaviour. (RADSECPROXY-31) New features: - Improved F-Ticks logging options. F-Ticks can now be sent to a separate syslog facility and the VISINST label can now be configured explicitly. This was implemented by Maja Gorecka-Wolniewicz and Paweł Gołaszewski. (RADSECPROXY-29) - - Add config option PidFile. (RADSECPROXY-32) - - Preliminary support for DynamicLookupCommand. It's for TLS - servers only at this point. Also, beware of risks for memory - leaks. + - New config option PidFile. (RADSECPROXY-32) + - Preliminary support for DynamicLookupCommand added. It's for + TLS servers only at this point. Also, beware of risks for memory + leaks. In addition to this, for extra adventurous users, there's + a new configure option --enable-experimental-dyndisc which enables + even more new code for handling of dynamic discovery of TLS + servers. + - Address family (IPv4 or IPv6) can now be specified for clients + and servers. (RADSECPROXY-37) Bug fixes: - Stop the autoconfery from warning about defining variables