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