Latest set of changes.
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 1.1.2 ; $Date$, urgency=low
2
3         Feature improvements
4         * Allow tagged VSA's for Juniper.  Closes bugs #367 and #368.
5         * Allow Ascend "abinary" format to be specified as octets,
6          (e.g. Ascend-Data-Filter = 0x010203...)
7         * Added "cipher_list" configuration to the EAP-TLS module.
8           See "eap.conf" and "man 1 cipher" for details.
9         * Added "check_cert_issuer" configuration to the EAP-TLS module.
10           See "eap.conf" for details. (closes: #346)
11         * Added "suppress" configuration entry to rlm_detail,
12           to suppress certain attributes (e.g. User-Password).
13           This closes bug #359.
14         * More dictionary updates
15         * Write SSL errors to log file, rather than stderr.
16           This closes bug #347.
17
18         Bug fixes
19         * Corrected list of EAP handlers.
20         * Initialize variable in rlm_ldap.c.  This fixes RedHat
21           bug #136468.
22         * Escape more ldap strings, so configuration entries
23           that have magic LDAP characters don't break LDAP.
24           This closes bug #360.
25         * Updated doc/rlm_ldap.  This closes bug #353.
26         * Updated redhat/freeradius.spec.  This closes bug #330.
27         * Don't forcibly over-write Auth-Type in the mschap module.
28           This prevents an earlier module from forcing reject.
29         * Use the correct module reference in the authenticate section,
30           where Auth-Type wasn't explicitely specified.
31         * If there are typos in a subsection in radiusd.conf, exit
32           after printing an error, rather than continuing.
33         * Print Ascend "abinary" format as text rather than octets
34           when we receive it.
35         * Silently drop packets with bad Message-Authenticators, as per RFC3579
36         * Unbreak ./configure --disable-static (closes: #350)
37         * Unbreak ./configure --prefix (closes: #354)
38         * Allow a core dump on uid change on Linux (closes: #361)
39
40 FreeRADIUS 1.1.1 ; Date: 2006/03/17 19:50:34, urgency=low
41
42         Security fixes
43         * Additional state checking in the EAP-MSCHAPv2 module.
44           Bug found by Steffen Schuster.
45         
46         Feature improvements
47         * More dictionary updates
48         * Additional tests and fixes for Digest module from Phillipe Sultan.
49         * Add new "phone" response mode to rlm_otp/cryptocard.
50         * Put the eap sessions into a tree, so that looking them up is very
51           fast, and no longer O(n) in the number of sessions.
52         * Install the schema examples for a set of backends with the rest
53           of the documentation.
54         * Add support for xlat expansion of attributes from LDAP.
55
56         Bug fixes
57         * Fix rlm_perl crash. (closes: #348)
58         * Fix handling of CoA-Request packets (close #344).  Also correct
59           name of CoA packets.
60         * Fix an error on x86_64 machines when reading dictionaries.
61           (closes: #312)
62         * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp
63           module. (closes: #314 #328)
64         * Workaround Cisco bug in State attribute handling in rlm_otp.
65         * Support LP64 for async mode in rlm_otp.
66         * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls
67           modules. (closes: #75)
68         * Make "use_tunneled_reply" work properly for PEAP.
69         * Copy the whole string when getting a one-to-one-mapped attribute
70           from LDAP (closes: #261)
71         * Fix net-snmp's ucd-snmp compatibility mode.
72
73 FreeRADIUS 1.1.0 ; Date: 2006/01/04 05:55:19, urgency=low
74
75         Feature improvements
76         * rlm_ldap has "set_auth_type" configuration option, which should
77           address some configuration problems when using it.
78         * Fix MIT Kerberos bug
79         * Modules can be load balanced, both in isolation and redundantly.
80           See doc/load-balance.txt for more information.
81         * rlm_perl is now marked "stable"
82         * N-tier certificate patch from Mohammed Petiwala.
83         * Copied dictionaries from the CVS head (many, many, more vendors)
84         * Enabled support for weird VSA formats, like Lucent and Starent.
85         * Support encrypted IP address and integers, for Juniper clients.
86         * Add PEAP machine authentication support in module "rlm_mschap".
87         * Support User-Password field encryption in digest mode.
88         * rlm_x99_token has become rlm_otp (with lots of changes).
89         * Add rlm_sqlcounter to the list of stable modules.
90         * Read MySQL specific options in sections [freeradius] and [client]
91           from file "my.cnf".
92         * Support the ${Cisco-AVPair[n]} syntax.
93         * Execute modules in {Pre,Post}-Proxy-Type stanzas.
94         * Add new options to radclient to run stress tests on the server.
95         * New module "rlm_sql_log" to postpone the storage of accounting data
96           in a SQL database. See rlm_sql_log(5) manpage.
97         * New program "radsqlrelay" which sends the SQL logfile according to
98           the SQL server's capabilities.
99
100         Bug fixes
101         * #306 (HUP when built with threads, but executed with -s)
102         * #285 (more attributes in dictionary.cisco.vpn3000)
103         * rlm_digest has a number of bug fixes to authentication types.
104         * Don't leak memory in module "rlm_sql".
105         * Update the dictionaries, so that VALUEs with the same name,
106           but different numbers, aren't allowed.
107         * Queue the request before looking for available threads.
108         * Don't free the check items after we received the proxy reply.
109         * Expand config variables in included files, too.
110         * Check the return value of accounting modules and don't proxy
111           invalid requests.
112         * In rlm_passwd, don't close a file stream more than once.
113         * Fix format string errors in rlm_sql.c, spotted by Primoz Bratanic.
114         * Walk the whole string in when escaping strings in rlm_ldap.
115         * Include crypt.h if it is available so we get a prototype for crypt(),
116           spotted by Konstantin Kubatkin.
117         * Removed (for almost all uses) length restrictions on vendor names
118           and VALUE names.
119         * Don't leak memory when proxying an Access-Challenge response.
120         * Make the sleep time user-defined, so radrelay can send more than
121           7 requests/s.
122         * Fix a memory leak in rlm_checkval.
123         * radclient doesn't resend countless times packets with invalid
124           signature.
125         * Fix segfault and mem leak in rlm_pam.
126
127 FreeRADIUS 1.0.5 ; Date: 2005/09/04 16:23:00, urgency=medium
128
129         Security Fixes
130         * SQL injection attack in the module "rlm_sqlcounter".
131         * Buffer overflows in the module "rlm_sqlcounter".
132         * Expansion of variable %t may write 26 bytes beyond the buffer
133           bound. Primoz Bratanic is credited with the discovery of these
134           three bugs.
135
136         Bug fixes
137         * Don't de-reference a NULL pointer if the auth-type is unknown
138           in the function rad_check_password().
139         * Escape more characters in the LDAP queries.
140           Bug found by Suse engineers.
141         * In rlm_sql_unixodbc, don't call rad_malloc from sql_error(),
142           it leaks memory.
143         * Fix an off-by-one error in the module rlm_sql_unixodbc.
144           Bug found by Suse engineers.
145         * In rlm_sql, resize the buffer for the value of SQL-User-Name.
146         * Initialize memory for a new SQL socket in the module rlm_sql.
147         * Don't add too many attributes after running an external program.
148           Bug found by Suse engineers.
149         * Fix an off-by-one error in the function getthing().
150         * snprintf() and vsnprintf() replacements were not compiled if
151           the autoconf tests didn't find the functions.
152         * Don't use vsprintf() anymore, but the replacement for vsnprintf()
153           in libradius instead.
154         * The function decode_attribute() may write beyond buffer bounds.
155           Bug found by Suse engineers.
156         * Fix a memset() in the function request_enqueue() which was
157           begining at the wrong address. Bug found by Matthias Ruttman.
158         * Fix an off-by-one error in the function xlat_copy().
159           Bug found by Primoz Bratanic.
160         * Fix other off-by-one errors in module "rlm_unix", too.
161           Bug found by Allan Bazinet.
162         * Fix a 2-byte over-run read in function rad_decode().
163         * Update thread pool queue properly.
164         * Autonconf tests try first any user-specified directory,
165           otherwise they may pick up the wrong version.
166         * Delete the autoconf tests for the libldap dependancies.
167         * Install all the regular files under the "doc" directory.
168         * Distinguish between exit code <0 (failure) and >0 (reject)
169           in Exec-Program-Wait. Patch from Thor Spruyt.
170         * Make Expiration work.
171         * Clean up the code for opening a proxy socket.
172         * When finding a realm to proxy to, if all are dead, wake them
173           if wake_all_if_all_dead is true.
174         * In radwho, print the NAS-Port as unsigned int.
175         * Use extended regex instead of basic regex in rlm_attr_filter.
176         * Catch the case where someone deletes a directory that rlm_detail
177           is using.
178         * Use the variable $(LDFLAGS) when linking a module.
179         * Ignore the Stripped-User-Name when a realm has the "nostrip"
180           directive.
181         * Add support for NT-Password in rlm_pap.
182         * In rlm_sqlcounter, use the time left to the next reset if it's
183           inferior to the time left in the counter.
184         * Calculate Message-Authenticator correctly for Accounting-Request
185           and Accounting-Response.  Bug found by Paolo Rotela.
186         * Build on MAC OS X.  Still need --disable-shared, though.
187         * Fix bug #255 (crash with expired CRL's, etc.)
188         * Fix quote removal of the values from a SQL database.
189         * Reap the zombie process after a command run from "Exec-Program".
190         * Allow to cancel proxy of accounting with "Proxy-To-Realm := LOCAL".
191         * Don't copy VSA's to an Access-Reject packet.
192
193 FreeRADIUS 1.0.4 ; Date: 2005/06/11 22:46:52, urgency=medium
194
195         * Fix installation problem.
196         * Increase a buffer size, so radrelay doesn't truncate values.
197         * Updates in the documentation. Patches from Thor Spruyt.
198
199 FreeRADIUS 1.0.3 ; Date: 2005/06/03 17:15:11, urgency=high
200
201         Security Fixes
202         * Always escape the strings in the SQL module.
203         * Check buffer bound when input character needs escaping in
204           the SQL module. Bug found by Primoz Bratanic.
205
206         Bug fixes
207         * Return EAP-Fail in Access-Reject, rather than an empty Access-Reject
208         * Don't send Proxy-State from home server in TTLS.
209         * Fixes for forking external programs, so the server doesn't
210           suddenly stop processing requests, or stop forking programs.
211         * radzap now works, but it's command-line options have changed
212           completely, and it's a shell script.
213         * radwho has updated command-line options, and no longer reads
214           Unix "utmp" files.
215         * Fix bug in calling checkrad script with NAS port > 9999999
216         * Fix long-standing bug when both crypt and pthreads are in use
217         * Don't SEGV when rlm_sql gets 'NULL' value from request.
218         * Re-arrange code in radrelay to not duplicate accounting packets.
219         * In rlm_attr_rewrite, change the value when the attribute type
220           is different from string.
221
222 FreeRADIUS 1.0.2 ; Date: 2005/02/13 01:03:20, urgency=medium
223
224         * Novell eDirectoty support.  Patch from Novell.
225         * localweb & Trapeze dictionary updates.
226         * EAP-SIM fixes.
227         * Make "Strip-User-Name = No" work.
228         * Don't declare zero-length arrays in rlm_passwd
229         * Bug fix to make udpfromto code work
230         * radrelay shouldn't dump core if it can't read a VP from the
231           detail file.
232         * Only initialize the random pool once.
233         * In rlm_sql, don't escape characters twice.
234         * Fix MD4 calculation on big-endian machines.
235         * In rlm_ldap, only claim Auth-Type if a plain text password is present.
236         * Treat Quintium VSAs like Cisco VSAs
237         * Locking fixes in threading code
238         * rlm_krb5 includes /usr/include/et for Fedora Core
239         * Fix post-auth REJECT stanza processing for rejections from external
240           processes or home RADIUS servers
241         * Fix building on gcc-4.0 by not trying to access static auth_port from
242           other files.
243         * Fix building SNMP support on Solaris 9, which needs -lkstat
244
245 FreeRADIUS 1.0.1 ; Date: 2004/09/02 10:52:03 , urgency=high
246
247         Denial-of-Service Security Fix
248         * Fix two remote crashes and a memory leak in RADIUS packet
249           decoding.
250
251         Bug fixes
252         * Fix premature "success" during EAP/TLS handshake.
253         * Dictionary handling now complains about identically named
254           values with different values, and rejects dictionary
255           entries with bad data
256         * Update dictionaries to deal with the above change.
257
258 FreeRADIUS 1.0.0 ; Date: 2004/07/17 06:31:32, urgency=low
259
260         pre3 -> release
261         * Fix LDAP dictionary map loading.
262         * Check login time allowance to packet timestampe where available.
263         * Compilation fix for machines withouth <pthread.h>.
264         * Man page improvements.
265         * Grab latest config.sub and config.guess (2004-03-12).
266
267         pre2 -> pre3
268         * Make IPv6 support work better.
269         * Updated 3com dictionary.
270         * Fixed MD5 code to be more portable.
271
272         pre1 -> pre2
273         * Updated SQL onoff query
274         * Updated Nomadix, RedBack and Valemont dictionaries.
275         * MD4/MD5 fixes.
276         * Don't complain about ports we're listening on when HUP'd.
277         * Permit -i to work for radclient.
278         * Fix bug in new proxy code.
279         * rlm_passwd is now a little friendlier.
280         
281         Non source-code changes
282         * Preliminary tests indicate that the server builds and runs on
283           Interix (SFU on Windows XP).
284         * EAP module configuration is now in "raddb/eap.conf", as it was
285           getting large.
286         * Updated GPL boilerplate in the source.
287         * Added new RFC's to doc/rfc/
288         * Added more "man" pages for many of the modules.  Many of the
289           'doc/rlm_*' files have been deleted, and replaced with 'man' pages.
290         * Added many new dictionaries: 3GPP, 3GPP2, Propel, Karlnet,
291           Sonicwall, Navini, Bristol University, Valemont, Mikrotik.
292         * doc/configurable_failover is now understandable by mere humans.
293         * Update scripts/rc.radiusd with examples of how to deal with
294           shared library issues.
295         * Added demo certs.
296         * Updates to configure scripts for MySQL.
297         * Updated doc/tuning_guide, with comments about SQL.
298
299         Core feature improvements
300         * Many, many minor bug fixes and feature enhancements.
301         * Added "reject" action in configurable failover for modules
302         * Added a "listen" directive, which supersedes the old
303           "bind_address" and "port" directives.  "listen" allows much
304           finer-grained control over what IP's, ports, and packets the
305           server pays attention to.
306         * The proxy code has been updated to work properly, and to
307           allocate new sockets for proxying packets when there are more
308           than 256 requests outstanding to a home server.  Many thanks
309           to Stephen Jaeger for help in debugging the new feature.
310         * Regular expression matches in brackets can now be referenced
311           as in Perl, via %{1}, %{2}, etc.
312         * added ability for mschap module to use ntlm_auth, to perform
313           MS-CHAPv1 and MS-CHAPv2 authentication against a Windows
314           Domain Controller.
315         * Check return value from registered xlat functions. If return
316           value is 0, treat the attribute as not found.  This lets things
317           like %{sql: select... :-FAILED} work.
318         * Realms can now be configured to ignore DEFAULT and NULL
319           realms.  This makes prefix/suffix realms co-exists a little
320           better.
321         * Added red-black tree implementation to src/lib.  The
322           dictionaries now use it, rather than singly linked lists.  Tests
323           indicate that the server is up to 30% faster.
324         * Updated MSCHAP module to be able to better deal with Windows
325           machines which put a username with domain into User-Name, but
326           which use only the username to create the MS-CHAP-Response.
327         * Made "hints" file more generic and flexible, without changing
328           old functionality.
329         * Enhanced configuration file variable handling.  See
330           doc/variables.txt for details.
331         * Checks for OpenSSL now enforce version number, and are common
332           across all modules, rather than being duplicated.
333         * Implement "udpfromto", which allows the server to work better in
334           LVS.  Code from Jan Berkel and Miquel van Smoorenburg.  To use
335           it, do:   ./configure --with-udpfromto=yes
336         * Re-arranged "walk over cached requests" code for clarity.
337         * The server now keeps more SNMP statistics about the packets it
338           has processed.
339         * De-coupled the queue of input requests from the pool of threads.
340           This allows "spikes" of requests to be queued, even though all
341           threads are busy.  This change significantly increases the
342           servers ability to process large numbers of requests on a
343           multi-CPU machine.
344         * Re-arranged the internal "core" request handling code, to
345           make a little more sense.
346         * Removed support for Replicate-To-Realm.  Use radrelay.
347         * Print & parse unknown attributes as Attr-%d, Vendor-%d-Attr-%d,
348           or VendorName-Attr-%d.
349         * rlm_passwd is now marked "stable", and has many bugs fixed.
350         * More flexible configuration for rlm_ldap.
351         * New implementation of parser for Ascend's data filter
352           attributes, that is now thread-safe and GPL'd.
353         * Preliminary (not entirely complete) support for IPv6 attributes,
354           including IFID.
355         * Added support for rejected packets to run an Post-Auth-Type REJECT
356           stanza instead of skipping post-auth entirely.
357         * Added support for %{*:Packet-Type} translation. (Not for %{check:})
358         * Added support for %{check:Attribute-Name} to go with
359           %{request:Attribute-Name} and the like.
360         * Add support to rlm_sql for post-authentication query execution.
361         * Add support to rlm_sql for accounting_update_query_alt
362         * Add support for supplementary groups of switched-to user
363         * Add support for xlat-ing backquoted reply values from SQL queries.
364         * Add Public Domain MD5 implementation by Colin Plumb
365         * Add Public Domain MD4 implementation by Colin Plumb and
366           Todd C. Miller
367         * Remove smbdes.c from libradius, and add to rlm_mschap and
368           rlm_eap_leap
369         * Replace GPL'd snprintf.c in libradius with LGPL'd snprintf.[ch]
370
371         EAP-module feature improvements
372         * Allow checking of EAP identity against certificate.
373         * EAP-TLS now checks Certificate Revocation List
374         * Added EAP-TTLS support in rlm_eap.  Tested with many clients,
375           and with tunneled PAP, CHAP, MS-CHAP, MSCHAPv2, EAP-MD5,
376           EAP-MSCHAPv2, and EAP-GTC.
377         * Added EAP-PEAP support, with tunneled EAP-MSCHAP-V2, and EAP-GTC.
378           Patch from Masao Nishiku.  (Many, many thanks!)
379         * Added EAP-SIM.
380         * Enabled proxying of the authentication request which is tunneled
381           inside of PEAP and TTLS.
382
383         Utility improvements
384         * Add support to checkrad.pl for mikrotik-brand NASs over SNMP
385         * Added rlm_ippool_tool, by Edwin Groothuis.
386         * Updates to radclient, so that you can specify multiple '-f'
387           options, and it will send those packets in parallel.  This
388           allows for significantly higher packet rates when load testing.
389
390         Bug fixes
391         * Fix a bug in the attr_filter module, which would throw away
392           the tag from tagged attributes.
393         * Bug fixes to thread handling from Malcolm Caldwell.
394         * Fixed a bug in libltdl which printed the wrong error message
395           when trying to link to a library.  Found by Paul Stewart.
396         * Correct error condition in rlm_krb5.  Patch from Jon Moore.
397         * Updates for 64-bit systems.
398         * Patch to make ctime_r work on non-compliant platforms.
399           Patch from Oliver Graf.
400         * Updates to rlm_ippool for stability.
401         * Catch packets which are just about 4K in size.
402            Bug found by Nils-Henner Krueger.
403         * Many fixes to the SQL module & sub-modules.
404
405 FreeRADIUS 0.9.3 ; Date: 2003/11/20 20:15:48, urgency=high
406
407         * Change rlm_eap to not log an error if given a non-EAP packet
408         * Fix rlm_ippool's call to pod2man for perl versions before 5.6
409         * Fix a remote DoS and due to mis-handling of tagged attributes,
410           and Tunnel-Password attribute.
411
412 FreeRADIUS 0.9.2 ; Date: 2003/10/14 19:00:09, urgency=low
413
414         * New rlm_ippool code to fix IP leaks
415         * New rlm_ippool_tool for manipulation of rlm_ippool databases
416
417         * Change radrelay to reject records without an Acct-Status-Type attribute
418         * Change rlm_counter to reject packets which predate last server reset
419         * Change version output to include GNU GPL information
420         * Change rlm_ldap to output bad search filters
421
422         * Fix compilation of various modules when not building with pthreads
423         * Fix segfault due to poorly initialised value in rlm_mschap
424         * Fix to only reject packets once
425         * Fix rlm_exec to work when wait=no
426         * Fix rlm_attr_filter to work in post-proxy (as intended)
427         * Fix rlm_sql to only try to load SQL drivers
428         * Fix to orrectly limit size of RADIUS packets
429         * Fix usage information to output to stdout when used with -h flag
430         * Fix configure to assume gethostbyname is BSD-Style on FreeBSD
431
432 FreeRADIUS 0.9.1 ; Date: 2003/09/04 14:56:34, urgency=low
433
434         * Replicate-To-Realm is deprecated, and hence no longer documented
435         * Document rlm_detail support for authorize and post-auth sections
436         * Improve slightly MySQL accounting record SQL query
437         * Opaquefied CHAP-Challenge
438         * Add attributes to Nomadix dictionary
439         * Fix rlm_exec's parsing of non-attribute return values
440         * Fix for a segfault while reading config files
441         * Fix for a segfault regarding hostname lengths
442         * Fix for a segfault while reading deprecated config files
443         * Fix compilation of radiusd.c when threads are disabled
444         * Recover from inability to relay
445         * Stop complaining in error log when a system call is interrupted.
446         * Don't print binary CHAP-Passwords into the logs
447         * Successfully detect GNU dbm >= 1.8.1's dbm compatibility library
448         * Fix rlm_unix to deal with requests without a username
449         * Fix "uninmplemented function" crash in postgresql driver on -HUP
450         * Revert INTERVAL types to BIGINT in postgresql example schema
451         * Fix radrelay to notice when it's out of IDs
452         * Fix radrelay to correctly skip bad attributes
453         * Fix radrelay to not leak IDs when discarding packets
454         * Fix configure to correctly identify systems without SYSV or GNU-style
455           gethostby{addr,name}_r.
456
457 FreeRADIUS 0.9.0 ; Date: 2003/07/04 21:01:29, urgency=low
458
459         * Many, many, bug fixes and feature enhancements.
460         * radrelay now updates packet 'id' on retransmissions.
461         * More checks for thread-safe functions.
462         * Fix CHAP related buffer overflow (ouch!), thanks to Masao NISHIKU.
463         * Issue warnings if deprecated configuration files are used.
464         * rlm_passwd can now add items to the reply, request, or config items.
465         * The rlm_digest, rlm_exec, and rlm_ippool modules are now marked
466           as 'stable', and included in the default build.
467         * Removed 'raduse'.  No one has used it for years.
468         * Massive fixes for Debian packaging.
469         * radclient can now send "disconnect" packets, to NASes which
470           support it.  The server, however, CANNOT send disconnect packets.
471         * Made Auth-Type, Acct-Type, etc. names consistent across
472           dictionary files and radiusd.conf.  The old (inconsistent) names
473           are still allowed for backwards compatibility.
474         * Cleaned up problems with the rlm_sql module.
475         * Updates to the rlm_ldap module.
476         * rlm_mschap no longer reads SMB password files.  See rlm_passwd,
477           instead.
478         * Changed default entry in the 'users' file to 'Auth-Type = System',
479           to allow EAP and Digest authentication to work automagically.
480         * Support for Cisco LEAP.
481         * Added many new dictionaries (Extreme, Wispr, ERX, Netscreen...)
482         * Removed support for ATTRIB_NMC.  It is now handled (better)
483           in a different manner.
484         * Dictionaries have been moved from /etc/raddb to /usr/share/freeradius
485         * Many documentation updates
486         * Ignore whitespace-only lines in the 'users' file.
487         * Patch to fix 'rlm_realm' from returning the DEFAULT entry when
488           we are looking for the NULL entry and it doesn't exist. Bug
489           noted by Nathan Miller.
490         * Disable child process spawning if we don't have threads.
491           The code doesn't work, so it's better to force the server
492           to run in single-process mode.
493         * New rlm_exec module, which allows a more generic way of
494           executing external programs.
495         * Preliminary large file support in 'configure' and in the server,
496           to support 2G+ detail files.
497         * Install documentation into /usr/local/share/doc/freeradius
498         * New/updated dictionaries for RedCreek, Bintec, Alcatel,
499           ITK, Telebit, and Cabletron.
500         * Updates to allow building on MAC OSX.
501         * Add support for Acct-Type,Session-Type and PostAuth-Type
502         * Removed builddbm.  It hasn't been used for ages.
503         * Added new post_proxy section, based on patch from Chris Brotsos.
504         * rlm_counter shouldn't reset the counters on instantiation,
505           if the reset is set to 'never'.
506         * Significant updates to the rlm_python and rlm_perl modules
507         * Fix the rlm_pap module to handle password lengths properly.
508         * Do SQL 'close' on bad sockets, to prevent descriptor leaks
509         * Case insensitivity option for rlm_radutmp
510         * New pseudo-round-robin load balancing for realms.
511         * Suppress empty SQL queries.
512         * Include strong PRNG
513         * Create 'snmp' configuration directive, so that we can disable
514           SNMP at run time, even if it's built into the server.
515         * Refresh realm as 'active' when we see a response from it,
516            Based on a patch by Angelos Karageorgiou.
517         * Don't core dump if Status-Server is received, but it's disabled.
518         * Support more variants of character fields in Oracle.
519           Patch from Stocker Gernot.
520         * Better parsing of dictionary files.
521         * Alteon web switch dictionary, from Thomas Linden
522
523 FreeRADIUS 0.8 ; Date: 2002/11/18 15:37:24, urgency=low
524
525         * Added Oracle-specific queries.
526         * Updated SQL queries to match schema.
527         * PostGreSQL reconnect patch.
528         * Added documentation on how to build on MAC OSX.
529         * Allowed SQL module to ignore unknown Acct-Status-Type values.
530         * Updated PostGreSQL queries and schema.
531         * Updated the log rotation configuration files.
532         * Colubris and updated Nomadix dictionaries, from Marko Myllynen.
533         * Normalized error messages from the SQL modules, so that they're
534           more informative.
535         * Added Suse specific directory and configuration files, from
536           Peter Nixon
537         * SQL fail-over patch, so that the module returns FAIL if
538           the back-end database is down.  Based on a patch from
539           Thomas Jalsovsky.
540         * Cleaned up the internal handling of the configuration
541           information, in preparation for better handling SIGHUP.
542         * Updated rlm_krb5 configuration to better find it's libraries
543           and include files.
544         * radclient now complains if it receives a reply from a machine
545           other than the one to which it sent the request.
546         * Updated Postgresql SQL queries to get the operator, too.
547         * Added Juniper dictionary.
548         * Added Cisco VPN3000, VPN5000, and BBSM dictionaries.
549         * New platform-neutral 'rc.radiusd'
550         * Configuration files with private information get chmod'd
551           0600 after installation.
552         * Preliminary support for clean shutdowns when a SIGTERM is
553           received.
554         * SNMP timeouts for checkrad, so there will be fewer situations
555           where it hangs for 30 seconds...
556         * Added code to clean up modules and memory when asked to exit
557           via SIGTERM.
558         * Removed all need for the old-style 'naslist' and 'client' files,
559           and noted that they are deprecated.
560         * Added support for Status-Server packets, stolen shamelessly
561           from Cistron RADIUSD.  This is despite the RFC's saying such
562           things are wrong.
563         * Bug fixes to rlm_dbm.
564         * Updates for checkrad, max40xx routine, from Aleksandr Kuzminsky.
565         * Disable caching of passwords for the Unix module.  It was
566           causing too much confusion.
567         * Fix a memory leak when proxying Authentication-Request's
568         * Attributes which are not found in the dictionary are now of
569           type 'octets', instead of 'string'.
570         * Support for "round-robin" load balancing, when proxying requests
571           to multiple servers for one realm.
572         * Minor changes for better HPUX support.
573         * Updated the documentation and README's
574         * Made FreeTDS build ONLY after hand-editing, as the FreeTDS
575           libraries are in a state of flux, due to active development.
576         * Fixes to help build the server on MAC OSX
577         * Cisco VPN 3000 dictionary, as posted to the list by Chris Deramus.
578         * Fix EAP problems with retransmission, from Rainer Weikusat.
579         * Updates to the Oracle module, from Andrea Gabellini.
580         * In xlat, Unix timestamps are unsigned ints.
581         * Security fixes for the Kerberos Module.
582         * New 'post-auth' section, to do additional processing of
583           requests after they've been authenticated.
584         * doc/aaa.txt describes how the server works.
585         * More uniform encoding/decoding of passwords, so that they will
586           be seen as clear-text where possible.
587         * radwho and radzap now read 'radiusd.conf' to discover where the
588           radutmp files are located.  Patch from Andrea Gabellini.
589         * Preliminary 'expression' module, to allow you to do cool things
590           like:    Session-Timeout = `%{expr:3600 - %{sql:SELECT ...}}`
591         * Added ability to do xlat on check items, and reply items,
592           so that the value of the reply attributes can be dynamically
593           generated.
594         * Added MIBs, taken from the RFC's.  This makes SNMP queries to
595           the server a little easier to set up.
596         * Don't SEGV when we receive a packet which is larger than the
597           size claimed in the RADIUS portion.  Patch from Vaughn Skinner.
598         * SNMP patches from Harrie Hazewinkel.
599         * Added Altiga dictionary, from Calum <calum.aug02@umtstrial.co.uk>
600         * New Rewrite-Rule for rlm_attr_rewrite, to selectively choose
601           which rewrite rule is performed, and when.
602         * Minor bug fixes for radrelay.
603         * Bug fixes in SQL and sub-modules.
604         * Major updates to dialup_admin.
605         * Fixed handling of tagged string attributes, so that the server
606           doesn't go off into never-never land.
607         * Cleaned up experimental rlm_smb, so that it builds on more
608           platforms.
609         * Don't over-write request->reply->vps with the Reply-Message,
610           when doing authentication rejects with Exec-Program-Wait.
611         * Added 'instantiate' section, so that modules like 'expr',
612           with only an 'xlat' function can be registered.
613         * Allow '{' and '}' in xlat'd strings.
614         * C++ compatibility patch from Andrey Kotrekhov, for libradius.
615         * Automatically decrypt/encrypt User-Password, so that debugging
616           mode will print out the text password, and not the random
617           garbage it previously showed.
618         * Cleaned up header files and function prototypes for the SQL
619           sub-modules.
620
621 FreeRADIUS 0.7 ; Date: 2002/07/26 18:01:50 , urgency=high
622
623         * Allow attributes of type 'date' to be sent in outgoing packets.
624           Bug found by Loh John Wu <ljwu@sandvine.com>
625         * Add 'Realm' attribute, even if it's a LOCAL realm.
626           Bug noted by Chris Brotsos.
627         * Added experimental SMB authentication module, which uses
628           PAP passwords to authenticate against an NT-Domain.
629           NT/LM-passwords are not currently supported.
630         * More documentation for rlm_passwd, rlm_mschap, and rlm_digest.
631         * 'configure' changes to better find sem_init and friends.
632         * Allow the use of previously installed libtool, and libltdl.
633           This appears to help a lot on FreeBSD.
634         * Fixes to work on non-threaded builds.
635           Patch from Rainer Weikusat.
636         * SQL now re-connects to the server, if the connection is lost.
637           Currently only MySQL is fixed, but other patches will follow.
638           Patch from Todd T. Fries.
639         * Added experimental use of dynamicly translated variables,
640           CallBack-Number = `%{request:Calling-Station-Id}`
641           sets the value of the CallBack-Number attribute to the value of
642           the Calling-Station-Id in the original request.
643         * Cute hack: Allow regex matching on IP addresses, by placing
644           the string representation of the IP address (1.2.3.4) into
645           the internal data structure.  This allows things like
646           NAS-IP-Address =~ "^192\.168", which may be useful.
647         * Add documentation for experimental rlm_dbm module.
648         * Added experimental Perl module.
649         * Added the relevant IETF RFC's (standards documents) to 'doc/rfc',
650           along with some simple perl scripts to convert them to cross-
651           referenced HTML.
652         * Updated the experimental Python module.
653         * Added Cisco SSG VSA's
654         * When rejecting authentication due to external Exec-Program, do
655           NOT free the reply pairs, as the server core will take care of
656           doing that.  Bug noted by Thomas Jalsovsky
657         * New experimental module: rlm_cram
658           Supports APOP, CRAM-MD5, CRAM-MD4, CRAM-SHA1 with it's own
659           VSA's. This module may be used for SMTP/POP3/IMAP4 server
660           authentication.
661         * Make Exec-Program and Exec-Program-Wait work in debugging mode.
662         * Finalize the radrelay additions, based on Cistron RADIUS
663           Patches from Simon <lists@routemeister.net>
664         * Fix issues with linking, by making libradius shared.
665         * Fix issues with MD4, MD5, SHA1, and use of OpenSSL
666         * Update rlm_x99_token module to compile.
667
668 FreeRADIUS 0.6.0 ; Date: Date: 2002/07/03 14:16:33 , urgency=high
669
670         * Many bug fixes.  For explicit details, see:
671                 http://www.freeradius.org/cvs-log/
672         * Change to the user/group specified in the config file in all
673           modes ( debug and daemon ).
674         * SQL sockets are rotated so that all are used, to prevent the
675           SQL server timing out and closing unused sockets.  Patch from
676           Todd T. Fries
677         * Sybase driver from mattias@nogui.se.
678         * Modules are now versioned.
679         * Delete garbage Proxy-Reply attributes sent by the home server
680           before performing our own reply.
681         * Fix race conditions when duplicate packets resulted in a request
682           being processed by two threads, at the same time.
683         * Add '-d' command-line option to radwho
684           Bug noted by Matthew Schumacher
685         * Corrected issue that when a home server never replied to a
686           proxied request, the server may die.
687         * In SQL, look in radcheck, if not found there, try radgroupcheck.
688           Patch from Thomas Jalsovsky.
689         * Set sql user name for ALIVE accounting packets, too.
690           Patch from Simon <lists@routemeister.net>.
691         * Use port-specific checking for realms, now that we can proxy to
692           different auth/acct servers for the same realms.
693           Patch from Eddie Stassen.
694         * Minor updates to encrypted tunnel passwords.
695         * Default 'run_dir' is now /var/run/radiusd, not var/run.
696           /var/run is writeable only by root, and radiusd may be run suid.
697         * Modules are now versioned, so that upgrading the server
698           ensures that the new modules are installed.
699         * Fix sql code, so that magic SQL characters don't get the
700           SQL server excited.
701         * Remove references to "UNKNOWN-NAS" in log messages.
702         * Properly handle fork() and obtaining child processes exit
703           status when using threads.  (pthread is broken w.r.t. signals)
704         * Correct code which would send erroneous reject, when the reject
705           was delayed, and a new request came in.
706         * Fix race condition where proxied requests would sometimes never
707           be re-sent.  Bug noted by Eddie Stassen.
708         * Corrected LDAP3 schema
709         * Implemented Digest authentication, as per IETF document
710           draft-sterman-aaa-sip-00.txt, to perform authentication against
711           a Cisco SIP server.
712         * If no password or group files have been specified in the config,
713           use the standard system calls to find them, rather than giving
714           up.  Patch from Steve Langasek.       
715         * Return Proxy-State attributes in a delated Access-Reject
716         * Corrected 'session zap' logic, when an old and unused session
717           is deleted from the databases.  Accounting packets with garbage
718           Client-IP-Address attributes should no longer be a problem.
719         * Bug fixed in LDAP attribute map, for MS-CHAP related attributes.
720         * Fixes to the EAP module to work better with XP.
721         * Support for MS-SQL, using the FreeTDS library,
722           from Dmitri Ageev
723         * New operators =* and !*.  See 'man 5 users' for details.
724         * Added translation for %{config:section.subsection.item}, to
725           allow run-time translation of internal configuration parameters.
726         * New rlm_sqlcounter module, to keep counters based on SQL data.
727         * Fix rlm_realm, to allow seperate proxying of accounting and
728           authentication requests.
729         * Bug fixes in PostgreSQL back-end, from Andrew Kukhta.
730         * Increase internal buffers, to allow large SQL query strings.
731         * Added debug level 3 (-xxx), where debug messages have time stamps.
732         * Fix 'radwho' to use the correct radutmp file, as found by
733           'configure' (but radwho still doesn't read radiusd.conf)
734         * Fix bugs in tunnel (tagged attribute) code, which would prevent
735           tagged attributes from being generated correctly in a packet.
736         * Build only 'stable' modules by default.  Experimental modules
737           require --with-experimental-modules to be passed to 'configure'
738         * New module rlm_ippool, to do server-side IP pooling.
739         * Fix rlm_eap module for portability, to work on non-x86 platforms.
740         * Re-connect to the LDAP server if the connection idles out
741         * Increased the visibility of the warning messages when doing
742           'make install'
743         * Fixed EAP module to use 16-bit integers, so that it will
744           work on big-endian architectures.
745
746 FreeRADIUS 0.5.0 ; Date: 2002/03/14 22:18:22, urgency=medium
747
748         * Many bug fixes.  For explicit details, see:
749                 http://www.freeradius.org/cvs-log/
750         * Added Foundry dictionary, from Thomas Keitel
751         * Fix a logic bug in the 'walk over request list' code, which
752           would sometimes result in a request being deleted while it
753           was still being processed.  Found by Rainer Clasen
754         * New 'tuning' guide, for optimizing the server's speed.
755         * The default ports are now 1812/1813, which is the standard.
756         * Fix a bug which would hang the server when many SQL connections
757           were open.  Found by Cvetan Ivanov <zezo@spnet.net>
758         * Updated MySQL schema, with sanity checks, based on a schema from
759           Thomas Huehn <huehn@eozaen.net>
760         * Added 'Aptis' (Nortel CVX) dictionary.
761         * Added Ipv6 attributes (as 'octets' type for now)
762         * 'xlat' capability for SQL, so other modules can do SQL queries.
763         * We don't need a shared secret for LOCAL realms.
764         * Added better description of internal variables.
765         * Configurable fail-over to DEFAULT realm.  Sometimes we don't
766           want to use the DEFAULT realm, if all configured realms are
767           marked dead.  From Rainer Clasen.
768         * new configuration items 'max_attributes' and 'reject_delay'
769           If the packet contains too many attributes, it can be rejected.
770           We can also delay sending an Access-Reject, which slows down
771           certain DoS attacks.
772         * Updates to redhat scripts and spec file, from Marko Myllynen.
773         * Python module (EXPERIMENTAL) from migs paraz <mparaz@yahoo.com>
774         * Add ability to find *best* match when comparing attributes.
775           If there is more than one attribute in a request and the first
776           one doesn't match, go check the second one, instead of failing.
777         * unixODBC support for SQL, from Dmitri Ageev <d_ageev@ortcc.ru>
778         * Use thread-safe versions of library calls.  This work is still
779           on-going.
780         * New rlm_passwd module, to allow general parsing of passwd-style
781           files.
782         * Preliminary EAP-TLS support.
783         * Updated LDAPv3 schema
784         * Correct checks for Odbc, and fix bugs in the module.
785           Andreas Kainz <aka@maxxio.at>
786         * MAN page fixes and updates
787         * Added PHP web interface 'dialup_admin'
788         * Password = "UNIX" or "PAM" backwards compatibility removed.
789         * Use the operators in the SQL schema and queries, and bug
790           fixes in the SQL module.
791           Randy Moore <ramoore@axion-it.net>
792         * fgetpwent() compatibility, for systems without it,
793           from Daniel Carroll <freeradius@defiant.mesastate.edu>
794         * Added PAP authentication module, as a step to removing
795           most authentication handlers in other modules.
796         * Send a Access-Reject after max_request_time
797         * Multiple fixes in the LDAP module.
798         * Quintum dictionary by Jeremy McNamara <jj@indie.org>
799         * Preliminary EAP Module with MD5 support
800           Contributed by Raghu <raghud@hereuare.com>
801         * Better sanity checking for bad VSA's when receiving a packet
802         * new 'xlat register' so that attribute values may be pulled
803           out of configurable databases at run-time.
804           e.g. %{ldap:ldap:///dc=company,dc=com?uid?sub?uid=%u}
805         * Minor fixes to debian package rules
806         * Attribute 'Password' deprecated in favor of 'User-Password'.
807         * MS-CHAP and MS-CHAPv2 MPPE support added.
808           Contributed by Takahiro Wagatsuma <waga@sic.shibaura-it.ac.jp>.
809         * X9.9 token enhancements (several).
810
811   --  Alan DeKok <aland@ox.org>
812
813 FreeRADIUS 0.4.0 ; urgency=low
814
815         * Allow the MS-CHAP module to work, and to read /etc/smbpass
816           3APA3A <3APA3A@SECURITY.NNOV.RU>
817         * Remove the server requirement that one of User-Password
818           or CHAP-Password exist when doing authentication.  These
819           checks should be handled by the modules.  This change
820           also prepares us for EAP.
821           Patch from Raghu <raghud@hereuare.com>
822         * Make NAS-Port-ID in radwho, raduse, etc. unsigned,
823           instead of signed.
824           Patch from John Morrissey <jwm@horde.net>
825         * Allow \t and \n inside of configuration strings.
826           Frank Cusack <fcusack@fcusack.com>
827         * X9.9 Challenge-Response token card support.
828           For now, only CRYPTOCard tokens are supported.
829           Frank Cusack <fcusack@fcusack.com>
830         * Fix core dump on Solaris in radwho.c
831           Patch from Eddie Stassen <eddies@saix.net>
832         * Fix leak / core dump in Oracle module.
833         * Fix memory leak in rlm_counter
834           Kostas Kalevras <kkalev@noc.ntua.gr>
835         * "LOCAL" realms do not need to have an entry in the 'clients'
836           file.  Philippe Levan <levan@epix.net>
837
838   --  Alan DeKok <aland@ox.org>
839
840 FreeRADIUS 0.3.0 ; urgency=low
841
842         * Added ability to send debug messages to the log file, when
843           running in daemon mode.
844         * Miscellaneous fixes to get Debian packaging working.
845         * When trapping a signal, don't SIGKILL children on a SIGTERM,
846           SIGTERM them, instead.  This allows Exec-Program scripts to
847           catch the signal, and finish processing, instead of dying.
848           Bug noted by Michael Chernyakhovsky <magmike@mail.ru>
849         * Increased limit on length of user name read from /etc/passwd,
850           to match the maximum allowed by RADIUS.
851           Bug noted by "Gonzalez B., Fernando" <fgonzalez@manquehue.cl>
852         * Configurable fail-over when proxying packets.  If the
853           home server doesn't respond to a repeated proxied request,
854           it's marked as 'dead', and the next one in the list is used.
855           Patch by Eddie Stassen <eddies@saix.net> and <spirn@21cn.com>
856         * Pass Access-Challenge attributes through the server, in
857           preparation for EAP.
858           Raghu <raghud@hereuare.com>
859         * More fixes for RFC compliance on the Message-Authenticator
860           Raghu <raghud@hereuare.com>
861         * Merged OSFC2/OSFSIA authentication patches from Cistron.
862           (Bug # 104)  The patches are not well tested, however.
863         * IBM DB2 UDB V7.1 SQL driver, contributed by
864           Joerg Wendland <wendland@scan-plus.de>
865         * Fix the IP + Port address assignment.
866           Bug found by "John Padula" <john_padula@aviancommunications.com>
867         * Patch to avoid smashing the contents of Ascend binary filters.
868           Michael Chernyakhovsky <magmike@mail.ru>
869         * Create and Validate Message-Authenticator attribute, in
870           preparation for EAP.
871         * Initialize variables properly in rlm_attr_filter.
872           Patch from Andriy I Pilipenko <bamby@marka.net.ua>
873         * Renamed RedHat init script from 'radiusd.init' to 'radiusd'.
874           This allows it to work properly with the RedHat rc system.
875           Patch from Christian Vogel <chris@amor.iksys.de>
876         * Fix the configure script checks for PostgreSQL, so that
877           they use the 'test' command properly.
878           Bug found by Robert Haskins <rhaskins@ziplink.net>
879         * Change instances of 'assert' to 'rad_assert', so that it
880           can log the error to the standard radius log files.
881           Patch from Vesselin Atanasov <vesselin@bgnet.bg>
882         * Patch to prevent segv when freeing results, from
883           Tomas Heredia <tomas@intermediasp.com>
884         * Added support for Exec-Program to acct.  Bug found by
885           <magmike@mail.ru>
886         * Corrected rlm_files so that raddb/acct_users works
887         * When doing synchronous proxying, update proxy next try
888           entries, so that the server doesn't eat CPU time.
889           Raghu <raghud@hereuare.com>
890         * Add primitive dictionary.nomadix <CBoyd@apogeetelecom.com>
891         * Log messages to console, if the logger hasn't been
892           initialized.  <vesselin@bgnet.bg>
893         * Log invalid user for proxy rejects, too. <help@visp.net>
894         * Fixed Expiration attribute handling.
895         * Added code to handle Ascend-Send-Secret and Ascend-Receive-Secret
896         * Removed non thread-pool code.  If we have threads, we now force
897           the use of thread pools.
898         * Update version number
899         * correct bug where proxied accounting packets would never have a
900           reply sent back to the NAS, or the reply would be sent twice.
901
902   --  Alan DeKok <aland@ox.org>
903         
904 FreeRADIUS Alpha 0.2.0, July 30, 2001.
905
906         * call openlog() again when using PAM, to get the correct log
907         facility.
908         * Update child thread code, to minimize race conditions.
909         * Make thread pools the default.  Using plain child threads is NOT
910         recommended.
911         * Ignore SIGPIPE to get ride of crashes when using ldap.
912         * Update proxying code to work better.
913         * Platform independent pthread_cancel()ling
914         * Fix 'unresponsive child pid' erroneous warning messages.
915         * Many changes to get various SQL modules working.
916         Note that there may still be some issues with Oracle.
917         * Added configure options 'with-rlm-FOO-include/lib-dir', so that
918         lower-level rlm_FOO modules can be configured via the top-level
919         configuration file.  This isn't completely done yet.
920         * Fix check for shared library using libtool info, instead of
921         assuming extension being ".so".
922         * Fixes for HPUX.  We probably need more.
923         * Many additional bug fixes and changes.