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