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