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