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