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