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