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