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