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