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