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