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