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