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