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