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