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