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