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