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