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