note recent changes
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 3.0.15 Fri 26 May 2017 13:00:00 EDT urgency=medium
2         Feature improvements
3         Bug fixes
4         * don't crash when reading corrupted data from session
5           resumption cache.  Fixes #1999.
6
7 FreeRADIUS 3.0.14 Fri 26 May 2017 13:00:00 EDT urgency=medium
8         Feature improvements
9         * Enforce TLS client certificate expiration on
10           session resumption, and Session-Timeout.
11           See CVE-2017-9148.
12         * Updated dictionary.cisco.vpn3000, dictionary.patton
13         * Added dictionary.dellemc
14         * Lowered the log output for failed PEAP sessions.
15         * ALlow utc in rlm_date.  Patch from
16           Peter Lambrechtsen.
17         * The internal OpenSSL session cache has been
18           disabled.  Please see mods-available/eap
19         * Update detail reader documentation.
20           Patch from Matthew Newton.  Fixes #1973.
21         * Make outgoing RadSec connections non-blocking.
22         * Add SQL backing to Moonshot-*-TargetedId
23           generation.  Patch from Stefan Paetow.
24
25         Bug fixes
26         * radtest uses Cleartext-Password for EAP, not
27           User-Password.
28         * Update documentation for mods-enabled/ linking.
29         * Enhanced checks for moonshot salt.  Fixes #1933.
30         * Allow session resumption for RadSec connections.
31           Fixes #1936.
32         * Update "huntgroups" file to note that port ranges
33           are not supported.
34         * Fix OpenSSL permissions issues on default key files.
35           Fixes #1941.
36         * Certificates are not required when PSK is used.
37         * Allow SubjectAltName as first extension in cert.
38           Fixes #1946.
39         * Fixed talloc issue with TLS session resumption.
40           Fixes #1980.
41         * "&Attr-26 := 0x01" now produces useful error messages.
42         * Handle connection error in rlm_ldap_cacheable_groupobj.
43           Fixes #1951.
44         * Fix endian issues in DHCP.
45         * Multiple minor fixes for Coverity complaints.
46         * Handle unexpected regex.  Fixes #1959.
47         * Fix minor issues in dictionaries.
48         * Fix typos and grammar.  Patches from Alan Buxey.
49         * Fix erroneous VP creation in rlm_preproces.
50         * Fix MIB.  Patch from Jeff Gehlbach.
51         * Trust router updates from Alejandro Perez.
52         * Allow build with LibreSSL.  Fixes #1989
53         * Use correct packet for channel bindings.  Fixes #1990.
54         * Many fixes found by PVS-Studio.  Thanks to PVS-Studio
55           for giving us a test license.  Please see the git commit
56           history for more information.
57         * Fix incorrect length check in EAP-PWD.  This may
58           be exploitable.
59
60 FreeRADIUS 3.0.13 Mon 06 Mar 2017 13:00:00 EDT urgency=medium
61         Feature improvements
62         * Add dictionary.rfc7930.  Note that we do not implement
63           the RFC.
64         * Added 'cipher_server_preference' to mods-available/eap
65           Patch from #1797.
66         * OpenSSL 1.1.0 compatibility fixes.
67         * rlm_perl: radiusd::xlat to evaluate xlat string
68           within perl script
69         * Allow authentication retry in winbind. Patch from
70           Herwin Weststrate. See raddb/mods-available/mschap.
71         * Added "recv-coa" method to rlm_rest.  It behaves the
72           same as "authorize".
73         * Document Trust Router tr_port option.  Patch from
74           Stefan Paetow.
75         * Update elasticsearch/logstash examples so that they work
76           with elastic stack v5.  Patch from Matthew Newton.
77         * Print information about packets, replies, and contents
78           in the detail file reader.
79         * Update abfab-tr policy.  Pull request #1893
80           from Stefan Paetow.
81         * Reject packets which contain User-Password and
82           EAP-Message.
83         * Add example for filtering Access-Challenge.
84           See sites-enabled/default.
85         * Pull symlink fixes from v4.0.x.  Fixes #1859.
86         * Add systemd reload.  Not everything is reloaded, but
87           some is.  Fixes #1662.
88         * Better documentation for listen "ipaddr".  Fixes #1921
89         * Add dictionary.cnergee, updated dictionary.nomadix.
90         * radclient no longer needs -x to print statistics with -s.
91
92         Bug fixes
93         * Minor typos.  Fixes #1763
94         * Fix typo in RPM build.  Closes #1767.
95         * rlm_mschap check for password expiry only
96           if password was correct.  Fixes #1762.
97         * Update debian build.
98         * update rlm_counter "man" page.  Fixes #1775.
99         * Remove erroneous assert.  Fixes #1778.
100         * fix mschap password change test.  Fixes #1792.
101         * Cleanup config file on data remove.  Fixes #1795.
102         * passwd module returns "notfound" if not found.
103         * Check for old OpenSSL, and don't build rlm_eap_fast
104           if it necessary.  Fixes #1803
105         * Cleanup memory better after ldap version query.
106           Patch from Aleksey Katargin.
107         * Rename lt_* functions to avoid linker issues with
108           libtool.  Fixes #1277
109         * Many miscellaneous fixes and typos.
110         * Allow long strings in %{%{foo} bar:-%{baz} blah".
111           Fixes #1866
112         * Fix filtering operators, along with more documentation and
113           more tests for them.
114         * Fix OpenSSL fixes.  Fixes #1876.
115         * Finish SQL select queries even when SELECT returns no rows.
116           Fixes #1879.
117         * Set Module-Failure-Message for more EAP errors.
118         * Correct typo in dictionary.rfc5580.  Fixes #1882
119         * Remove obselete systemd syslog.target.
120         * Client-Port-Balance load-balancing now uses client port.
121         * Radrelay examples fixed from Alex Clouter.
122         * Update systemd target.  Pull request #1896.
123         * Trim starting whitespace in xlat strings.
124         * Get MySQL result lengths using normal API.
125         * suid down after fchown().  Fixes #1914.
126         * Fix cases of comparing pointer to NUL character.  Fixes #1915.
127         * OpenSSL v1.1 fixes.  Pull request #1921.
128         * Better Handle v4/v6 host names.  Pull request #1919.
129         * Remove "Auth-Type = System" from docs and examples.
130         * Don't crash on malformed %{home_server}.  Fixes #1922
131         * fix erroneous use of talloc destructor in rlm_eap
132         * Issue trigger modules.sql.fail.  Fixes #1923
133         * Document python_path gotcha's.  Fixes #1845
134         * dlopen() the specific version of Python.  Fixes #1592
135
136 FreeRADIUS 3.0.12 Thur 29 Sep 2016 13:00:00 EDT urgency=medium
137         Feature improvements
138         * Add support for =~ and !~ in update sections.
139           See "man unlang"
140         * Add dictionary.checkpoint.
141         * Simultaneous-Use prints out more information.
142         * Print WARNING in debug mode when packets may be
143           truncated.
144         * Added expansions %{home_server:state} and
145           %{home_server_pool:state}, which show the
146           state of the server / pool.
147         * Mark rlm_sql_freetds as stable.
148         * Make rlm_perl less fragile.  Patch from
149           Herwin Weststrate.
150         * Allow extended attributes to have "encrypt=2"
151         * Update dictionary.aruba.
152         * Add support for EAP-FAST.  This is an isolated
153           feature which does not affect anything else.
154         * Update OpenSSL vulnerability list.  Use a version
155           of OpenSSL released after September 20, 2016.
156         * EAP certificate verification is now done when
157           "verify" is enabled and "ocsp" is disabled.
158         * New dhcpclient and rlm_rad_counter man pages.
159         * Minor abfab and moonshot additions.
160         * Pass CFLAGS through from environment in RPM builds.
161           Allows more custom builds.
162         * Build with Heimdal in addition to libkrb5.
163
164         Bug fixes
165         * Use correct typedef for older versions of sqlite.
166         * Update mssql schema to add priority
167         * Don't complain on /dev/urandom in ldap
168         * Fix == operator in update sections
169         * Don't create DHCP strings with many trailing zeros.
170           Patch from Nicolas C.  Fixes #1526.
171         * Allow MS-CHAP change passwords instead of complaining
172           on large buffer.
173         * Allow assignment or equality operator on SQL.
174         * Update aclocal tests for FreeBSD 10.  Patches from
175           Mathieu Simon.
176         * Remove occasional hang in rlm_linelog.
177         * Copy VSAs to inner tunnel for TTLS and PEAP.
178           Fixes #1544
179         * A few minor bugfixes caught in v3.1.x cleanup, and
180           back-ported to v3.0.x.
181         * do_not_respond again works in post-proxy
182         * Allow realm "~^.*$" {} and User-Name with no realm.
183         * Fix leak when creating unknown attributes
184         * Fix Debian / logrotate.
185         * Make OpenSSL error functions thread-safe.
186         * Fix crash with rlm_sql and updating SQL-User-Name.
187         * Debian build updates.
188         * Allow regular expression comparisons in radclient
189           fixes #1574.
190         * Fix memory leak on unknown attributes in detail file
191           reader.
192         * Update example paths in "man" pages when installing
193           them
194         * Build fixes for rlm_mschap.  Fixes #1489.
195         * BSD build fixes.  Patch from issue #1583.
196         * Be more careful about /lib/ when building.
197           Fixes #1585.
198         * Correct ifdef placement error.  Fixes #1572.
199         * Allow for more files in internal "exfile" API
200           So it will be possible to open more than 64
201           "detail" files at the same time.
202         * Remove support for statically built EAP modules.
203           Fixes #1591.
204         * Many fixes to rlm_python from Guillaume Pannatier.
205         * Use correct week adjustment in SQLcounter.
206           Fixes #1608
207         * Minor fixes to allow compilation without DHCP,
208           VMPS, or TCP.
209         * Fix checks for module / config file change on HUP.
210         * Compile regex comparisons when sent via
211           "debug condition".  Fixes #1632.
212         * Update filenames in documentation and examples.
213           Patch from Alan Buxey, #1655.
214         * Don't crash if SQL connection becomes unavailable.
215           Fixes #1640.
216         * Disallow originate_coa when proxy_requests = no
217           Fixes #1684.
218         * Free rad_perlconf_hv in correct perl context.
219           Fixes #1675.
220         * Multiple fixes for Debian builds.  #1510, among
221           others.
222         * Set OpenSSL FIPS compatibility flag when necessary.
223         * Pulled fixes for the build system over from other
224           branches.
225         * Fix OCSP for RADIUS over TLS.
226         * Fix skip_if_ocsp_ok behavior.
227         * Better fixes for systems without closefrom() but
228           which have /proc.  Fixes #1757.
229         * Minor build fixes back-ported from v4.0.x.
230         * build --whout-ascend-binary.  Fixes #1761.
231         * Be more aggressive about not opening new connections
232           in debug mode after CTRL-C.  Address #1604.
233
234 FreeRADIUS 3.0.11 Mon 25 Jan 2016 14:00:00 EST urgency=medium
235         Feature improvements
236         * "unlang" comparisons of IP addresses to IP prefixes
237           are now detected, and types automatically cast.
238         * Allow shorthand form of ipv4prefix values e.g. 127/8.
239         * Add "auto_chain" to raddb/mods-available/eap, tls
240           subsection.  This allows the disabling of OpenSSL
241           auto-chaining of certificates.  Which might be wrong.
242         * Added printing of coa and disconnect stats (radmin).
243         * radclient defaults to expecting Access-Accept responses
244           to Status-Server.
245         * Updated dictionary.lancom, dictionary.starent.
246         * Portability fixes for Solaris.
247         * More errors from ntlm_auth gets passed to MS-CHAP.
248         * Update abfab-tr-idp virtual server.
249         * Added "filter_password" in policy.d/filter.  This
250           removes embedded zero bytes in User-Password, for
251           compatibility with broken clients.
252         * The server now issues a WARNING message if duplicate
253           configuration items are found.
254         * TLS can skip the "verify" section if OCSP returns OK.
255           See raddb/mods-available/eap, "skip_if_ocsp_ok".
256         * Set TLS-OCSP-Cert-Valid = yes / no / skipped, which
257           is the result from the OCSP check.
258         * Interoperate with AD and "LmCompatibiltyLevel = 5",
259           by always setting WBC_MSV1_0_ALLOW_MSVCHAPV2 for
260           native winbind in rlm_mschap.
261         * TTLS and PEAP now require "virtual_server" to be a real server.
262         * Print WARNING when TTLS or PEAP identities are spoofed
263           or not properly anonymized.  See RFC 7542 for requirements.
264         * Various rlm_python fixes from Herwin Weststrate.
265         * Allow setting Response-Packet-Type in "Post-Proxy-Type Fail",
266           which is useful when the home server does not respond.
267         * elasticsearch updates from Matthew Newton
268
269         Bug fixes
270         * Fix issue where field nas_type would not be accessible via
271           the %{client:} xlat, for clients loaded from SQL.
272         * Fix compatiblity issues with OpenSSL 1.0.2.  Ignore
273           calls to msg_callback with 'pseudo' content types.
274         * Data type "ipv4prefix" is parsed correctly.
275         * Use correct talloc context in rlm_exec.  Fixes #1338.
276         * Complain in unlang if "else" is used with no previous
277           "if" or "elsif".
278         * Send accounting status packets to the accounting port.
279           Fixes #1364.
280         * Print out CFLAGS when doing "radiusd -Xxv"
281         * Fixed bug with coa/acct stats value #1339. Based on patch from
282           Jorge Pereira.
283         * Fixes for LEAP proxying.  Don't use LEAP!
284         * Fix issue with "directory already exists" seen when doing
285           "make install".
286         * Fixed bug with radmin related to the option "stats detail <filename>"
287         * Complain if the detail file reader does not have permission
288           to read the "detail.work" file.  Fixes #1398
289         * Fixed SoH. Attributes were not being copied to the virtual server.
290         * Used a wrong list to global statistics in "stats".
291         * Create EAP-PWD identity correctly.  Prevents segfaults.
292         * Dynamically validate authentication types for PEAP and EAP-MSCHAPv2.
293         * Fix includes in installed headers.
294         * OpenSSL 1.0.1f and 1.0.1g do NOT calculate TLS 1.2 keys correctly.
295           See raddb/mods-available/eap, "disable_tlsv1_2"
296         * Allow password change to work for MS-CHAP.  This requires 'r=0',
297           because password changes are not retries.
298         * Fix home server fail-over for home servers using TCP and/or RadSec.
299         * Special characters in expanded regexes are now escaped
300           e.g. User-Name containing '.', and comparing /%{User-Name}/,
301           the '.' will now be escaped.  See src/tests/keywords/regex-escape.
302         * Use correct authentication vector when sending Access-Reject replies
303           for RadSec.
304         * Set FreeRADIUS-Proxied-To in TTLS again.  You should use the
305           "inner-tunnel" virtual server, instead of relying on this attribute.
306         * Fix debugging constants in rlm_perl.  Patch from Herwin Weststrate.
307         * Add samba-dev / samba4-dev to debian builds so that rlm_mschap can
308           automatically use the new winbind API.
309         * Automatically skip zero-length attributes when sending packets,
310           instead of erroring out.
311
312 FreeRADIUS 3.0.10 Mon 05 Oct 2015 15:00:00 EDT urgency=medium
313         Feature improvements
314         * Do more optimization of unlang policies.  This makes
315           run-time a bit faster.
316         * Re-name most of the functions in src/lib.  Third-party
317           module authors will have to do the same.
318         * More documentation on contributing and how to write
319           modules.
320         * Update radiusd.service for systemd.
321         * Open IPv6 proxy socket if the server is listening on IPV6
322           auth / acct / coa packets.
323         * Create debian packages for DHCP.  Fixes #1125.
324         * Add more tests for "update" section parsing.
325         * Update "man" pages.
326         * Update attributes for Alcatel 7750
327         * Add dictionary for Boingo Wi-Fi
328         * Add support for DHCP lease queries.
329           See raddb/sites-available/dhcp
330         * On HUP, check all modules for config files which have
331           changed.  And only re-load those modules.
332         * Allow FreeRADIUS-Response-Delay(-USec) to be set for
333           RADIUS packets.  Patch from Herwin Weststrate.
334         * Documentation fixes from Alan Buxey and Matthew Newton.
335         * Update "logrotate" script.
336         * Added more RFCs to doc/rfc for new standards implemented
337           by FreeRADIUS.
338         * Don't crash when doing "radmin -e "help hup".
339           Patch from Matthew Newton.
340         * The dictionary parser now does more sanity checks, which
341           prevents run-time problems with invalid attributes.
342         * Update debian packages.  Patches from Christopher Hoskin.
343         * Many other debian packaging fixes from Matthew Netwon
344           and Herwin Weststrate.
345         * Add "session-state" to Perl.  Patch from Herwin Weststrate.
346
347         Bug fixes
348         * Fix rlm_files so that there are no collisions when loading
349           10's of 1000's of users.
350         * Fix radclient to use our internal v4/v6 parsing functions.
351           v6 addresses with ports now work correctly.
352         * Fix sending/receiving packet messages to wrap v6 addresses
353           in square brackets '[]'.
354         * Check for sasl/sasl.h when building rlm_ldap, and disable
355           SASL functionality if unavailable.
356         * Fix issue which caused a non \0 terminated buffer to be
357           assigned to attributes if the value being assigned contained
358           an invalid escape sequence.
359         * Fix deadlock when reconnecting connections in the connection
360           pool.
361         * Fix potential overrun in functions that used fr_utf8_char
362           with a non nul terminated buffer.
363         * Fix decoding issue for Tunnel-Password type attributes
364           which were very long.  Found by Denis Andzakovic.
365         * Fix radclient issue with TCP sockets on FreeBSD.
366         * The server now creates ${run_dir} and ${logdir} directories
367           in daemon mode, when running as "root".
368         * Handle tags when using maps.  Fixes #1191.
369         * Fix crash when CoA packets time out.
370         * Fix parse error in rediswho
371         * Fix regex support in SQL radcheck the "users" file and radsniff.
372         * Register listen xlat earlier, so that it's available when the
373           virtual servers are being parsed.
374         * Parse Ascend-Data-Filter when given as "0x..."
375         * Print Ascend-Data-Filter correctly.  Add test cases for both.
376         * Allow old-style clients again.  They will be disallowed for
377           3.1.0 and following.
378         * Complain instead of crash when "else" and "elsif" are in
379           the wrong place.
380         * Clean up memory more aggressively.  This lowers the
381           maximum memory used, most typically for TLS based EAP methods.
382         * Prevent the server from unlinking the control socket of an
383           already running instance.
384         * Fallback to using the configured OCSP URL if one exists, and
385           no URL is provided in the certificate.
386         * Return CoA-NAK if proxying CoA fails.  Based on patch from
387           Jorge Pereira.
388         * Lower peak memory usage by decreasing size of internal
389           memory pools.
390         * The control socket is now left in place if a second copy
391           of the server is accidentally started.
392         * Allow virtual attributes in "switch", "case", etc.
393           Fixes #1240 and #1265.
394         * Many spell check / typo fixes in comments and example
395           configuration files.
396         * Better handle multiple DHCP listeners.
397         * Don't print secrets for old-style realms.  Fixes #1267.
398         * Don't fall through in empty "case" statements.
399           Fixes #1274.
400         * Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2.
401         * Always delete MS-MPPE-* from the TTLS inner tunnel. This allows
402           TTLS / EAP-MSCHAPv2 to work. Fixes #1206.
403         * Fix off by one error that caused some MSCHAP-Error messages to
404           be sent without the password change version (V=3) and the textual
405           message component (M=).
406         * Always include C= V= and M= in MSCHAPv2 errors.  RFC 2759 does not say
407           that any of these fields are optional, and not including V= caused
408           errors with wpa_supplicant.
409         * Do not include M= in MSCHAPv1 errors.  It's not supported.
410
411 FreeRADIUS 3.0.9 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
412         Feature improvements
413         * Make "pool" configurations more consistent, and
414           update documentation for them.
415         * Move connection pool logic to "most recently started",
416           instead of MRU.  This should help with pool stability.
417         * More VSAs for 3GPP2
418         * Added examples of multi-value attributes to rlm_perl.
419         * LDAP-Group and SQL-Group attributes are now dynamically
420           allocated.
421         * Only the "sql" module registers SQL-Group.  Other instances
422           register "instance-name-SQL-Group", similarly to "ldap".
423         * Unknown attributes are now complained about more often
424           when used in unlang statements.  e.g. if (Foo-Bar == 3)
425           used to be a string to string comparison.  It is now a
426           parse error.
427         * Rename RLM_COMPONENT_* to MOD_* in the code.
428           This makes many things easier.
429         * Move to C99 initializers for modules.
430         * Load modules in raddb/mods-enabled.  This allows attributes
431           like "LDAP-Group" to be used in the "files" module,
432           without explicit ordering or listing in "instantiate".
433         * Added 'bootstrap' section to modules.  Third-party modules
434           will need to be updated.
435         * When adding clients from a DB, add them to a virtual server
436           if that virtual server has a "listen" section.  Otherwise,
437           add the clients to the global list.
438         * When reading dynamic clients from a file, don't expire them
439           if the underlying file is unchanged.
440         * Allow the server to originate CoA requests from the post-auth
441           stage.
442         * The server creates ${run_dir} and ${logdir} in daemon mode,
443           if they do not already exist.
444         * Add dictionary for Wi-Fi Alliance Hotspot 2.0.  The server
445           now supports all mandatory and optional attributes for this
446           specification.
447         * HUP now re-loads the configuration only if the files have
448           changed.  If all files are unchanged, HUP re-opens the
449           log file, and does nothing else.
450         * Much better debug messages for EAP-TLS, including which
451           attributes are cached, and when they are retrieved.
452         * Increase default max_requests to 16384.  Memory is cheap now.
453         * Added "stats memory" commands to radmin.  Debug build only.
454         * Aptilo controller dictionary updates.
455         * SQL modules now use Acct-Unique-Session-Id everywhere.
456         * The redis modules are now stable.
457         * The LDAP module now supports SASL "interactive bind" method.
458           This allows Kerberos based administrator and user binds.
459         * DHCP code is now in libfreeradius-dhcp.
460         * More DHCP encoding / decoding unit tests.
461         * rlm_replicate can now be listed in the "accounting" section.
462         * Better sqlite debugging output.
463         * Remove "required" option from many sql_ippool directives.
464         * Set default CA "basic constraints" to "critical".  Fixes #1073
465         * Updates to help / man pages from Jorge Pereira.
466         * Added more tests.
467
468         Bug fixes
469         * Be more careful about unused config item warnings
470           when using -Xx.
471         * Move more defines to be auto-generated.
472         * Allow virtual servers in proxy fallback.
473         * Allow %{module:} to work.
474         * Don't crash in RadSec.  Closes #980.
475         * Return better errors when a unix group / user
476           is not found.
477         * Re-enable detail module "locking" parameter.
478         * Don't crash when logging replies from Status-Server packets.
479         * The couchbase module now uses "update" instead of "map",
480           for consistent with the rest of the server.  See
481           raddb/mods-available/couchbase
482         * Don't require NT-Password for MS-CHAP password changes.
483         * Be a bit more careful about decrypting MS-CHAP-MPPE-Key
484           attributes. Closes #1013.  There is no perfect fix, tho.
485         * Fix security issues with EAP-PWD.
486           See http://freeradius.org/security.html#eap-pwd-2015
487         * Fix dynamic clients read from SQL in non-debug mode
488         * MS-CHAP now allows retries (i.e. password change) when
489           passwords are expired.
490         * Allow "user=radiusd" when the server is already user
491           "radiusd"
492         * suid up/down works on non-Linux systems.  This means
493           that the control socket should have the correct
494           ownership.
495         * Fix issue which caused the server to sometimes have problems
496           when a home server was marked zombie.
497         * Fix format.pl because Perl is now more picky.
498         * Fix proxy to Packet-Dst-IP-Address, so that it uses the
499           correct destination port.
500         * Fix corner case with cursor functions and removal.
501         * OpenDirectory fixes and documentation.
502         * Fix leaks in rlm_redis.
503         * RFC 6929 "evs" attributes are now encoded / decoded
504           properly.
505         * Fix talloc pool leaks when receiving malformed or
506           retransmitted Accounting/CoA requests.
507         * Printed attributes again use double quotes instead of
508           single quotes.
509         * Set X509_V_FLAG_CRL_CHECK_ALL, and add "check_all_crl"
510           to eap.conf.  Fixes oCert CVE-2015-4680.
511         * rlm_expr now errors out correctly on malformed attribute
512           references instead of triggering an assert.
513         * Make "break" work in "foreach" loops
514         * Allow dynamic expansions to work again in the "hints" file.
515         * Correct minor typos in comments and examples from Alan Buxy.
516         * Re-urlencode the path portion of ldapi:// urls before
517           passing it to ldap_initialise.
518
519 FreeRADIUS 3.0.8 Wed 22 Apr 2015 13:30:00 EDT urgency=medium
520         Feature improvements
521         * Allow syslog_severity to be set in rlm_linelog.
522         * Allow defaults to be set for bulk clients in LDAP and couchbase.
523         * Updates to dhcpclient.  Patches from Nicolas C.
524         * rlm_mschap now supports direct connections to winbind, which
525           is faster than ntlm_auth.  See raddb/mods-available/mschap.
526           Patch from Matthew Newton.
527         * Recommend /dev/urandom for TLS randomness, instead of
528           ${certdir}/random
529         * Allow TLSv1 to be disabled via "disable_tlsv1" in tls{}.
530         * Allow Expanded EAP types where vendor is 0 (IETF) and
531           type is normal EAP type.  Supplicants sending Expanded
532           EAP types like this are broken.
533         * Add support for server side sort controls when searching for
534           user objects in rlm_ldap.
535
536         Bug fixes
537         * Don't complain about "authorize" in "server {}" blocks, but
538           only if there's no "server" block.
539         * Fix cosmetic issue where debug from the first packet read by
540           a detail reader thread would be emited during config parsing.
541         * Fix ASSERT on truncated detail packets.
542         * Don't use main server log functions from within panic_action,
543           as in the case of syslog this would cause deadlocks if the
544           fault was triggered from within a malloc.
545         * Fix issue in "switch" when "correct_escapes = false".
546           Fixes #911.
547         * Fix sqlcounter configuration to use "%%b" instead of "%b",
548           otherwise the new syntax validation will fail.
549         * Allow forward references in configuration items.  Modules
550           aren't always loaded in a sane order.
551         * Fix more escaping issues.  Closes #912.
552         * Decode MAC addresses correctly for VMPS.
553         * Fix memory leak with TLS connections.
554         * Fix state machine threading issues for conflicting packets.
555         * Fix copy_request_to_tunnel issues for tagged attributes.
556         * Allow "ok" to over-ride "updated" inside of Auth-Type sections.
557         * Update state machine so that post-proxy is run though child
558           threads for performance, instead of blocking the main thread.
559         * Allow "netmask" to work again in client definitions.
560         * Relax restrictions on SQL group queries.
561         * track outgoing proxy sockets and clean them up more aggressively.
562         * track proxy statistics, including CoA and Disconnect.
563         * If radmin has a connection failure when running a command,
564           it re-connects and runs the command again.
565         * mark home servers "unknown" less aggressively.
566         * Fix potential SEGV in PostgreSQL driver on error.
567         * Fix issue where fields like nas_type would not be accessible via
568           the %{client:} xlat, for dynamic clients.
569         * Set default busy_timeout (of 200ms) in the sqlite driver, so writes
570           don't cause selects to fail in multithreaded mode. This is user
571           configurable, and may be increased if required.
572         * Convert Password-With-Header attributes to binary (from hex or
573           base64), in the authorize method of rlm_pap.
574         * Fix invalid assert in state.c, that could cause abort in
575           post-auth.
576         * Fix double free when -m flag is used, and connection pools are
577           referenced by multiple modules.
578         * RADIUS over TLS accounting uses the same port as authentication.
579         * Regularized return codes from radmin commands.
580         * Fix RHEL spec file so it works correctly for Centos7 which uses
581           systemd, and didn't like the SystemV init script.
582         * radwho and radlast now have a -D option to load dictionaries
583         * DHCP packets are no longer checked for duplicates.
584         * Don't crash in sql module group comparisons in corner case.
585         * Calculate MPPE keys correctly when using TLS 1.2.
586         * Fix load-balance sections.  Closes #945
587         * TLS certificates are available again in the post-auth section.
588           They are not available for session resumption.
589         * radclient encodes CHAP-Password properly when using -c.
590           Closes #955.
591         * Fix issue in rlm_cache_memcached driver that caused variable
592           length values to be truncated.
593         * Fix track functionality in detail reader, so it no longer
594           fails with a "Failed marking detail request as done: Bad file
595           descriptor" error.
596         * Actually add the peer identity (as User-Name) to the inner
597           tunnel in EAP-PWD requests, so it's available for lookups.
598         * Fixes to PostgreSQL queries.  Patches from Santiago Gimeno.
599
600 FreeRADIUS 3.0.7 Thu 19 Feb 2015 12:00:00 EDT urgency=medium
601         Feature improvements
602         * Allow coa home_servers to be derived from client
603           sections if a coa_server section is provided.
604         * Automatically determine the correct port if no port is
605           provided for a home server.
606         * Allow foreach to operate over lists.
607         * Add compile time features to ${feature.*} and versions
608           of core libraries to ${version.*}.  Feature and version
609           names match output of radiud -xv. %v is now deprecated.
610         * Add support for PATCH method in rlm_rest.
611         * Validate more module xlats on startup, and warn if an
612           xlat expansion is found in a double quoted config item
613           which will not be expanded.
614         * Add support for sub-second timeouts in rlm_rest.
615         * Add support for connection timeouts in rlm_rest.
616         * Add %{jsonquote:<str>} xlat to escape strings for insertion
617           into json documents.
618         * Add %{ldapquote:<str>} xlat to escape strings for insertion
619           into ldap DNs.
620         * Add %{explode:&ref <char>}, splits value of &ref on
621           <char> and creates new &ref type attributes with the
622           fragments.
623         * Allow rlm_ldap to use attribute references for base_dn and
624           filter config items. The attribute references are not
625           escaped, allowing DNs and filters to be created dynamically.
626         * Add %{nexttime:[<int>]h|d|w|y} to calculate the number of
627           seconds before the next <int> hour(s), day(s), week(s),
628           or year(s).
629         * Allow the left side of update sections to be xlat expansions.
630           The result of the expansion is then used to reference the
631           attribute to be modified.
632         * Added %{lpad:&Attribute-Name 7 x} and rpad.  These produce
633           fixed-width output strings, with padding to the left (lpad)
634           or the right (rpad).
635         * For some SQL drivers (MySQL, sqlite) distinguish between
636           constraints violations (on insert), invalid queries, and
637           server errors, and return noop, invalid, and error respectively.
638         * Call SHOW WARNINGS in the MySQL driver and write them to
639           the request log, if libmysqlclient indicates warnings are
640           available on the server.
641         * Forbid the creation of Vendor-Specific for non-standard
642           VSAs.  Use Attr-26 = 0x... instead.
643         * Make dhcpclient work with raw sockets and various other
644           improvements - Contributed by nchaigne
645         * Add support for SSHA2 - Contributed by PDD.
646         * Add perle dictionary - Contributed by Hachmer
647         * Modernise init scripts for RHEL, SUSE and Debian.
648         * radmin now tracks the return code of commands, and exits
649           with status "1" if any command failed to execute.
650         * radmin now sends error messages from the server to
651           stderr, instead of to stdout.
652         * radmin now looks for sockets matching it's UID and GID,
653           rather than just always using the first one it finds.
654         * radmin can how delete clients which are tied to a listener.
655         * Moved RADIUS attribute definitions to src/include/rfc*.h
656         * Move to talloc pools for requests.  For in-memory tests
657           (default config, 'users' file), performance increases by 30%.
658         * In rlm_ldap allow sasl_mech to be specified for admin and
659           user binds. Only non-interactive mechs (like EXTERNAL)
660           are currently supported.
661         * Remove support for ephemeral RSA keys.  They were "export only",
662           and should not be used by anyone.
663         * Syntax errors in the "users" file now produce better
664           error messages.
665
666         Bug fixes
667         * Fix issues parsing LDAP hostnames with non-standard ports.
668         * Fix issues with realms containing regular expressions.
669         * Allow unary negation before parantheses in rlm_expr.
670         * Fix infinite loop in kevent event loop code. Issue only
671           presented on FreeBSD.
672         * Be more careful to define Auth-Types before loading modules.
673         * Link libfreeradius-radius against OpenSSL too, to avoid
674           multi-version symbols in SSL libraries.
675         * When rlm_ldap rebinds a connection, it should use bind
676           credentials from the module that created the connection
677           pool, not credentials from the module referencing it.
678         * Empty server config pairs should be allowed in rlm_ldap
679           instances that reference another module's connection pool.
680         * Mark rlm_always as huppable, so its rcode can be changed
681           via radmin (allows policy toggles).
682         * Emit warnings when ignoring user configured pool values.
683         * Fix issue that would cause radclient to complain
684           intermittently about differing numbers of filters and
685           requests.
686         * Fix cosmetic issues in connection pool logging, that made
687           it appear as if the same connection was being opened
688           multiple times.
689         * Fix threadsafety issues in SQL drivers, where a static
690           buffer was used to store error messages.
691         * Log RERROR, RWARN, RINFO to the global log if request
692           logging is not enabled.
693         * Link to libldap instead of libldap_r. libldap_r
694           is not supported for use by projects outside of OpenLDAP.
695         * Set connection timeout correctly in rlm_sql_mysql.
696         * Build with older versions of libcurl, and use CFLAGS from
697           curl-config.
698         * Honour Packet-Src-Port and Packet-Src-IP-address in radclient.
699         * Initialise ldapai_info_version field, so libldap will report
700           its vendor and version.
701         * Fix log rotation scripts by using the copyrotate option.
702         * Fix issue that caused opening control sockets to always
703           fail on non-Linux systems, if a user or group was set.
704         * Save Session-State after proxying.
705         * Additional fixes for reading CoA/DM requests from detail
706           files.
707         * Create dynamic clients if the dynamic clients virtual server
708           returns ok *or* updated. Emit useful messages for other codes.
709         * Compile bare "authorize" statements, and issue errors saying
710           using them isn't a good idea.
711
712 FreeRADIUS 3.0.6 Wed 17 Dec 2014 16:00:00 EDT urgency=medium
713         Feature improvements
714         * radmin / raddebug conditional errors are printed
715           to the output, instead of being discarded.
716         * raddebug will exit if condition set with -c was invalid.
717         * radmin auto-reconnects if the connection to the server
718           has gone away.
719         * rlm_cache now has submodule support.  See
720           raddb/mods-available/cache
721         * New memcached driver for rlm_cache. See
722           raddb/mods-available/cache
723         * Add support for &Attribute-Name[*] in conditions.
724           See "man unlang" for details.
725         * Add &Attribute-Name[n] which gets the last instance
726           of an attribute e.g. Module-Failure-Message[n].
727         * Allow for redundant string expansions.  See the
728           "instantiate" section of radiusd.conf.
729         * When checking IP addresses in conditions, make the
730           right side be parsed as an IP prefix.
731         * Support JIT compilation of compiled regular expressions
732           when built with libpcre.
733         * Support named capture groups with "%{regex:<name>}"
734           when built with libpcre.
735         * Increase regular expression capture groups from 8 to 32.
736         * Emit error markers for badly formed regular expressions.
737         * Allow 'm' flag to enable multiline mode in regular
738           expressions.
739         * Support limited implicit attribute conversion in update
740           sections.
741         * Support casting between IPv6 and IPv4 where the IPv6
742           address has the v4/v6 mapping prefix (::ffff:).
743
744         Bug fixes
745         * PEAP works again.  As does proxying EAP-MSCHAPv2
746           from inside of a PEAP tunnel.
747         * "group" is allowed inside of "instantiate" sections.
748         * update disconnect {} with
749           disconnect:Packet-Dst-IP-Address now works correctly.
750         * Regular expression comparisons of non string attributes
751           are now disallowed in the files module.  Previously
752           they would silently fail or produce undefined behaviour.
753         * Fix parsing of old regular expressions.  Closes #842
754         * Fix off by one error in ascend filters.  Closes #843.
755         * Handle NT-Hash in rlm_pap.  This allows passwords to
756           have backslashes in them.
757         * Fix infinite loop on "Fall-Through = yes" when
758           processing SQL groups.
759         * Correct the check of SQL query return code.
760         * Run "Post-Auth-Type Reject" if the request was rejected
761           in post-auth
762         * Write "Login OK" only if the post-auth section passed.
763         * Create TLS-Cert-* certificates, even when EAP session
764           caching is disabled.
765         * Finalize the "correct_escapes" with many more tests.
766         * Move to the new OpenLDAP libldap API, fixes more issues
767           with binary values.
768         * Fix potential memory corruption in rlm_ldap if start
769           connections were set to 0, and the server was running
770           in threaded mode. The fix is a workaround for an issue
771           in libldap and was suggested by Howard Chu.
772         * Give parse errors on "%{...", without the closing brace.
773         * Allow spaces in certificate passwords for build rules
774           in raddb/certs//
775         * Make all regular expression evaluation binary safe.
776           Where that's not possible, emit an error if the pattern
777           or subject contains an embedded null byte.
778         * Fix various issues around masking IPv6 addresses.
779         * Give descriptive error if unknown attributes are used
780           in "update" sections.
781         * Deal with cases where ldap_initialize isn't available
782           gracefully, and use it exclusively when it's available.
783
784 FreeRADIUS 3.0.5 Fri 21 Nov 2014 15:30:00 EDT urgency=medium
785         Feature improvements
786         * Large update to Huawei dictionary.
787         * Added dictionary.rfc7155
788         * Regular expressions like /%{User-Name}/ are now parsed
789           and validated when the server starts.
790         * All configuration items which are dynamically expanded
791           are now parsed and validated when the server starts.
792         * %{expr:...} expressions can now do bit shifting and more.
793           See raddb/mods-available/expr.
794         * The detail file reader can now track packets which have
795           had replies, so they are never re-transmitted.  See
796           raddb/sites-available/buffered-sql, the "track" config item.
797         * CoA and Disconnect packets can now be sent to a specific
798           home server by setting control:Packet-Dst-IP-Address and
799           (optionally) control:Packet-Dst-Port.
800         * Allow CoA and Disconnect packets to be read from the
801           detail file.
802         * Allow LDAP to specify arbitrary attributes for dynamic
803           clients.
804         * Convert all unused attributes in the control: list to config
805           pairs in dynamic clients. This allows arbitrary client
806           attributes to be set for dynamic clients too.
807         * rlm_couchbase now supports bulk loading of clients on startup
808           in a similar way to rlm_ldap. Contributed by Aaron Hurt.
809         * Allow one level of backslashes (finally).  See radiusd.conf,
810           "correct_escapes" setting.
811         * Rename dictionary.redback to dictionary.ericsson.ab
812         * Add --disable-openssl-version-check option to configure.
813           So vendors can disable the check.  Patch from
814           Nikolai Kondrashov.
815         * Do context-specific indenting in debug messages.  This makes
816           the debug output easier to read.
817         * Make configuration a separate RPM, just like for Debian.
818         * better decoding of unknown VSAs
819         * When supported by OpenSSL, allow TLS 1.1 and TLS 1.2
820           in EAP methods.
821         * Allow multiple new connections to be spawned simultaneously
822           in the connection pool, to cope with spikes in traffic.
823         * Document retry_delay in connection pools.
824         * Allow checksimul in rlm_couchbase.
825         * Use kqueue on systems which support it.  This allows for
826           better scaling when using many sockets.
827
828         Bug fixes
829         * Parse list qualifiers in generic LDAP 'valuepair_attribute'
830           attributes correctly.
831         * Fix issue where prefix length would be ignored for dynamic
832           or static clients if the address matched INADDR_ANY
833           (0.0.0.0).
834         * Allow null user object filter in rlm_ldap, it's valid to
835           specify a complete object DN and use the base scope.
836         * Don't SEGV if a received attribute value in a JSON structure
837           is null, or a value can't be stringified.
838         * Don't assert if the server returns a JSON content-type and
839           the server hasn't been built with support for JSON.
840           Closes #808.
841         * Set CURLOPT_NOSIGNAL to prevent curl from handling signals
842           and causing a longjmp error when the server was running with
843           threads.
844         * Allow tabs after attribute names in the "users" file.
845           Closes #796.
846         * Free unknown DICT_ATTRs.  Closes #795
847         * Handle unknown attributes in the conditions and "update"
848           sections.  e.g. Attr-1.2.3.4 = foo.
849         * Use correct array size for MS-CHAP new password.
850         * In rlm_rest, check for older versions of libraries at start
851           time, rather than when a packet comes in.
852         * Don't call detach on parse error in rlm_perl.  Closes #802.
853         * Integer fixes for big-endian systems.  Closes #803.
854         * Don't optimize %{Packet-Src-IP-Address}.  Closes #804.
855         * dhcpclient loads dictionaries correclty.  Closes #805.
856         * double quotes are no longer escaped in single-quoted
857           strings.  e.g. 'foo "hello" bar'.
858         * Fixes for proxying to virtual servers broke the detail file
859           reader.  Now they both work.
860         * Typos and fixes from Nikolai Kondrashov.
861         * Fixes to OpenSSL version checks, for cross-platform issues.
862         * cppcheck fixes from Herwin Weststrate.
863         * Fix build for OSX Yosemite
864         * Merge DHCP sub-options.  Closes #812.
865         * Fix decoding of Starent attributes.
866         * When a module asks for a connection, don't return idle
867           connections.
868         * LDAP connection timeouts will now retry, instead of failing.
869         * Prevent race conditions between fork and wait for child.
870           Patch from James Rouzier.
871         * Fix triggers for connection pools.  Patches from
872           Nikolai Kondrashov.
873         * Fix SEGV when comparing non string type check items.
874         * Build with newer versions of libmysqlclient.
875         * make the %{escape:} and %{unescape:} xlat functions UTF8
876           safe.
877         * Don't escape UTF8 chars in SQL query strings.
878         * Fix issue in cached LDAP group comparisons, which caused
879           checks to sometimes fail.
880         * Fix use after free issue in unlang switch evaluation.
881         * Respect operators in rlm_cache when merging into the current
882           request.
883         * Update Cache-Entry-Hits each time rlm_cache is called.
884         * Produce WARN messages if SQL queries are empty strings.
885         * Fix invalid assertion when proxying CoA requests.
886         * Allow empty strings in "case" statements.  Closes #836.
887         * Normalize escaping for string expansions.  i.e. don't do
888           double escaping in rare situations.
889         * Normalize LDAP escaping.  LDAP servers have multiple ways
890           to escape things, so the data has to be normalized before
891           we can compare two LDAP DNs.
892         * Don't go to high debug level if we're proxying inner EAP
893           as EAP.  Closes #839.
894         * Fix rlm_rest state handling.  Closes #835.
895
896 FreeRADIUS 3.0.4 Wed 10 Sep 2014 12:00:00 EDT urgency=medium
897         Feature improvements
898         * Home server "response_window" can now take fractions of a
899           second.  See proxy.conf.
900         * radmin now supports "show module status", as thee counterpart
901           to "set module status"
902         * Added dictionary ericsson.packet.ccore.networks, bluecoat,
903           citrix, compatible, riverbed, ruckus, and RFC 7268.
904         * Add %{tag:} expansion to get the tag value of an attribute.
905         * Report 'application_name' in connections to PostgreSQL servers.
906           FreeRADIUS connections will now appear as
907           'FreeRADIUS <version> - <name>' in pg_stat_activity.
908         * All config item fields are now type checked at compile time
909           to prevent issues similar to #634 occuring again.
910         * Modify pairparsevalue to deal with embedded NULLs better,
911           and use the binary versions of attribute values in rlm_ldap.
912         * "ipaddr" will now use v6 if no v4 address is present.  You should
913           use "ipv4addr" or "ipv6addr" to force v4/v6 addresses.
914         * The above applies to "listen", "home_server", and "client" sections.
915         * "client" sections will allow "ipaddr = 192.192.0/24".  The old
916           "netmask" is still accepted, but the new format is preferred.
917         * Allow custom HTTP headers to be set for rlm_rest requests using
918           control:REST-HTTP-Header (attributes consumed after use).
919         * Extend format of %{rest:} expansion to allow HTTP method and POST
920           data to be specified
921           e.g. %{rest:POST http://example.org/api foo=bar&baz=boink}.
922         * Add %{hmacsha1:&data &key} and %{hmacmd5:&data &key} expansions
923           for signing data in requests.
924         * rlm_cache now consumes its control attributes to make runtime
925           configuration easier.
926         * Add control:Cache-Read-Only which when set to 'yes' will make the
927           cache module merge existing cache data, but not create new entries.
928         * Add %{unescape:} and %{urlunquote:} expansions to reverse escaping
929           and urlquoting.
930         * Add support for aliases in rlm_ldap.
931         * Add support for connection pool sharing to all modules that use
932           the connection pool (pool = <instance>).
933         * "tls" sections now have a "psk_query" configuration item, for dynamic
934           queries to discover a key from a PSK identity.
935         * Preliminary support for EAP channel bindings.
936         * Foundational work for dynamic home servers.  They do not yet work,
937           but this is now only a matter of updating the "realm" module in
938           a future release.
939         * Support &attr[*] syntax to copy all instances of an attribute when
940           used with the += operator in an update section. May be qualified with
941           a tag.
942         * The logintime and expiration modules can now be listed in the
943           post-auth section.  This makes some configurations simpler.
944         * Allow comparison of integer attributes of different sizes,
945           without requiring a cast.
946         * rlm_sqlippool is now IPV6 capable.  Set "ipv6 = yes" to get
947           Framed-IPv6-Prefix returned.  The SQL queries have NOT been updated.
948           Please submit patches.
949         * The debian build now checks for the OpenSSL package with the heartbleed
950           fix, and if found, sets: allow_vulnerable_openssl = 'CVE-2014-0160'
951         * allow bootstrap from multiple files in sqlite driver.
952
953         Bug fixes
954         * make case-insensitive regular expressions work again, and add tests
955           for them.
956         * A few more talloc parenting issues
957         * Fix delayed proxy reply handling.  Closes #637
958         * Fix OpenSSL initialization order when using
959           RADIUS/TLS.  Fixes #646
960         * Don't double-quote strings in debugging messages
961         * Fix foreach / break.  Fixes #639
962         * Chargeable-User-Identifier, ADSL-Agent-Circuit-Id and
963           ADSL-Agent-Remote-Id should be "octets" types in the default
964           dictionary.
965         * Fix typo in mainconfig.  Fixes #634
966         * More rlm_perl fixes.  Fixes #635
967         * Free OpenSSL memory on clean exit.
968         * Fix <attr>[0] !* ANY - Was removing all instances of <attr>
969         * Fix case where multiple attributes were returned from RHS of
970           mapping, as with rlm_ldap. Fixes #652
971         * Fix corner case in cursor where using fr_cursor_next_by_da
972           after calling fr_cursor_remove may of resulted in a read of
973           uninitialised memory.
974         * Don't SEGV if all connections to a database server go away.
975           Fixes #651.
976         * Fix issue where <attr> -= <value> was not removing tagged
977           instances of <attr> equal to <value> (only untagged).
978         * Fix issue where tag values were not being set on attributes
979           created with unlang/ldap update blocks.
980         * Create rlm_sqlcounter attributes as integer64 types instead
981           of integer types, so large counter values can be specified.
982         * Fix issue where specifying a dynamic client IP addresss using
983           FreeRADIUS-Client-IPv6-Prefix or FreeRADIUS-Client-IP-Prefix
984           may have caused a validation error.
985         * Don't print two "&" for messages about attribute or list
986           references in debug output.
987         * Fix urlquote and escape to encode Unicode characters correctly.
988         * Fix redundant-load-balance blocks to try other modules in
989           the group if one fails.
990         * Fix issue with rlm_pap password normalisation where
991           'known good' password strings stored in octets type attributes,
992           would be sometimes misnormalised as base64.
993         * Don't stop processing DHCP options if we find a 0x00 padding
994           option.
995         * Fix issue where modifying the value of an attribute created
996           from a template with a literal value, may have resulted in the
997           template literal being freed.
998         * Fix parenting issues in tls code which may have resulted in
999           memory corruption and crashes.
1000         * Fix issue in radsniff where writing to PCAP files and using
1001           -R response filters, where the requests would still be written
1002           to the PCAP for non matching responses.
1003         * Define __APPLE_USE_RFC_2292 so that the server builds with IPv6
1004           support on OSX.
1005         * Fix LDAP group lookups for named rlm_ldap instances.
1006           Note that attribute references should be used when
1007           checking LDAP-Group attributes. e.g. if (&LDAP-Group == 'foo').
1008         * Delayed attribute references can now be used in unlang
1009           existence checks.  i.e. if (&Attribute-Name) { ... }
1010         * Fix issues in EAP-PWD.  CVE-2014-4731, CVE-2014-4732, and
1011           CVE-2014-4733.  There is no external authentication bypass.
1012         * Fix a number of uses of the talloc parent/child reference.
1013         * Release connection used for reading bulk clients in rlm_ldap.
1014         * rlm_rest is now fail-safe if it's used without any configuration
1015         * Pull in build fixes for FreeBSD from ports.
1016         * Fix error in sqlite postauth query
1017         * Evaluate argument to "switch" statements once, instead of for each
1018           "case" statement.
1019         * Define sig_t on systems without it.  Closes #765.
1020         * Fix boundary issue with rlm_rest.  Closes #768
1021         * Optimize "%{Attribute-Name}" in comparisons only if the dictionary
1022           types match.
1023         * Don't do chmod() in rad_mkdir() if the directory already exists.
1024           We might not have permission to change it.
1025         * Use getpwnam_r() and getgrnam_r() on systems which support it.
1026           Closes #775.
1027         * Clients loaded from SQL are now tied to the "listen" section
1028           of a virtual server, instead of being global.
1029         * Check for -lpcre.  The system might have pcre.h without -lpcre.
1030         * When proxying to a virtual server, use the proxy_reply instead
1031           of ignoring it.
1032         * Fixed typos in DHCP SQL IPPool.
1033         * Fix crash when passing multiple arguments to Perl xlat.
1034
1035 FreeRADIUS 3.0.3 Mon 12 May 2014 15:30:00 EDT urgency=medium
1036         Feature improvements
1037         * Everything now builds with no warnings from the C compiler,
1038           clang static analyzer, or cppcheck.
1039         * rlm_ldap now supports defining the LDAP attribute name via
1040           backticked expansion (i.e. shell command) in
1041           RADIUS <-> LDAP mappings.
1042         * rlm_ldap now supports older style generic attributes.
1043         * dynamic expansions (e.g. "%{expr:1 + 2}" are now parsed
1044           when the server starts.  Syntax errors in the strings
1045           are caught, and a descriptive error is printed.
1046         * Static regular expressions (e.g. /a*b/) are now parsed
1047           when the server starts.  Syntax errors in the strings
1048           are caught, and a descriptive error is printed.
1049         * dynamic expansions are cached after being parsed.  They are
1050           no longer re-parsed at run-time for every request.
1051         * regular expressions are now parsed and cached when the server
1052           starts.
1053         * Added the %{rest:} expansion to rlm_rest, which will send
1054           a GET request to the URL passed as the format string.
1055           Any body text will be written to the expansion buffer.
1056         * rlm_rest now available as a debian package.
1057         * When an 'if' condition statically evaluates to true/false,
1058           unlang does more static optimization.  For examples, see
1059           src/tests/keywords/if-skip
1060         * All modules are marked as safe for '-C', which lets the
1061           dynamic expansion checks work in more situations.
1062         * Added 'none' and 'custom' rlm_rest body types. 'custom'
1063           allows sending of arbitrary expanded text and content-type
1064           headers.
1065         * Added "config" section to Perl.  See mods-available/perl
1066         * Added '%v' which expands to the server version - Patch
1067           from Alan Buxey.
1068         * more mis-matched casts are caught in "if" conditions,
1069           and descriptive errors are printed.
1070         * Support basic response validation in radclient. This allows
1071           administrators to write local test cases for their
1072           site-specific configurations.
1073         * Removed radconf2xml and radmin "show client config" and
1074           "show home_server config".
1075         * Forbid running with vulnerable versions of OpenSSL.
1076           See "allow_vulnerable_openssl" in the "security"
1077           subsection of "radiusd.conf"
1078         * Catch underlying "heartbleed" problem, so that nothing bad
1079           happens even when using a vulnerable version of OpenSSL.
1080         * Add locking API for sql_null, linelog, and detail modules,
1081           which should improve performance and work around issues
1082           on platforms with bad file locking.
1083         * Allow DHCP NAKs to be delayed, via setting
1084           reply:FreeRADIUS-Response-Delay = 1
1085         * Allow tag and array references anywhere attributes
1086           are allowed in "unlang".
1087         * many enhancements to radsniff, including output
1088           to collectd, ipv6 support and packet loss statistics.
1089         * Many dictionary updates (ZTE, Brocade, Motorola).
1090         * rlm_yubikey now automatically splits passwords from OTP
1091           strings.
1092         * The detail file reader is now threaded by default.
1093           This should improve performance reading the files.
1094
1095         Bug fixes
1096         * Fix xlat expression %{attribute[n]} so that it actually
1097           returns the n'th attribute instead of the first one.
1098         * Don't parse string on RHS of update {} when using unary
1099           operators (!*).  The RHS should always be ignored.
1100         * Check for more optional functions in json-c so we can
1101           Build with libjson0, which is the name of the json-c package
1102           on debian/ubuntu.
1103         * Fix issue in radmin where the main dictionaries would
1104           not be loaded which, depending on the configuration, may
1105           have caused validation errors.
1106         * Fix handling of "%{reply:3GPP-*}"
1107         * Fix rlm_perl garbage attributes
1108         * Fix oracle SQL queries, which amongst other things still
1109           used the old expansion format, which is no longer
1110           supported/parsed.
1111         * Truncate long format strings and error markers instead of
1112           omitting them.
1113         * Fix multiple attribute parsing in rlm_rest JSON.
1114         * Don't crash in rlm_rest if connect_uri is commented out
1115           in the configuration.
1116         * Don't double-escape strings to / from Perl.  You may need
1117           to double-check your Perl scripts if they use "\" characters.
1118           See mods-available/perl for documentation.
1119         * Don't re-run "authorize" if a home server fails to respond.
1120         * Don't append "0x" to hex output of octets types, for xlat
1121           expansions.  This is the same as v2, and makes it easier
1122           to concatenate multiple attributes of type "octets"
1123         * FreeBSD fixes for execinfo linking.
1124         * Make some of the module configurations more consistent.
1125         * Fix corner cases where STDOUT wouldn't be closed in
1126           daemon mode.
1127         * Re-enable "update coa" and originating CoA requests.
1128         * Prevent multiple threads writing to the sql query logs.
1129         * Fix zombie period calculation.  Closes #579
1130         * Properly parent VPs for talloc, when moving them in map2request.
1131         * Various fixes for talloc parent / child relationships
1132         * Allow rlm_counter to support VSAs.
1133         * Normalize return codes for many modules. "do nothing" is noop,
1134           not "ok".
1135         * Run Post-Proxy-Type Fail.  Closes #576
1136         * Fix DHCP destination port for replies to relays.  Closes #591
1137         * Do-Not-Respond policy works again  Closes #593
1138         * Proxy-To-Virtual-Server works again.  Closes #596
1139         * Build fixes for ancient systems.  Closes #607, #608, #609.
1140         * %{Module-Return-Code} works again.  Closes #610.
1141         * Don't increment statistics for Status-Server responses.
1142           Closes #612.
1143         * A duplicate request isn't a duplicate if the original one
1144           is marked "done".  This should lower retransmissions from
1145           clients.
1146         * Fix multiple regular expression and glob memory leaks.
1147         * Don't allocate any memory in fr_fault() as it can cause malloc
1148           to deadlock.
1149         * Temporarily set dumpable flag before calling system in fr_fault()
1150           else the debugger may not be able to attach.
1151         * Set nonblock on all TCP client sockets.
1152         * Fix minor buffer overrun in mschapv2 where some attribute strings
1153           were not correctly \0 terminated.
1154         * Fix crash on authentication failure with MIT kerberos.
1155         * Fix code so that octal escape sequences aren't prematurely unescaped
1156           in rlm_sql, radclient, preprocess, and other places. This may
1157           require configuration changes, as these sequences will no longer
1158           need double escaping (\\) of the backslash.
1159         * The connection pools no longer have one connection used twice
1160           in certain rare conditions.
1161         * Use self pipes for internal signals.  The code was there, but was
1162           unused.
1163         * Don't crash if there are outstanding EAP sessions and were told to
1164           exit gracefully.
1165         * Fix typo in dictionary.rfc4072
1166
1167 FreeRADIUS 3.0.2 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
1168         Feature improvements
1169         * secret keys and LDAP / SQL passwords are now printed as
1170           '<<< secret >>>' in debugging mode.  Use -Xx to see the
1171           actual passwords.
1172         * Print out more information about passwords in -Xx,
1173           including hashes, comparisons, etc.
1174         * Allow cast (and implicit conversion) of integers to IPv4 addresses
1175         * More xlats allow attribute references.  This means they can
1176           operate on binary data.  e.g. expr, base64, md5, sha1.
1177         * Added more tests.
1178         * The dictionaries are now auto-loaded.  raddb/dictionary
1179           should no longer have $INCLUDE ${prefix}/share/dictionary
1180         * A "panic_action" can be set to have the server dump a gdb
1181           log on SEGV or other fatal error.  See radiusd.conf
1182         * Add support for SHA-224, SHA-256, SHA-384, SHA-512 to rlm_pap.
1183         * Add "%{sha256:}" and "%{sha512:}" xlat functions.
1184         * Cache CUI in EAP session resumption.
1185         * templates can now have sub-sections, which will be included
1186           in the section referencing the template.
1187         * Update more dictionaries.
1188         * Added more instances of the "always" module, for all return
1189           codes.
1190         * Suppress broken NASes when proxying.  Retransmits which occur
1191           more than once per second are rate-limited to once per second.
1192         * Allow '&' in more xlat expansions.
1193         * Update PostgreSQL schema and queries to record last updated
1194           time, and accounting interim.
1195         * Optimize more "if" conditions when the server loads.  This will
1196           avoid work at run time.  e.g. ("foo" == "bar") --> FALSE.
1197         * Allow removal of all attributes within a list with !* operator.
1198         * Allow list to list copies with request qualifiers (outer.).
1199         * Add support for ipv4 prefixes and ipv6 addresses and prefixes to
1200           %{integer:}.
1201         * allow radmin command "set module status <module> <code>"
1202           which can be used to forcibly enable/disable modules.
1203         * pap module now assumes Cleartext-Password if Password-With-Header
1204           doesn't have a {...} header.
1205         * Added "unpack" module.  It can unpack binary data from horrible
1206           VSA formats.  See raddb/mods-available/unpack
1207         * Added example IP Pool for DHCP, using sqlite.  From Matthew Newton
1208           See raddb/mods-config/sql/ippool-dhcp/
1209
1210         Bug fixes
1211         * Fix SQL groups.
1212         * Fix operation of fr_strerror() with RE*() macros.
1213         * Don't assert if the connection we're trying to reconnect
1214           is not in_use.
1215         * Fix %{mschap:User-Name} xlat.
1216         * Allow comparisons of signed integers and of ethernet addresses.
1217         * Fix parsing of text-based ascend binary filters.
1218         * Fix a few minor Coverity and clang analyzer issues.
1219         * Log WARNING and ERROR prefixes only once, not twice.
1220         * Fix attribute truncation seen in Perl and other places.
1221         * Use correct port when DHCP relaying.
1222         * Fix behaviour on FreeBSD where sending packets from an interface
1223           bound to an IP address would fail when the server was built with
1224           udpfromto.
1225         * Don't abort() when freeing home servers on exit.
1226         * Fix edge case in pairmove() when some attributes could be over-
1227           written.
1228         * Do checks for individual sqlite v2 functions so rlm_sqlite builds
1229           correctly with more versions of the library.
1230         * In heimdal kerberos, create MEMORY ccaches on a per context basis.
1231           This prevents issues with the root ccache being used.
1232         * Fix corner case with proxying, where home server goes down.
1233         * Rate-limit "max_requests" complaint.  We don't want to fill the
1234           logs when something goes wrong.
1235         * Use /dev/urandom for raddb/certs/random, if it exists.
1236         * Issue WARNING that old-style clients should no longer be used.
1237         * Auto-set secret to "radsec" for tcp+tls home servers.
1238         * Fix double free in home_server_add when there is a parse error
1239           on startup.
1240         * rlm_unix checks if the dictionaries are broken, instead of crashing
1241         * Fix potential memory corruption when normalising salted password
1242           hashes from hex, where the combined hash and salt was > 64 bytes.
1243         * Register sqlcounter attributes correctly, and other issues with it
1244         * treat 127.0.0.1/32 as being identical to 127.0.0.1
1245         * Don't mangle error output of SQL drivers like PostgreSQL
1246         * Fix usage of "tls = ${tls}".  It could previously cause problems
1247           when the reference was used multiple times.
1248         * Fix TLS session leak for incoming sockets.
1249         * Try harder to clean up memory on exit when using "-mM"
1250         * Fix memory leak when home server is down for RadSec connections
1251         * rate-limit outgoing connection attempts when the home server
1252           is down.  It will retry no more than once per second.
1253         * When parsing ipv6 address prefixes, always mask off the host
1254           portion.
1255         * Fix rlm_counter so that it does not create two reply
1256           attributes.
1257         * Fix issues with DHCP Sub-TLVs where the value of the first
1258           Sub-TLV would appear corrupted, and subsequent TLVs would
1259           not appear in debug output.
1260         * Initialize scope in IP address parsing
1261         * Prevent vendor attributes and RFC space attributes from clashing
1262           in rlm_attr_filter.
1263         * Set source IP address for DHCP packets from DHCP-Server-IP-Address,
1264           or DHCP-DHCP-Server-Identifier, if we're unable to otherwise
1265           determine the source IP.
1266         * Fix POST attribute parsing in rlm_rest.
1267         * Fix JSON attribute parsing in rlm_rest.
1268         * Don't append trailing & to POST options in rlm_rest (minor).
1269         * Process HTTP 100 Continue messages correctly in rlm_rest
1270         * Fix generation of long > 512 byte POST payloads, where attribute
1271           values on the chunk boundary may have been omitted in rlm_rest.
1272         * Remove duplicate escape sequence parsing in rlm_sqlippool and
1273           rlm_sqlcounter which caused issues with escaping %. Escape
1274           sequence parsing is now handled purely by the xlat functions.
1275         * Ensure %% is treated as a string literal, and so not passed to any
1276           xlat escape functions for processing.
1277         * Correct calculation of Message-Authenticator
1278           for CoA packets.  Closes #556
1279
1280 FreeRADIUS 3.0.1 Mon 13 Jan 2014 14:30:00 EDT urgency=medium
1281         Feature improvements
1282         * Add "timeout" to exec, and "ntlm_auth_timeout" to mschap.
1283           So that run-away child processes are caught earlier.
1284         * Allow TLS clients to use "proto = tls", in which case
1285           TLS is required.  The shared secret is then set to "radsec".
1286         * More documentation in the tls virtual server.
1287         * Add "date" module for date formatting.
1288           See raddb/mods-available/date.
1289         * Added unit test suite for internal server functionality
1290         * When loading "update" sections, check if the RHS is a literal
1291           value.  If so, syntax check it immediately.
1292         * Update LDAP module documentation and functionality.
1293           The generic attribute can now update lists.
1294         * Updated dictionary.extreme.
1295         * Update sqlippool to do clears as a separate transaction,
1296           and at most once per second.  This should help MySQL.
1297         * Respect control:Response-Packet-Type for all types of
1298           requests.
1299         * Add support for SSL encryption to the MySQL driver.
1300         * Allow arbitrary connection parameters to be used with the
1301           PostgreSQL driver.
1302         * Changes to the OpenLDAP schema to fully expose functionality
1303           of the new LDAP module.
1304         * Update debian packaging to include a freeradius-config
1305           package. This package may be provided as a site local
1306           package to avoid fighting with the preinstalled config
1307           files.
1308
1309         Bug fixes
1310         * Use correct field for ARP setting in DHCP.
1311         * Fix crash on debug condition (#454).
1312         * Fix a number of minor issues caught by the clang
1313           analyzer.
1314         * Set WARNING messages to yellow instead of normal text.
1315         * Correct debug colorise logic.  Patch from Phil Mayers.
1316         * Encode attributes of type "ethernet".  No one uses them,
1317           but it makes sense.
1318         * Work around regex initialization issues.
1319         * Fix build when linking against OpenSSL.
1320         * Print IDs as positive numbers, which helps for large DHCP
1321           XIDs.
1322         * Fix issue with sql_ippool.
1323         * sqlcounter now uses 64-bit counters, to deal with 4G overflow.
1324         * Fix issues with DHCP subsystem.
1325         * Don't build / install disabled modules, or their config
1326           files.
1327         * Fix build for OSX Mavericks, which hid the header files
1328           in a magical place.
1329         * Fix LEAP buffer issue.  You should still avoid LEAP.
1330         * Mark "unknown" WiMAX attributes as being WiMAX.
1331         * Fix typo in packet decoder for fragmented extended attrs
1332         * RPM spec fixes.
1333         * Fix rlm_perl build issues when not using threads.
1334         * Enable %{Response-Packet-Type} again.
1335         * Update configuration file parser to handle "bool"
1336           consistently.
1337         * Update declarations of global boolean variables to use
1338           "bool" consistently. This fixes an issue where some
1339           modules were instantiated in "config check" mode and
1340           did not work correctly.
1341         * Make more messages debug instead of info, to avoid
1342           polluting the logs with messages that can't be fixed.
1343         * Set operator in internal unlang code to suppress spurious
1344           warning messages.
1345         * Fix debian packaging.
1346         * Added "status" to Debian init script.
1347         * Fix "update outer.request" to update the outer request.
1348         * Don't print TLS debugging messages when not in debug mode.
1349         * Correctly manage counters for "limit" sections of TCP / TLS
1350           "listen" sockets.
1351         * Fix libldap debug output.
1352         * Fix rlm_ldap tls functionality.
1353         * Initialise OpenSSL globals early to avoid issues with the
1354           PostgreSQL library.
1355         * Fix typo in sqlcounter expansion code.  Fixes #463
1356         * Overwrite previous instances of SQL-User-Name when adding
1357           it to the request.
1358         * Work around bugs in both MIT and heimdal versions of
1359           krb5_copy_context(), which caused segfaults in
1360           multithreaded mode.
1361         * Provide meaningful error messages if Heimdal krb5 is used.
1362         * Fix attribute supression in rlm_detail.
1363         * Exit with error code if child fails to complete server
1364           initialisation after forking.  This allows init scripts to
1365           correctly report whether the server started ok.
1366
1367 FreeRADIUS 3.0.0 Mon  7 Oct 2013 15:48:14 EDT urgency=medium
1368         Feature improvements
1369         * Documentation for upgrading from 2.x is in raddb/README.rst
1370           Please follow it.  It will make the upgrade easier.
1371         * Moved configuration entries in radiusd.conf to make more sense.
1372         * Added the "integer64" and "ipv4prefix" data types.
1373         * Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls
1374         * Updated internal API to support new attributes and formats
1375         * Added code to send SNMP Traps.  See raddb/trigger.conf.
1376         * Added preliminary support for Apple's Grand Central Dispatch
1377         * Added provisions for raddb/dictionary.local, for local changes.
1378           See raddb/dictionary for more details.
1379         * Added packet/s tracking. See max_pps in the "listen" section.
1380         * The %{} expansions and "unlang" conditions are now parsed at server
1381           start. Descriptive errors are produced for syntax and format errors.
1382         * Casting is now supported for "unlang" comparisons.  See "man unlang"
1383           e.g. <ipaddr>127.0.0.1 == Framed-IP-Address.
1384         * Direct comparison of attribute references is now supported.
1385           e.g. &Foo == &Bar.  This avoids stringification of the attributes.
1386         * Direct assignment of attributes is now supported.
1387           e.g. Foo := &Bar.  It also works for "octets" data types.
1388         * Comparisons of IPv4 and IPv6 prefixes are now supported.
1389           The "<" operator means "within the prefix" for comparisons.
1390         * New sha1 xlat expansion (thanks to Alan Buxey)
1391         * Colourised log messages when logging to stdout.  Look for yellow
1392           warnings and red errors.  Doing this will save you a LOT of grief.
1393         * If the PCRE library is available, use it (insted of the POSIX
1394           functions) to process regular expressions (thanks to Phil Mayers).
1395         * -xv now displays all the features the server was built with, and
1396           the versions of the core libraries (libtalloc, libssl).
1397
1398         Module Changes
1399         * Moved raddb/modules/ to raddb/mods-available/, and raddb/mods-enabled/,
1400           following the examples of other projects.
1401         * Additional files for each module are now in raddb/mods-config/.
1402           See raddb/mods-config/README.rst for documentation.
1403         * Moved "users" to raddb/mods-config/files/authorize
1404         * Moved "hints" and "huntgroups" to raddb/mods-config/preprocess/
1405         * Moved eap.conf to mods-available/eap
1406         * Moved sql.conf to mods-available/sql
1407         * Moved TLS configuration for EAP into a common subsection.
1408           See raddb/mods-available/eap, "tls-config" section.
1409         * Added for MS-CHAP Change Password from Phil Mayers.
1410           See raddb/mods-available/mschap, "passchange" subsection.
1411         * Added EAP-PWD implementation from Dan Harkins
1412         * Added connection pools for modules. This unifies connection
1413           management which was previously different for different modules.
1414         * SQL now uses the connection pool.  See mods-available/sql
1415         * SQL now supports arbitrary Acct-Status-Types.
1416           These changes are not compatible with 2.x.
1417         * SQL now has full support for SQLite.  See raddb/sql/main/sqlite/
1418         * SQLite supports auto-creation of new databases on server startup for
1419           bootstrapping purposes.
1420         * LDAP now uses the connection pool.  The LDAP module has been
1421           completely re-written for performance and simplicity.
1422         * LDAP now caches groups.  This makes multiple group checks MUCH
1423           faster.
1424         * Removed all limitations on 253 octet attributes.  RFC 6929 allows
1425           for attributes up to 4K in length.
1426         * New rlm_idn module providing an expansion for performing IDNA encoding
1427         of internationalized domain names.  Thanks to 'skids'.
1428         * New rlm_yubikey module to validate yubikey OTP tokens.
1429           See raddb/modules/yubikey
1430
1431         Bug fixes
1432         * All known bug fixes from 2.2.x are included.
1433         * Removed "addport" functionality.
1434         * Removed many unused or duplicate modules.  See raddb/README.rst.
1435
1436         Internal / API changes:
1437         * All traces of the old build system have been removed.
1438           The new build system is faster and simpler.
1439         * clang is fully supported.
1440         * We now use "talloc" for memory management.  A number of new
1441           features required this change.  Thanks to the Samba people!
1442         * Many internal APIs have been updated to use talloc.
1443         * New API for iterating over VALUE_PAIRs.  This is in preparation
1444           for attributes, in version 3.1.
1445         * No new code should directly modify any field of a VALUE_PAIR.
1446         * VALUE_PAIRs contain pointers to DICT_ATTR instead of containing
1447           attribute and vendor fields.  This will allow nested attributes.
1448         * Some protocol specific code has been moved out into proto_* modules.
1449           More will come in subsequent versions.  See proto_dhcp and proto_vmps.
1450         * Standardised internal logging macros.  radlog() should not be used.
1451           See src/include/log.h
1452         * Use OpenSSL hashing functions when available.
1453         * The server now builds with no warnings on most platforms.
1454         * New RADIUS encoder/decoder, to support new formats.
1455         * Added RFC 6929 "extended attributes", via the new encoder/decoder.
1456         * Added full WiMAX support, via the new encoder/decoder.  The old
1457           code could not handle some unusual corner cases.