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