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