Add an error code.
[radsecproxy.git] / ChangeLog
1 2007-09-21 1.0
2 2007-10-16 1.0p1
3         Fixed crash when servers were configured after first realm block
4 2007-12-24 1.1-alpha
5         Pretend option for validating configuration
6         Include option for including additional config files
7         Allows clients configured by IP prefix, dynamic clients
8         Server failover support
9         Rewriting of username attribute
10         Source address and port can be specified for requests
11 2008-05-14 1.1-beta
12         No longer looks for radsecproxy.conf in current directory
13         Rewrite block that allows removal of specified attributes
14         certificateNameCheck option for disabling CN/SubjectAltName check
15         matchCertificateAttribute now also supports CN matching
16         Forwarding of accounting messages, accountingServer option for realms
17         Supports multiple client blocks for same source address with different
18           certificate checks
19         Removed weekday from log timestamps
20 2008-07-24 1.1
21         Logging stationid attribute
22         Added LoopPrevention option
23         Failover also without status-server
24         Options for RetryCount and RetryInterval
25         Working accounting and AccountingResponse option
26         CRL checking and option for enabling it
27 2008-10-07 1.2
28         listenTCP and sourceTCP options renamed to listenTLS and sourceTLS
29           Old options deprecated but available for backwards compatiblity
30         Logging reply-message attribute from Reject messages
31           Contribution from Arne Schwabe
32         Rewrite blocks have new options addAttribute and modifyAttribute
33         rewriteIn (replacing rewrite) and rewriteOut in client and server
34           blocks for specifying rewrite on input/output. rewrite deprecated
35           but available as an alias for rewriteIn for backwards compatibility.
36         rewritein rewriteout rewrite
37         regular expressions in realms etc can now be more advanced, including
38           use of "or".
39         cacheExpiry option in tls blocks for specifying expiry time for the
40           cache of CA certificates and CRLs. This is particularly useful for
41           regularly updating CRLs.
42         Some logging has been made more informative
43 2008-12-04 1.3-alpha
44         Support for TCP and DTLS transports (type tcp, type dtls)
45         Listen... options can be specified multiple times
46         Dynamic server discovery
47         DuplicateInterval option in client block for specifying for how
48           long a request/reply shall be stored for duplicate detection
49         Support for RADIUS TTL (hopcount) attribute. Decrements value of
50           the TTL attribute if present, discards message if becomes 0.
51           If addTTL option is used, the TTL attribute is added with the
52             specified value if the forwarded message does not have one.
53         PolicyOID option can be used to require certain CA policies.
54 2009-02-18 1.3-beta
55         Client and Server blocks may contain multiple host options.
56         Configure (Makefile) options for specifying which transports
57           should be supported in a build.
58 2009-03-12 1.3
59         Fixed some very minor bugs
60         Changed log levels for some messages, made loglevel 2 default
61 2009-07-22 1.3.1
62         Fixed header files for FreeBSD
63         Fix for multiple UDP servers on same IP address, solves accounting
64         problems.
65 2010-06-12 1.4
66         Incompatible changes:
67         - Log level 4 used to be DBG_DBG but is now DBG_NOTICE.  In order
68         to keep the same behaviour as in previous versions of radsecproxy,
69         those who have LogLevel set to 4 need to change this to 5.  Log
70         levels 1, 2 and 3 are unaffected.
71
72         New features and various improvements:
73         - LoopPrevention per server has been added.
74         - AddVendorAttribute rewrite configuration has been added.
75         - New log level, DBG_NOTICE, added.
76         - Diagnostics improved for errors resulting from failing syscalls.
77         - Removed all compiler warnings (compiling with -Wall).
78
79         Bug fixes:
80         - A UDP fragmentation issue.
81         - Build on Solaris when compiling with gcc.
82         - A bug in pwdencrypt() with passwords of a length greater than
83         16 octets.