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