Bump for 2.2.8
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.2.8 Wednesday 22 Apr 2015 14:00:00 EST, urgency=medium
2         Feature improvements
3
4         Bug fixes
5
6 FreeRADIUS 2.2.7 Wednesday 22 Apr 2015 14:00:00 EST, urgency=medium
7         Feature improvements
8         * Allow "eap" to be listed in Post-Auth-Type Reject
9           so that it sends EAP-Fail and Message-Authenticator.
10
11         Bug fixes
12         * Fix typo in code checking for blocked threads.
13           Closes #880.
14         * Added more $(EXEEXT) to module utilities so that it
15           builds on Cygwin.  Closes #875.
16         * Note that we don't need to generate ephemeral RSA keys.
17         * Port detail file fixes from v3.
18         * Use correct destination port for replies to DHCP relay.
19         * rlm_perl can store multiple tagged attributes of the
20           same name.
21         * Update EAP-TLS methods for TLSv1.2
22         * Fix load-balance sections.  Closes #945
23
24 FreeRADIUS 2.2.6 Tuesday 18 Nov 2014 15:00:00 EST, urgency=medium
25         Feature improvements
26         * When supported by OpenSSL, allow TLS 1.1 and TLS 1.2
27           in EAP methods.
28
29         Bug fixes
30         * Fix redundant-load-balance blocks to try other modules in
31           the group if one fails.
32         * Fix potential read into uninitialised memory in rlm_pap
33           when normalising octet type attributes containing password
34           hashes. This is very unlikely to happen in the wild.
35         * Don't stop decoding DHCP options if we find a padding
36           option.
37         * Define sig_t on systems which don't have it.  Closes #765
38         * When clients are loaded from SQL, allow them to be tied
39           to a virtual server.
40         * Prevent race conditions between fork and wait for child.
41           Patch from James Rouzier.
42         * Allow UTF-8 characters in SQL.
43         * Back-port udpfromto fixes from v3
44
45 FreeRADIUS 2.2.5 Monday 28 Apr 2014 15:20:00 EDT, urgency=medium
46         Feature improvements
47         * Update dictionary.terena.
48         * expose server version via %v.  Patch from Alan Buxey.
49         * Forbid running with vulnerable versions of OpenSSL.
50           See "allow_vulnerable_openssl" in the "security"
51           subsection of "radiusd.conf"
52         * Catch underlying "heartbleed" problem, so that nothing bad
53           happens even when using a vulnerable version of OpenSSL.
54         * Add dictionary.zte
55
56         Bug fixes
57         * Minor changes to build on Sun.
58         * Print non-ASCII characters as octal in linelog.  Closes #578
59         * close stdout in daemon mode.
60         * Fix zombie period calculation.  Closes #579
61
62 FreeRADIUS 2.2.4 Wednesday 19 Mar 2014 13:20:00 EDT, urgency=medium
63         Feature improvements
64         * A "panic_action" can be set to have the server dump a gdb
65           log on SEGV or other fatal error.
66         * allow radmin command "set module status <module> <code>"
67           which can be used to forcibly enable/disable modules.
68
69         Bug fixes
70         * If the server fails to bind() after fork(), that is now
71           reported to the parent, which exits with an error.
72         * Session / delay times in MySQL are unsigned int.
73         * Use --tag=CC for libtool.  Closes #497.  Because libtool
74           is too stupid to notice that compiling means compilation.
75         * Fix bug when copying attributes for vendors > 32767
76         * Fix behaviour on FreeBSD where sending packets from an interface
77           bound to an IP address would fail when the server was built with
78           udpfromto.
79         * Don't fail config check if were listening on an IP which is
80           also a home server. Some deployments have valid reasons
81           to loop packets back to another virtual server.
82         * Use correct port when DHCP relaying.
83         * Set source IP address for DHCP packets from DHCP-Server-IP-Address,
84           or DHCP-DHCP-Server-Identifier, if we're unable to otherwise
85           determine the source IP.
86
87 FreeRADIUS 2.2.3 Wednesday 11 Dec 2013 15:00:00 EST, urgency=medium
88         Feature improvements
89         * Added dictionary.efficientip, dictionary.alcatel-lucent-aaa
90         * Allow zero length DN strings in rlm_ldap.
91         * If Password-With-Header has no header, assume it is
92           Cleartext-Password.
93
94         Bug fixes
95         * Make the server build when DHCP is enabled
96         * Don't crash if there's no Post-Proxy-Type Reject.
97         * Use correct fields for X509 attributes in certificates
98         * Install threads.h making it possible to link against the
99           installed headers again.
100         * Initialize SSL once in "main", instead of rlm_eap_tls.
101           Some client libraries may need SSL.
102
103 FreeRADIUS 2.2.2 Wednesday 30 Oct 2013 9:30:00 DST, urgency=medium
104         Feature improvements
105         * Add "timeout" to exec, and "ntlm_auth_timeout" to mschap.
106           So that run-away child processes are caught earlier.
107         * Print out thread number for "unresponsive child".
108
109         Bug fixes
110         * Fix erroneous fall-through in "case" statements
111         * Fix priority handling in new module handling code
112         * Fix threading issue with Perl.  Closes #436
113         * Fix EAP-TLS check_cert_issuer when X509v2 extensions
114           existed.  Patch from David Wood.
115         * Fix pointer references in rlm_python.
116         * Fix "unresponsive child" issue when proxying.
117         * Set log output correctly when using -l.
118           Fix ported from 3.0.0.
119         * Buffer debug output when threaded, so that text from
120           different threads isn't interspersed.
121         * Fix SEGV in rlm_perl when using dynamic expansions.
122         * Fix build for OSX Mavericks, which hid the header files
123           in a magical place.
124         * Port DHCP fixes from 3.0.
125
126 FreeRADIUS 2.2.1 Tuesday 17 Sep 2013 12:00:00 CEST, urgency=medium
127         Feature improvements
128         * Updated dictionaries for alcatel, broadsoft, bskyb, dlink, meru,
129           telkom, trapeze, proxim, zeus, rfc6677, 6911, and rfc6930.
130         * Added %{randstr:..} support. Creates random strings in a
131           controllable format.
132         * Added operator support to rlm_python
133         * Added %{hex:...} for hex version of raw attribute data
134         * Added %{sha1:...} for SHA1 hashing of data
135         * Added %{base64:...} for raw attribute data (e.g. 32-bit IP addr),
136           and %{tobase64:...} for the printable string form (e.g. 1.2.3.4),
137           and %{base64tohex:...} to convert a base64 string to a hex string.
138         * rlm_expr is now responsible for registering many of the xlat
139           expansions. This is cleaner than bundling them all in the server
140           core. You should ensure 'expr' is listed in instantiate to ensure
141           correct operation of xlat expansions.
142         * Use correct terminology when printing errors regarding request/
143           response/message authenticators.
144         * Added keytab support to Heimdal Kerberos. Patch from Ryan Steinmetz.
145         * radsqlrelay does multiple INSERTs in one transaction.
146           Patch from Uwe Meyer-Gruhl.
147         * Run Post-Proxy-Type Reject {} if the upstream server rejected the
148           request.
149         * On startup, the server checks if it was linked with the correct
150           OpenSSL libraries.  If not, it errors out.  This prevents later
151           crashes in OpenSSL, due to library incompatibilities.
152         * Added radmin command "hup main.log", to re-open the log files,
153           without HUPing any other part of the server.
154         * Added support for EAP-Key-Name.  See raddb/sites-available/default,
155           and look for comments mentioning EAP-Key-Name.  MacSec now works.
156         * Added support for hex numbers (0x...) to %{expr: ...}
157         * Backported TLS client certificate validation from 3.0.0.
158         * Run Post-Auth for EAP inner-tunnel methods.
159         * Added more RFCs
160         * Added "show config <path>" to radmin.  You can now examine any
161           configuration item in a running server.
162         * Added TLS-Client-Cert-X509v3-Extended-Key-Usage for TLS-based EAP
163           methods.  It is set automatically from the fields in the certificate.
164         * Add CRLCP attribute in certificate creation script.  Windows phones
165           require it.  Patch from Alan Buxey.
166
167         Bug fixes
168         * Skip OCSP if there's no host / port / url, with soft_fail
169         * Properly decode AT_IDENTITY in EAP-SIM.  Patch from Iliya Peregoudov
170         * Thread max_queue_size has better bounds checking.
171         * Use correct variable for warning message if the user misconfigures
172           the server.
173         * radtest is more generous about parsing ppphint
174         * radeapclient now accepts -4 and -6, just like radclient.
175           Patch from John Dennis.
176         * Ignore ".rpmnew" and a bunch of other files when loading config
177           files from a directory.
178         * Wait for child threads before exiting.  This prevents errors on
179           exit, but may increase exit time if databases are blocked!
180           Patch from Iliya Peregoudov.
181         * Wrap rbtree calls in mutexes in rlm_cache to prevent memory
182           corruption. Patch from Phil Mayers.
183         * Port fix for %{3GPP-*} expansion from master branch.
184         * Fix sample certificate scripts when multiple client certs are
185           made
186         * Track return code priorities across if/else/elsif in unlang.
187           Closes #107
188         * In debug mode, print out DHCP options when sending a DHCP packet.
189         * Fixes to the redis modules from Brian Candler
190         * Print better debug message for LDAP "operations error"
191         * Fix a number of minor issues as found by Coverity
192         * Frees module config in order to prevent occasional crash on exit
193         * Update DHCP debugging messages to make it clearer what's
194           going on.
195         * Print multiple DHCP options the correct number of times in
196           debugging mode
197         * On debug builds, don't dlclose() modules when '-m' is used.
198           This allows valgrind to show module symbols.
199         * Don't count Status-Server packets in Access-Request statistics
200         * Minor cleanups to debug output
201         * Be more careful handling module configurations to avoid crash
202           on otherwise clean exit.
203         * For raddebug, correctly set the group of the output file.
204         * renamed dhclient to dhcpclient.  People who install it
205           shouldn't have their systems broken.
206         * for EAP-TLS methods, random_file is no longer required.
207           OpenSSL already reads /dev/urandom.
208         * Fix Suse and Redhat scripts.  Patches from Fajar Nugraha.
209         * Minor bug fix for base64 decoding.
210         * Allow two consecutive WiMAX TLVs of the same number.
211         * Remove requirement that User-Name has to match MS-CHAP-User-Name.
212           I18n issues means that the character sets could be different.
213         * Don't use ephemeral thread states from PyGILState_Ensure(), use
214           our own, generated one per thread and stored in TLS.
215         * Port module processing fixes from v3.  The code is simpler,
216           and one or two esoteric bugs are now gone.
217         * update code handling max_requests_per_server.  It should now
218           work correctly.
219         * wrap ASCTIME_R for systems not supporting the standard API.
220
221 FreeRADIUS 2.2.0 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium
222         Feature improvements
223         * 100% configuration file compatible with 2.1.x.
224           The only fix needed is to disallow "hashsize=0" for rlm_passwd
225         * Update Aruba, Alcatel Lucent, APC, BT, PaloAlto, Pureware,
226           Redback, and Mikrotik dictionaries
227         * Switch to using SHA1 for certificate digests instead of MD5.
228           See raddb/certs/*.cnf
229         * Added copyright statements to the dictionaries, so that we know
230           when people are using them.
231         * Better documentation for radrelay and detail file writer.
232           See raddb/modules/radrelay and raddb/radrelay.conf
233         * Added TLS-Cert-Subject-Alt-Name-Email from patch by Luke Howard
234         * Added -F <file> to radwho
235         * Added query timeouts to MySQL driver.  Patch from Brian De Wolf.
236         * Add /etc/default/freeradius to debian package.
237           Patch from Matthew Newton
238         * Finalize DHCP and DHCP relay code.  It should now work everywhere.
239           See raddb/sites-available/dhcp, src_ipaddr and src_interface.
240         * DHCP capabilitiies are now compiled in by default.
241           It runs as a DHCP server ONLY when manually enabled.
242         * Added one letter expansions: %G - request minute and %I request
243           ID.
244         * Added script to convert ISC DHCP lease files to SQL pools.
245           See scripts/isc2ippool.pl
246         * Added rlm_cache to cache arbitrary attributes.
247         * Added max_use to rlm_ldap to force connection to be re-established
248           after a given number of queries.
249         * Added configtest option to Debian init scripts, and automatic
250           config test on restart.
251         * Added cache config item to rlm_krb5. When set to "no" ticket
252           caching is disabled which may increase performance.
253
254         Bug fixes
255         * Fix CVE-2012-3547.  All users of 2.1.10, 2.1.11, 2.1.12,
256           and 802.1X should upgrade immediately.
257         * Fix typo in detail file writer, to skip writing if the packet
258           was read from this detail file.
259         * Free cached replies when closing resumed SSL sessions.
260         * Fix a number of issues found by Coverity.
261         * Fix memory leak and race condition in the EAP-TLS session cache.
262           Thanks to Phil Mayers for tracking down OpenSSL APIs.
263         * Restrict ATTRIBUTE names to character sets that make sense.
264         * Fix EAP-TLS session Id length so that OpenSSL doesn't get
265           excited.
266         * Fix SQL IPPool logic for non-timer attributes.  Closes bug #181
267         * Change some informational messages to DEBUG rather than error.
268         * Portability fixes for FreeBSD.  Closes bug #177
269         * A much better fix for the _lt__PROGRAM__LTX_preloaded_symbols
270           nonsense.
271         * Safely handle extremely long lines in conf file variable expansion
272         * Fix for Debian bug #606450
273         * Mutex lock around rlm_perl Clone routines. Patch from Eike Dehling
274         * The passwd module no longer permits "hashsize = 0".  Setting that
275           is pointless for a host of reasons.  It will also break the server.
276         * Fix proxied inner-tunnel packets sometimes having zero authentication
277           vector.  Found by Brian Julin.
278         * Added $(EXEEXT) to Makefiles for portability.  Closes bug #188.
279         * Fix minor build issue which would cause rlm_eap to be built twice.
280         * When using "status_check=request" for a home server, the username
281           and password must be specified, or the server will not start.
282         * EAP-SIM now calculates keys from the SIM identity, not from the
283           EAP-Identity.  Changing the EAP type via NAK may result in
284           identities changing.  Bug reported by Microsoft EAP team.
285         * Use home server src_ipaddr when sending Status-Server packets
286         * Decrypt encrypted ERX attributes in CoA packets.
287         * Fix registration of internal xlat's so %{mschap:...} doesn't
288           disappear after a HUP.
289         * Can now reference tagged attributes in expansions.
290           e.g. %{Tunnel-Type:1} and %{Tunnel-Type:1[0]} now work.
291         * Correct calculation of Message-Authenticator for CoA and Disconnect
292           replies.  Patch from Jouni Malinen
293         * Install rad_counter, for managing rlm_counter files.
294         * Add unique index constraint to all SQL flavours so that alternate
295           queries work correctly.
296         * The TTLS diameter decoder is now more lenient.  It ignores
297           unknown attributes, instead of rejecting the TTLS session.
298         * Use "globfree" in detail file reader.  Prevents very slow leak.
299           Closes bug #207.
300         * Operator =~ shouldn't copy the attribute, like :=.  It should
301           instead behave more like ==.
302         * Build main Debian package without SQL dependencies
303         * Use max_queue_size in threading code
304         * Update permissions in raddb/sql/postgresql/admin.sql
305         * Added OpenSSL_add_all_algorithms() to fix issues where OpenSSL
306           wouldn't use methods it knew about.
307         * Add more sanity checks in dynamic_clients code so the server won't
308           crash if it attempts to load a badly formated client definition.