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