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