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