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