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