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