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