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