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