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