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