eb8b02087881c81485fd864a629d7f5f70598867
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.1.4 Tue Mar 10 17:05:00 CEST 2009;  , urgency=medium
2         Feature improvements
3         * Permit multiple "-e" in radmin.
4         * Add support for originating CoA-Request and Disconnect-Request.
5           See raddb/sites-available/originate-coa.
6         * Added "lifetime" and "max_queries" to raddb/sql.conf.
7           This helps address the problem of hung SQL sockets.
8         * Allow packets to be injected via radmin.  See "inject help"
9           in radmin.
10         * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
11         * Sample logrotate script in scripts/logrotate.freeradius
12         * Add configurable poll interval for "detail" listeners
13         * New "raddebug" command.  This prints debugging information from
14           a running server.  See "man raddebug.
15         * Add "require_message_authenticator" configuration to home_server
16           configuration.  This makes the server add Message-Authenticator
17           to all outgoing Access-Request packets.
18         * Added smsotp module, as contributed by Siemens.
19         * Enabled the administration socket in the default install.
20           See raddb/sites-available/control-socket, and "man radmin"
21         * Handle duplicate clients, such as with replicated or
22           load-balanced SQL servers and "readclients = yes"
23
24         Bug fixes
25         * Clean up control sockets when they are closed, so that we don't
26           leak memory.
27         * Define SUN_LEN for systems that don't have it.
28         * Correct some boundary conditions in the conditional checker ("if")
29           in "unlang".  Bug noted by Arran Cudbard-Bell.
30         * Work around minor building issues in gmake.  This should only
31           have affected developers.
32         * Change how we manage unprivileged user/group, so that we do not
33           create control sockets owned by root.
34         * Fixed more minor issues found by Coverity.
35         * Allow raddb/certs/bootstrap to run when there is no "make"
36           command installed.
37         * In radiusd.conf, run_dir depends on the name of the program,
38           and isn't hard-coded to "..../radiusd"
39         * Check for EOF in more places in the "detail" file reader.
40         * Added Freeswitch dictionary.
41         * Chop ethernet frames in VMPS, rather than droppping packets.
42         * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
43         * Don't lose string for regex-compares in the "users" file.
44         * Expose more functions in rlm_sql to rlm_sqlippool, which 
45           helps on systems where RTLD_GLOBAL is off.
46         * Fix typos in MySQL schemas for ippools.
47         * Remove macro that was causing build issues on some platforms.
48         * Fixed issues with dead home servers.  Bug noted by Chris Moules.
49         * Fixed "access after free" with some dynamic clients.
50
51 FreeRADIUS 2.1.3 Fri Dec 5 17:40:00 CEST 2008;  , urgency=medium
52         Feature improvements
53         * Allow running with "user=radiusd" and binding to secure
54           sockets.
55         * Start sending Status-Server "are you alive" messages earlier,
56           which helps with proxying multiple realms to a home server.
57         * Removed thread pool code from rlm_perl.  It's not necessary.
58         * Added example Perl configuration to raddb/modules/perl
59         * Force OpenSSL to support certificates with SHA256.
60           This seems to be necessary for WiMAX certs.
61
62         Bug fixes
63         * Fix Debian patch to allow it to build.
64         * Fix potential NULL dereference in debugging mode on certain
65           platforms for TTLS and PEAP inner tunnels.
66         * Fix uninitialized memory in handling of vendor definitions
67         * Fix parsing of quoted (but non-string) attributes in the "users"
68           file.
69         * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
70         * use SUN_LEN in control socket, to avoid truncation on some
71           platforms.
72         * Correct internal handling of "debug condition" to prevent it
73           from being over-written.
74         * Check return code of regcomp in "unlang", so that invalid
75           regular expressions are caught rather than mishandled.
76         * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
77         * Document list "type = status" better.  Closes bug #580.
78         * Set "default days" for certificates, because OpenSSL won't
79           do it.  This closes bug #615.
80         * Reference correct list in example raddb/modules/ldap.
81           Closes #596.
82         * Increase default schema size for Acct-Session-Id to 64.
83           Closes #540.
84         * Fix use of temporary files in dialup-admin.  Closes #605
85           and addresses CVE-2008-4474.
86         * Addressed a number of minor issues found by Coverity.
87         * Added DHCP option 150 to the dictionary.  Closes #618.
88
89 FreeRADIUS 2.1.2 Thurs Dec 3 10:47:00 CEST 2008;  , urgency=medium
90         Due to packaging issues, 2.1.2 has been pulled from the net.
91
92 FreeRADIUS 2.1.1 Thu Sep 25 11:03:00 CEST 2008;  , urgency=medium
93         Feature improvements
94         * Many more options and features in radmin.  See "man radmin" and
95           raddb/sites-available/control-socket
96         * Many more commands available via the control socket.  Connect
97           via "radmin", and type "help" for more information.
98         * Added dictionary.networkphysics and dictionary.lancom.
99         * Calculate WiMAX MIP keys, and added sample WiMAX SQL tables.
100
101         Bug fixes
102         * Fixed bug that made radmin not work
103         * Fixed Suse && Debian package scripts
104         * Fixed issues with dynamic clients
105         * Fixed configure checks for -lreadline
106         * rlm_sqlippool no longer needs to be linked to rlm_sql.
107         * Add statistics for detail file listeners.  This closes bug #593.
108         * Fixed printing of some WiMAX attributes.
109         * Fix double free on exit() in rlm_attr_filter
110         * Fixed build issues on Solaris.
111         * Fixed fast session resumption for EAP-TLS
112
113 FreeRADIUS 2.1.0 Fri Sep  5 13:20:01 CEST 2008;  , urgency=medium
114         Feature improvements
115         * Clients may now be defined dynamically, based on IP address.
116           See raddb/sites-available/dynamic-clients.
117         * SNMP support is now available through an experimental Perl script.
118           See scripts/snmp-proxy/README
119         * SNMP statistics are available through Status-Server packets.
120           See raddb/sites-available/status
121         * Added more Microsoft attributes from bug #568.
122         * The "linelog" module has more functionality and flexibility.
123           See raddb/modules/linelog.
124         * The debugging output has been sanitized.  It should be much
125           more readable.
126         * Debug logs can now be turned on/off while the server is running, for
127           a user, group, realm, etc.  See the "log" section of radiusd.conf.
128         * Added support for WiMAX Forum attributes.  The dynamic keys
129           are not yet calculated.  See share/dictionary.wimax
130         * Added session resumption for PEAP and TTLS.
131           See raddb/eap.conf, "cache" sub-section.
132         * Added "radmin" command-line tool for administering a running server.
133           See "man radmin" and raddb/sites-available/control-socket.
134
135         Bug fixes
136         * Double escaping of '\\' in the "users" (and some other) files
137           has been fixed.  If you have '\\' in the "users" file, your
138           configuration WILL NEED TO BE CHECKED, AND FIXED!
139         * Parse "security" section in radiusd.conf.  This was accidentally
140           deleted in 2.0.5.  Closes bug #566.
141         * Bind to interface before IP, which allows DHCP sockets to
142           listen on "*" for multiple interfaces.
143         * Fix handling of giaddr in DHCP responses.
144         * Corrected parsing of status_check in home_server so that it works.
145         * Fix hints so that "Puser" works again.
146         * Removed length restrictions on attribute names in the dictionaries.
147         * Update socket code to avoid C compiler optimizations.
148
149 FreeRADIUS 2.0.5 ; Date: 2008/06/07 17:17:00 , urgency=medium
150         Feature improvements
151         * Permit SQL authorize_reply_query to be empty.
152         * Allow setting response packet type in Post-Proxy-Type Fail
153           handler.
154         * Added install-chown target to set correct permission and ownership
155           make RADMIN=radmin RGROUP=radius install-chown
156         * Support for LDAP-Group and other dynamic comparison attributes
157           in unlang.  Developed from a patch by Jason Alderfer.
158         * Added chroot support.  See radiusd.conf for comments.
159         * Allow clients of 0/0.  We do not recommend using this, though.
160         * Moved many module configurations into raddb/modules/*
161         
162         Bug fixes
163         * Allow proxying to virtual servers for accounting packets, too.
164         * Added "num fields" function to PostgreSQL client.
165         * Updated proxy fallback mechanism to validate fallback servers,
166           and to process fallback requests in a child thread.
167         * rlm_realm returns "ok" for LOCAL realms, not "noop".
168         * Fixed some DHCP code handling.  The examples should now work.
169
170 FreeRADIUS 2.0.4 ; Date: 2008/04/30 08:56:40  , urgency=medium
171         Feature improvements
172         * Allow "virtual_server" in "realm" and "home_server" sections.
173           See raddb/proxy.conf and raddb/sites-available/virtual.example.com.
174         * Allow "passwd" module to be listed in "accounting" and "post-auth".
175         * Added "fallback" to "home_server_pool" configuration, to handle
176           the case of all home servers being dead.  See raddb/proxy.conf.
177         * Added sample text to raddb/sites-available/inner-tunnel which
178           can simplify debugging of inner tunnel configurations.
179         * Added regular expression matching in realm names.  See
180           raddb/proxy.conf for examples.
181         * Added simple DHCP server functionality.  For comments, see
182           raddb/sites-available/dhcp.
183         * Added file globbing capabilities to detail file reader
184         * Added sample raddb/sites-available/robust-proxy-accounting
185         * Clients in SQL can now refer to a virtual server.
186           Patch from Michael Bretterklieber.
187         * Added some examples of creating RADIUS administrator in SQL,
188           and assigning appropriate access rights.
189         
190         Bug fixes
191         * Install all files in raddb/sites-available
192         * Allow non-threaded builds.
193         * Don't treat '0x' as special for known attributes that are not
194           of type "octets".
195         * Fix log error in rlm_pap.
196         * Remove documentation about non-existent functionality.
197         * Updated warning messages in debug output.
198         * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
199           This fix was supposed to go into 2.0.3, but did not make it.
200         * Fix event handling in debug mode for failed proxy requests.
201         * Fix memleak in fifos.  Closes #537.
202         * Fix memleak on blocked threads.  Closes #538.
203         * Perform additional checks on NULL realms.  Closes #541.
204         * Fix handling of "clients" in "listen" section.
205         * When detail file cannot process a packet, sleep for longer
206           to let the rest of the server do something.
207         * Add missing table to raddb/sql/mssql/schema.sql.  Closes #545.
208         * Updated rlm_sql_postgresql to build with PostgreSQL 7.x. 
209           Closes #533.
210         * Fix "postauth" of rlm_ldap to look for LDAP-UserDn in the
211           correct place.
212         * Update rlm_attr_filter for some corner cases.  Closes #543.
213         * Fixed memory leak in libfreeradius event handler.
214         * In the SQL Accounting on/off queries, remove the restriction
215           that the session time had to be zero.
216         
217 FreeRADIUS 2.0.3 ; Date: 2008/03/17 09:22:17  , urgency=medium
218         Feature improvements
219         * Updated raddb/certs/ca.cnf with extensions to allow ca.der
220           to be imported as a CA on Symbian and Windows Mobile devices.
221           Closes bug #524
222         * Enable multiple matches in "hints" via Fall-Through = Yes.
223           Closes bug #477
224         * Added preliminary SQLite driver, contibuted by Apple.
225           Untested, with no sample configuration.  This address bug #470.
226         * Updated logging sub-system so that log messages from libfreeradius
227           can go to the log file, and not stdout.
228         * Added dictionary.rfc5176
229         * EAP module now checks for instance name, and uses that for
230           authentication.  This avoids the need to set Auth-Type when
231           there are multiple instances of the EAP module.
232         * Added Module-Return-Code attribute, which contains the value
233           returned by the previous module (ok/fail/update/etc.)
234
235         Bug fixes
236         * Corrected typos in rlm_dbm.  Closes bugs #521 and #522.
237         * Detail file "listen" sections now work much better.
238         * Don't allow old "log_*" to over-ride new format.  Closes bug #525
239         * Initialize allocated memory in Oracle SQL driver.  This fixes
240           occasional crashes on some systems.  Closes bug #518
241         * Call correct function in rlm_protocol_filter.  This enables the
242           module to build.  Closes bug #512.
243         * Added deprecated flag to build for rlm_krb5.  This allows it to
244           run on 64-bit systems.  Closes bug #491
245         * Corrected error message when parsing invalid configurations
246           so it doesn't crash.  Closes bug #527
247         * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
248         * Handle $INCLUDE's in "instantiate" section.  Closes #528.
249         * Format updates to "man" pages from Stephen Gran.
250
251 FreeRADIUS 2.0.2 ; Date: 2008/02/14 11:13:48  , urgency=medium
252         Feature improvements
253         * Added notes on how to debug the server in radiusd.conf
254         * Moved all "log_*" in radiusd.conf to log{} section.
255           The old configurations are still accepted, though.
256         * Added ca.der target in raddb/certs/Makefile.  This is
257           needed for importing CA certs into Windows.
258         * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
259           This is available only debug builds.  It can be used
260           to create invalid packets! Use it with care.
261         * Permit "unlang" policies inside of Auth-Type{} sub-sections
262           of the authenticate{} section.  This makes some policies easier
263           to implement.
264         * "listen" sections can now have "type = proxy".  This lets you
265           control which IP is used for sending proxied requests.
266         * Added note on SSL performance to raddb/certs/README
267
268         Bug fixes
269         * Fixed reading of "detail" files.
270         * Allow inner EAP tunneled sessions to be proxied.
271         * Corrected MySQL schemas
272         * syslog now works in log{} section.
273         * Corrected typo in raddb/certs/client.cnf
274         * Updated raddb/sites-available/proxy-inner-tunnel to
275           permit authentication to work.
276         * Ignore zero-length attributes in received packets.
277         * Correct memcpy when dealing with unknown attributes.
278         * Corrected debugging messages in attr_rewrite.
279         * Corrected generation of State attribute in EAP.  This
280           fixes the "failed to remember handler" issues.
281         * Fall back to DEFAULT realm if no realm was found.
282           Based on a patch from Vincent Magnin.
283         * Updated example raddb/sites-available/proxy-inner-tunnel
284         * Corrected behavior of attr_filter to match documentation.
285           This is NOT backwards compatible with previous versions!
286           See "man rlm_attr_filter" for details.
287
288 FreeRADIUS 2.0.1 ; Date: 2008/01/22 13:29:37  , urgency=low
289         Feature improvements
290         * "unlang" has been expanded to do less run-time expansion,
291           and to have better handling of typed data.  See "man unlang"
292           for documentation and new examples.
293         
294         Bug fixes
295         * The 'acct_unique' module has been updated to understand
296           the deprecated (but still used) Client-IP-Address attribute.
297         * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in
298           packets.
299         * Fixed crash in rlm_dbm.
300         * Fixed parsing of syslog configuration.
301
302 FreeRADIUS 2.0.0 ; Date: 2007/11/24 08:33:09 , urgency=low
303         Feature improvements
304         * Debugging mode is much clearer and easier to read.
305         * A new policy language makes many configurations trivial.
306           See "man unlang" for a complete description.
307         * Virtual servers are now supported.  This permits clear separation
308           of policies.  See raddb/sites-available/README
309         * EAP-TLS (PEAP, EAP-TTLS) and OpenSSL certificates "just work".
310           See raddb/certs/README for details.
311         * Proxying is much more configurable than before.
312           See proxy.conf for documentation on pools, and new config items.
313         * Full support for IPv6.
314         * Much more complete support for the RADIUS SNMP MIBs.
315         * HUP now works.  Only some modules are re-loaded,
316           and the server configuation is *not* reloaded.
317         * "check config" option now works.  See "man radiusd"
318         * radrelay functionality is now included in the server core.
319           See raddb/sites-available/copy-acct-to-home-server
320         * VMPS support.  It is minimal, but functional.
321         * Cleaned up internal API's and names, including library names.
322         
323         Bug fixes
324         * Many.