Note spaces for 2.1.9
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.1.9 Mon 24 May 8:00:00 CEST 2010, urgency=medium
2         Feature improvements
3         * Add radmin command "stats detail <file>" to see what
4           is going on inside of a detail file reader.
5         * Added documentation for CoA.  See raddb/sites-available/coa
6         * Add sub-option support for Option 82.  See dictionary.dhcp
7         * Add "server" field to default SQL NAS table, and documented it.
8
9         Bug fixes
10         * Reset "received ping" counter for Status-Server checks.  In some
11           corner cases it was not getting reset.
12         * Handle large VMPS attributes.
13         * Count accounting responses from a home server in SNMP / statistics
14           code.
15         * Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
16         * radmin packet counter statistics are now unsigned, for numbers
17           2^31..2^32.  After that they roll over to zero.
18         * Be more careful about expanding data in PAP and MS-CHAP modules.
19           This prevents login failures when passwords contain '{'.
20         * Clean up zombie children if there were many "exec" modules being
21           run for one packet, all with "wait = no".
22         * re-open log file after HUP.  Closes bug #63.
23         * Fix "no response to proxied packet" complaint for Coa / Disconnect
24           packets.  It shouldn't ignore replies to packets it sent.
25         * Calculate IPv6 netmasks correctly.  Closes bug #69.
26         * Fix SQL module to re-open sockets if they unexpectedly close.
27         * Track scope for IPv6 addresses.  This lets us use link-local
28           addresses properly.  Closes bug #70.
29         * Updated Makefiles to no longer use the shell for recursing into
30           subdirs.  "make -j 2" should now work.
31         * Updated raddb/sql/mysql/ippool.conf to use "= NULL".  Closes
32           bug #75.
33         * Updated Makefiles so that "make reconfig" no longer uses the shell
34           for recursing into subdirs, and re-builds all "configure" files.
35         * Used above method to regenerate all configure scripts.
36           Closes bug #34.
37         * Updated SQL module to allow "server" field of "nas" table
38           to be blank: "".  This means the same as it being NULL.
39         * Fixed regex realm example.  Create Realm attribute with value
40           of realm from User-Name, not from regex.  Closes bug #40.
41         * If processing a DHCP Discover returns "fail / reject", ignore
42           the packet rather than sending a NAK.
43         * Allow '%' to be escaped in sqlcounter module.
44         * Fix typo internal hash table.
45         * For PEAP and TTLS, the tunneled reply is added to the reply,
46           rather than integrated via the operators.  This allows multiple
47           VSAs to be added, where they would previously be discarded.
48         * Make request number unsigned.  This changes nothing other than
49           the debug output when the server receives more than 2^31 packets.
50         * Don't block when reading child output in 'exec wait'.  This means
51           that blocked children get killed, instead of blocking the server.
52         * Enabled building without any proxy functionality
53         * radclient now prefers IPv4, to match the default server config.
54         * Print useful error when a realm regex is invalid
55         * relaxed rules for preprocess module "with_cisco_vsa_hack".  The
56           attributes can now be integer, ipaddr, etc.  (i.e. non-string)
57         * Allow rlm_ldap to build if ldap_set_rebind_proc() has only
58           2 arguments.
59         * Update configure script for rlm_python to avoid dynamic linking
60           problems on some platforms.
61         * Work-around for bug #35
62         * Do suid to "user" when running in debug mode as root
63         * Make "allow_core_dumps" work in more situations.
64         * In detail file reader, treat bad records as EOF.
65           This allows it to continue working when the disk is full.
66         * Fix Oracle default accounting queries to work when there are no
67           gigawords attributes.  Other databases already had the fix.
68         * Fix rlm_sql to show when it opens and closes sockets.  It already
69           says when it cannot connect, so it should say when it can connect.
70         * "chmod -x" for a few C source files.
71         * Pull update spec files, etc. from RedHat into the redhat/ directory.
72         * Allow spaces when parsing integer values.  This helps people who
73           put "too much" into an SQL value field.
74
75 FreeRADIUS 2.1.8 Wed 30 Dec 16:44:50 CEST 2009, urgency=medium
76         Feature improvements
77         * Print more descriptive error message for too many EAP sessions.
78           This gives hints on what to do when "failed to store handler"
79         * Commands received from radmin are now printed on stdout when
80           in debugging mode.
81         * Allow accounting packets to be written to a detail file, even
82           if they were read from a different detail file.
83         * Added OpenSSL license exception (src/LICENSE.openssl)
84
85         Bug fixes
86         * DHCP sockets can now set the broadcast flag before binding to a
87           socket.  You need to set "broadcast = yes" in the DHCP listener.
88         * Be more restrictive on string parsing in the config files
89         * Fix password length in scripts/create-users.pl
90         * Be more flexible about parsing the detail file.  This allows
91           it to read files where the attributes have been edited.
92         * Ensure that requests read from the detail file are cleaned up
93           (i.e. don't leak) if they are proxied without a response.
94         * Write the PID file after opening sockets, not before
95           (closes bug #29)
96         * Proxying large numbers of packets no longer gives error
97           "unable to open proxy socket".
98         * Avoid mutex locks in libc after fork
99         * Retry packet from detail file if there was no response.
100         * Allow old-style dictionary formats, where the vendor name is the
101           last field in an ATTRIBUTE definition.
102         * Removed all recursive use of mutexes.  Some systems just don't
103           support this.
104         * Allow !* to work as documented.
105         * make templates work (see templates.conf)
106         * Enabled "allow_core_dumps" to work again
107         * Print better errors when reading invalid dictionaries
108         * Sign client certificates with CA, rather than server certs.
109         * Fix potential crash in rlm_passwd when file was closed
110         * Fixed corner cases in conditional dynamic expansion.
111         * Use InnoDB for MySQL IP Pools, to gain transactional support
112         * Apply patch to libltdl for CVE-2009-3736.
113         * Fixed a few issues found by LLVM's static checker
114         * Keep track of "bad authenticators" for accounting packets
115         * Keep track of "dropped packets" for auth/acct packets
116         * Synced the "debian" directory with upstream
117         * Made "unlang" use unsigned 32-bit integers, to match the
118           dictionaries.
119
120 FreeRADIUS 2.1.7 Mon Sept 14 11:20:00 CEST 2009;  , urgency=medium
121         Feature improvements
122         * Full support for CoA and Disconnect packets as per RFC 3576
123           and RFC 5176.  Both receiving and proxying CoA is supported.
124         * Added "src_ipaddr" configuration to "home_server".  See
125           proxy.conf for details.
126         * radsniff now accepts -I, to read from a filename instead of
127           a device.
128         * radsniff also prints matching requests and any responses to those
129           requests when '-r' is used.
130         * Added example of attr_filter for Access-Challenge packets
131         * Added support for udpfromto in DHCP code
132         * radmin can now selectively mark modules alive/dead.
133           See "set module state".
134         * Added customizable messages on login success/fail.
135           See msg_goodpass && msg_badpass in log{} section of radiusd.conf
136         * Document "chase_referrals" and "rebind" in raddb/modules/ldap
137         * Preliminary implementation of DHCP relay.
138         * Made thread pool section optional.  If it doesn't exist,
139           the server will run single-threaded.
140         * Added sample radrelay.conf for people upgrading from 1.x
141         * Made proxying more stable by failing over, rather than
142           rejecting the first request.  See "response_window" in proxy.conf
143         * Allow home_server_pools to exist without realms.
144         * Add dictionary.iea (closes bug #7)
145         * Added support for RFC 5580
146         * Added experimental sql_freetds module from Gabriel Blanchard.
147         * Updated dictionary.foundry
148         * Added sample configuration for MySQL cluster in raddb/sql/ndb
149           See the README file for explanations.
150
151         Bug fixes
152         * Fixed corner case where proxied packets could have extra
153           character in User-Password attribute.  Fix from Niko Tyni.
154         * Extended size of "attribute" field in SQL to 64.
155         * Fixes to ruby module to be more careful about when it builds.
156         * Updated Perl module "configure" script to check for broken
157           Perl installations.
158         * Fix "status_check = none".  It would still send packets
159           in some cases.
160         * Set recursive flag on the proxy mutex, which enables safer
161           cleanup on some platforms.
162         * Copy the EAP username verbatim, rather than escaping it.
163         * Update handling so that robust-proxy-accounting works when
164           all home servers are down for extended periods of time.
165         * Look for DHCP option 53 anywhere in the packet, not just 
166           at the start.
167         * Fix processing of proxy fail handler with virtual servers.
168         * DHCP code now prints out correct src/dst IP addresses
169           when sending packets.
170         * Removed requirement for DHCP to have clients
171         * Fixed handling of DHCP packets with message-type buried in the packet
172         * Fixed corner case with negation in unlang.
173         * Minor fixes to default MySQL & PostgreSQL schemas
174         * Suppress MSCHAP complaints in debugging mode.
175         * Fix SQL module for multiple instance, and possible crash on HUP
176         * Fix permissions for radius.log for sites that change user/group,
177           but which don't create the file before starting radiusd.
178         * Fix double counting of packets when proxying
179         * Make %l work
180         * Fix pthread keys in rlm_perl
181         * Log reasons for EAP failure (closes bug #8)
182         * Load home servers and pools that aren't referenced from a realm.
183         * Handle return codes from virtual attributes in "unlang"
184           (e.g. LDAP-Group).  This makes "!(expr)" work for them.
185         * Enable VMPS to see contents of virtual server again
186         * Fix WiMAX module to be consistent with examples.  (closes bug #10)
187         * Fixed crash with policies dependent on NAS-Port comparisons
188         * Allowed vendor IDs to be be higher than 32767.
189         * Fix crash on startup with certain regexes in "hints" file.
190         * Fix crash in attr_filter module when packets don't exist
191         * Allow detail file reader to be faster when "load_factor = 100"
192         * Add work-around for build failures with errors related to
193           lt__PROGRAM__LTX_preloaded_symbols.  libltdl / libtool are horrible.
194         * Made ldap module "rebind" option aware of older, incompatible
195           versions of OpenLDAP.
196         * Check value of Fall-Through in attr_filter module.
197
198 FreeRADIUS 2.1.6 Mon May 18 10:00:00 CEST 2009;   urgency=medium
199         Feature improvements
200         * radclient exits with 0 on successful (accept / ack), and 1
201           otherwise (no response / reject)
202         * Added support for %{sql:UPDATE ..}, and insert/delete
203           Patch from Arran Cudbard-Bell
204         * Added sample "do not respond" policy.  See raddb/policy.conf
205           and raddb/sites-available/do_not_respond
206         * Cleanups to Suse spec file from Norbert Wegener
207         * New VSAs for Juniper from Bjorn Mork
208         * Include more RFC dictionaries in the default install
209         * More documentation for the WiMAX module
210         * Added "chase_referrals" and "rebind" configuration to rlm_ldap.
211           This helps with Active Directory.  See raddb/modules/ldap
212         * Don't load pre/post-proxy if proxying is disabled.
213         * Added %{md5:...}, which returns MD5 hash in hex.
214         * Added configurable "retry_interval" and "poll_interval"
215           for "detail" listeners.
216         * Added "delete_mppe_keys" configuration option to rlm_wimax.
217           Apparently some WiMAX clients misbehave when they see those keys.
218         * Added experimental rlm_ruby from
219           http://github.com/Antti/freeradius-server/tree/master
220         * Add Tunnel attributes to ldap.attrmap
221         * Enable virtual servers to be reloaded on HUP.  For now, only
222           the "authorize", "authenticate", etc. processing sections are
223           reloaded.  Clients and "listen" sections are NOT reloaded.
224         * Updated "radwatch" script to be more robust.  See scripts/radwatch
225         * Added certificate compatibility notes in raddb/certs/README,
226           for compatibility with different operating systems. (i.e. Windows)
227
228         Bug fixes
229         * Minor changes to allow building without VQP.
230         * Minor fixes from John Center
231         * Fixed raddebug example
232         * Don't crash when deleting attributes via unlang
233         * Be friendlier to very fast clients
234         * Updated the "detail" listener so that it only polls once,
235           and not many times in a row, leaking memory each time...
236         * Update comparison for Packet-Src-IP-Address (etc.) so that
237           the operators other than '==' work.
238         * Did autoconf magic to work around weird libtool bug
239         * Make rlm_perl keep tags for tagged attributes in more situations
240         * Update UID checking for radmin
241         * Added "include_length" field for TTLS.  It's needed for RFC
242           compliance, but not (apparently) for interoperability.
243
244 FreeRADIUS 2.1.5 Sun Jan 1 1:1:00 CEST 2009;  , urgency=medium
245         * Release number skipped due to procedural issues.
246         
247 FreeRADIUS 2.1.4 Tue Mar 10 17:05:00 CEST 2009;  , urgency=medium
248         Feature improvements
249         * Permit multiple "-e" in radmin.
250         * Add support for originating CoA-Request and Disconnect-Request.
251           See raddb/sites-available/originate-coa.
252         * Added "lifetime" and "max_queries" to raddb/sql.conf.
253           This helps address the problem of hung SQL sockets.
254         * Allow packets to be injected via radmin.  See "inject help"
255           in radmin.
256         * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
257         * Sample logrotate script in scripts/logrotate.freeradius
258         * Add configurable poll interval for "detail" listeners
259         * New "raddebug" command.  This prints debugging information from
260           a running server.  See "man raddebug.
261         * Add "require_message_authenticator" configuration to home_server
262           configuration.  This makes the server add Message-Authenticator
263           to all outgoing Access-Request packets.
264         * Added smsotp module, as contributed by Siemens.
265         * Enabled the administration socket in the default install.
266           See raddb/sites-available/control-socket, and "man radmin"
267         * Handle duplicate clients, such as with replicated or
268           load-balanced SQL servers and "readclients = yes"
269
270         Bug fixes
271         * Clean up control sockets when they are closed, so that we don't
272           leak memory.
273         * Define SUN_LEN for systems that don't have it.
274         * Correct some boundary conditions in the conditional checker ("if")
275           in "unlang".  Bug noted by Arran Cudbard-Bell.
276         * Work around minor building issues in gmake.  This should only
277           have affected developers.
278         * Change how we manage unprivileged user/group, so that we do not
279           create control sockets owned by root.
280         * Fixed more minor issues found by Coverity.
281         * Allow raddb/certs/bootstrap to run when there is no "make"
282           command installed.
283         * In radiusd.conf, run_dir depends on the name of the program,
284           and isn't hard-coded to "..../radiusd"
285         * Check for EOF in more places in the "detail" file reader.
286         * Added Freeswitch dictionary.
287         * Chop ethernet frames in VMPS, rather than droppping packets.
288         * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
289         * Don't lose string for regex-compares in the "users" file.
290         * Expose more functions in rlm_sql to rlm_sqlippool, which 
291           helps on systems where RTLD_GLOBAL is off.
292         * Fix typos in MySQL schemas for ippools.
293         * Remove macro that was causing build issues on some platforms.
294         * Fixed issues with dead home servers.  Bug noted by Chris Moules.
295         * Fixed "access after free" with some dynamic clients.
296
297 FreeRADIUS 2.1.3 Fri Dec 5 17:40:00 CEST 2008;  , urgency=medium
298         Feature improvements
299         * Allow running with "user=radiusd" and binding to secure
300           sockets.
301         * Start sending Status-Server "are you alive" messages earlier,
302           which helps with proxying multiple realms to a home server.
303         * Removed thread pool code from rlm_perl.  It's not necessary.
304         * Added example Perl configuration to raddb/modules/perl
305         * Force OpenSSL to support certificates with SHA256.
306           This seems to be necessary for WiMAX certs.
307
308         Bug fixes
309         * Fix Debian patch to allow it to build.
310         * Fix potential NULL dereference in debugging mode on certain
311           platforms for TTLS and PEAP inner tunnels.
312         * Fix uninitialized memory in handling of vendor definitions
313         * Fix parsing of quoted (but non-string) attributes in the "users"
314           file.
315         * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
316         * use SUN_LEN in control socket, to avoid truncation on some
317           platforms.
318         * Correct internal handling of "debug condition" to prevent it
319           from being over-written.
320         * Check return code of regcomp in "unlang", so that invalid
321           regular expressions are caught rather than mishandled.
322         * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
323         * Document list "type = status" better.  Closes bug #580.
324         * Set "default days" for certificates, because OpenSSL won't
325           do it.  This closes bug #615.
326         * Reference correct list in example raddb/modules/ldap.
327           Closes #596.
328         * Increase default schema size for Acct-Session-Id to 64.
329           Closes #540.
330         * Fix use of temporary files in dialup-admin.  Closes #605
331           and addresses CVE-2008-4474.
332         * Addressed a number of minor issues found by Coverity.
333         * Added DHCP option 150 to the dictionary.  Closes #618.
334
335 FreeRADIUS 2.1.2 Thurs Dec 3 10:47:00 CEST 2008;  , urgency=medium
336         Due to packaging issues, 2.1.2 has been pulled from the net.
337
338 FreeRADIUS 2.1.1 Thu Sep 25 11:03:00 CEST 2008;  , urgency=medium
339         Feature improvements
340         * Many more options and features in radmin.  See "man radmin" and
341           raddb/sites-available/control-socket
342         * Many more commands available via the control socket.  Connect
343           via "radmin", and type "help" for more information.
344         * Added dictionary.networkphysics and dictionary.lancom.
345         * Calculate WiMAX MIP keys, and added sample WiMAX SQL tables.
346
347         Bug fixes
348         * Fixed bug that made radmin not work
349         * Fixed Suse && Debian package scripts
350         * Fixed issues with dynamic clients
351         * Fixed configure checks for -lreadline
352         * rlm_sqlippool no longer needs to be linked to rlm_sql.
353         * Add statistics for detail file listeners.  This closes bug #593.
354         * Fixed printing of some WiMAX attributes.
355         * Fix double free on exit() in rlm_attr_filter
356         * Fixed build issues on Solaris.
357         * Fixed fast session resumption for EAP-TLS
358
359 FreeRADIUS 2.1.0 Fri Sep  5 13:20:01 CEST 2008;  , urgency=medium
360         Feature improvements
361         * Clients may now be defined dynamically, based on IP address.
362           See raddb/sites-available/dynamic-clients.
363         * SNMP support is now available through an experimental Perl script.
364           See scripts/snmp-proxy/README
365         * SNMP statistics are available through Status-Server packets.
366           See raddb/sites-available/status
367         * Added more Microsoft attributes from bug #568.
368         * The "linelog" module has more functionality and flexibility.
369           See raddb/modules/linelog.
370         * The debugging output has been sanitized.  It should be much
371           more readable.
372         * Debug logs can now be turned on/off while the server is running, for
373           a user, group, realm, etc.  See the "log" section of radiusd.conf.
374         * Added support for WiMAX Forum attributes.  The dynamic keys
375           are not yet calculated.  See share/dictionary.wimax
376         * Added session resumption for PEAP and TTLS.
377           See raddb/eap.conf, "cache" sub-section.
378         * Added "radmin" command-line tool for administering a running server.
379           See "man radmin" and raddb/sites-available/control-socket.
380
381         Bug fixes
382         * Double escaping of '\\' in the "users" (and some other) files
383           has been fixed.  If you have '\\' in the "users" file, your
384           configuration WILL NEED TO BE CHECKED, AND FIXED!
385         * Parse "security" section in radiusd.conf.  This was accidentally
386           deleted in 2.0.5.  Closes bug #566.
387         * Bind to interface before IP, which allows DHCP sockets to
388           listen on "*" for multiple interfaces.
389         * Fix handling of giaddr in DHCP responses.
390         * Corrected parsing of status_check in home_server so that it works.
391         * Fix hints so that "Puser" works again.
392         * Removed length restrictions on attribute names in the dictionaries.
393         * Update socket code to avoid C compiler optimizations.
394
395 FreeRADIUS 2.0.5 ; Date: 2008/06/07 17:17:00 , urgency=medium
396         Feature improvements
397         * Permit SQL authorize_reply_query to be empty.
398         * Allow setting response packet type in Post-Proxy-Type Fail
399           handler.
400         * Added install-chown target to set correct permission and ownership
401           make RADMIN=radmin RGROUP=radius install-chown
402         * Support for LDAP-Group and other dynamic comparison attributes
403           in unlang.  Developed from a patch by Jason Alderfer.
404         * Added chroot support.  See radiusd.conf for comments.
405         * Allow clients of 0/0.  We do not recommend using this, though.
406         * Moved many module configurations into raddb/modules/*
407         
408         Bug fixes
409         * Allow proxying to virtual servers for accounting packets, too.
410         * Added "num fields" function to PostgreSQL client.
411         * Updated proxy fallback mechanism to validate fallback servers,
412           and to process fallback requests in a child thread.
413         * rlm_realm returns "ok" for LOCAL realms, not "noop".
414         * Fixed some DHCP code handling.  The examples should now work.
415
416 FreeRADIUS 2.0.4 ; Date: 2008/04/30 08:56:40  , urgency=medium
417         Feature improvements
418         * Allow "virtual_server" in "realm" and "home_server" sections.
419           See raddb/proxy.conf and raddb/sites-available/virtual.example.com.
420         * Allow "passwd" module to be listed in "accounting" and "post-auth".
421         * Added "fallback" to "home_server_pool" configuration, to handle
422           the case of all home servers being dead.  See raddb/proxy.conf.
423         * Added sample text to raddb/sites-available/inner-tunnel which
424           can simplify debugging of inner tunnel configurations.
425         * Added regular expression matching in realm names.  See
426           raddb/proxy.conf for examples.
427         * Added simple DHCP server functionality.  For comments, see
428           raddb/sites-available/dhcp.
429         * Added file globbing capabilities to detail file reader
430         * Added sample raddb/sites-available/robust-proxy-accounting
431         * Clients in SQL can now refer to a virtual server.
432           Patch from Michael Bretterklieber.
433         * Added some examples of creating RADIUS administrator in SQL,
434           and assigning appropriate access rights.
435         
436         Bug fixes
437         * Install all files in raddb/sites-available
438         * Allow non-threaded builds.
439         * Don't treat '0x' as special for known attributes that are not
440           of type "octets".
441         * Fix log error in rlm_pap.
442         * Remove documentation about non-existent functionality.
443         * Updated warning messages in debug output.
444         * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
445           This fix was supposed to go into 2.0.3, but did not make it.
446         * Fix event handling in debug mode for failed proxy requests.
447         * Fix memleak in fifos.  Closes #537.
448         * Fix memleak on blocked threads.  Closes #538.
449         * Perform additional checks on NULL realms.  Closes #541.
450         * Fix handling of "clients" in "listen" section.
451         * When detail file cannot process a packet, sleep for longer
452           to let the rest of the server do something.
453         * Add missing table to raddb/sql/mssql/schema.sql.  Closes #545.
454         * Updated rlm_sql_postgresql to build with PostgreSQL 7.x. 
455           Closes #533.
456         * Fix "postauth" of rlm_ldap to look for LDAP-UserDn in the
457           correct place.
458         * Update rlm_attr_filter for some corner cases.  Closes #543.
459         * Fixed memory leak in libfreeradius event handler.
460         * In the SQL Accounting on/off queries, remove the restriction
461           that the session time had to be zero.
462         
463 FreeRADIUS 2.0.3 ; Date: 2008/03/17 09:22:17  , urgency=medium
464         Feature improvements
465         * Updated raddb/certs/ca.cnf with extensions to allow ca.der
466           to be imported as a CA on Symbian and Windows Mobile devices.
467           Closes bug #524
468         * Enable multiple matches in "hints" via Fall-Through = Yes.
469           Closes bug #477
470         * Added preliminary SQLite driver, contibuted by Apple.
471           Untested, with no sample configuration.  This address bug #470.
472         * Updated logging sub-system so that log messages from libfreeradius
473           can go to the log file, and not stdout.
474         * Added dictionary.rfc5176
475         * EAP module now checks for instance name, and uses that for
476           authentication.  This avoids the need to set Auth-Type when
477           there are multiple instances of the EAP module.
478         * Added Module-Return-Code attribute, which contains the value
479           returned by the previous module (ok/fail/update/etc.)
480
481         Bug fixes
482         * Corrected typos in rlm_dbm.  Closes bugs #521 and #522.
483         * Detail file "listen" sections now work much better.
484         * Don't allow old "log_*" to over-ride new format.  Closes bug #525
485         * Initialize allocated memory in Oracle SQL driver.  This fixes
486           occasional crashes on some systems.  Closes bug #518
487         * Call correct function in rlm_protocol_filter.  This enables the
488           module to build.  Closes bug #512.
489         * Added deprecated flag to build for rlm_krb5.  This allows it to
490           run on 64-bit systems.  Closes bug #491
491         * Corrected error message when parsing invalid configurations
492           so it doesn't crash.  Closes bug #527
493         * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
494         * Handle $INCLUDE's in "instantiate" section.  Closes #528.
495         * Format updates to "man" pages from Stephen Gran.
496
497 FreeRADIUS 2.0.2 ; Date: 2008/02/14 11:13:48  , urgency=medium
498         Feature improvements
499         * Added notes on how to debug the server in radiusd.conf
500         * Moved all "log_*" in radiusd.conf to log{} section.
501           The old configurations are still accepted, though.
502         * Added ca.der target in raddb/certs/Makefile.  This is
503           needed for importing CA certs into Windows.
504         * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
505           This is available only debug builds.  It can be used
506           to create invalid packets! Use it with care.
507         * Permit "unlang" policies inside of Auth-Type{} sub-sections
508           of the authenticate{} section.  This makes some policies easier
509           to implement.
510         * "listen" sections can now have "type = proxy".  This lets you
511           control which IP is used for sending proxied requests.
512         * Added note on SSL performance to raddb/certs/README
513
514         Bug fixes
515         * Fixed reading of "detail" files.
516         * Allow inner EAP tunneled sessions to be proxied.
517         * Corrected MySQL schemas
518         * syslog now works in log{} section.
519         * Corrected typo in raddb/certs/client.cnf
520         * Updated raddb/sites-available/proxy-inner-tunnel to
521           permit authentication to work.
522         * Ignore zero-length attributes in received packets.
523         * Correct memcpy when dealing with unknown attributes.
524         * Corrected debugging messages in attr_rewrite.
525         * Corrected generation of State attribute in EAP.  This
526           fixes the "failed to remember handler" issues.
527         * Fall back to DEFAULT realm if no realm was found.
528           Based on a patch from Vincent Magnin.
529         * Updated example raddb/sites-available/proxy-inner-tunnel
530         * Corrected behavior of attr_filter to match documentation.
531           This is NOT backwards compatible with previous versions!
532           See "man rlm_attr_filter" for details.
533
534 FreeRADIUS 2.0.1 ; Date: 2008/01/22 13:29:37  , urgency=low
535         Feature improvements
536         * "unlang" has been expanded to do less run-time expansion,
537           and to have better handling of typed data.  See "man unlang"
538           for documentation and new examples.
539         
540         Bug fixes
541         * The 'acct_unique' module has been updated to understand
542           the deprecated (but still used) Client-IP-Address attribute.
543         * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in
544           packets.
545         * Fixed crash in rlm_dbm.
546         * Fixed parsing of syslog configuration.
547
548 FreeRADIUS 2.0.0 ; Date: 2007/11/24 08:33:09 , urgency=low
549         Feature improvements
550         * Debugging mode is much clearer and easier to read.
551         * A new policy language makes many configurations trivial.
552           See "man unlang" for a complete description.
553         * Virtual servers are now supported.  This permits clear separation
554           of policies.  See raddb/sites-available/README
555         * EAP-TLS (PEAP, EAP-TTLS) and OpenSSL certificates "just work".
556           See raddb/certs/README for details.
557         * Proxying is much more configurable than before.
558           See proxy.conf for documentation on pools, and new config items.
559         * Full support for IPv6.
560         * Much more complete support for the RADIUS SNMP MIBs.
561         * HUP now works.  Only some modules are re-loaded,
562           and the server configuation is *not* reloaded.
563         * "check config" option now works.  See "man radiusd"
564         * radrelay functionality is now included in the server core.
565           See raddb/sites-available/copy-acct-to-home-server
566         * VMPS support.  It is minimal, but functional.
567         * Cleaned up internal API's and names, including library names.
568         
569         Bug fixes
570         * Many.