Note 2.1.0
[freeradius.git] / debian / changelog
index 684de46..5879941 100644 (file)
@@ -1,9 +1,302 @@
-freeradius (1.1.0~pre0~cvs20051215-0) unstable; urgency=low
+freeradius (2.1.0-0) unstable; urgency=medium
+
+  * Clients may now be defined dynamically, based on IP address.  See raddb/sites-available/dynamic-clients.
+  * SNMP support is now available through an experimental Perl script.  See scripts/snmp-proxy/README
+  * SNMP statistics are available through Status-Server packets.  See raddb/sites-available/status
+  * Added more Microsoft attributes from bug #568.
+  * The "linelog" module has more functionality and flexibility. See raddb/modules/linelog.
+  * The debugging output has been sanitized.  It should be much more readable.
+  * Debug logs can now be turned on/off while the server is running, for a user, group, realm, etc.  See the "log" section of radiusd.conf.
+  * Added support for WiMAX Forum attributes.  The dynamic keys are not yet calculated.  See share/dictionary.wimax
+  * Added session resumption for PEAP and TTLS.  See raddb/eap.conf, "cache" sub-section.
+  * Added "radmin" command-line tool for administering a running server.  See "man radmin" and raddb/sites-available/control-socket.
+  * Double escaping of '\\' in the "users" (and some other) files has been fixed.  If you have '\\' in the "users" file, your configuration WILL NEED TO BE CHECKED, AND FIXED!
+  * Parse "security" section in radiusd.conf.  This was accidentally deleted in 2.0.5.  Closes bug #566.
+  * Bind to interface before IP, which allows DHCP sockets to listen on "*" for multiple interfaces.
+  * Fix handling of giaddr in DHCP responses.
+  * Corrected parsing of status_check in home_server so that it works.
+  * Fix hints so that "Puser" works again.
+  * Removed length restrictions on attribute names in the dictionaries.
+  * Update socket code to avoid C compiler optimizations.
+       
+ -- Alan DeKok <aland@freeradius.org>  Thu, 04 Sep 2008 16:08:30 +0100
+
+freeradius (2.0.5-0) unstable; urgency=medium
+  * Permit SQL authorize_reply_query to be empty.
+  * Allow setting response packet type in Post-Proxy-Type Fail handler.
+  * Added install-chown target to set correct permission and ownership make RADMIN=radmin RGROUP=radius install-chown
+  * Support for LDAP-Group and other dynamic comparison attributes in unlang.  Developed from a patch by Jason Alderfer.
+  * Added chroot support.  See radiusd.conf for comments.
+  * Allow clients of 0/0.  We do not recommend using this, though.
+  * Moved many module configurations into raddb/modules/*
+  * Allow proxying to virtual servers for accounting packets, too.
+  * Added "num fields" function to PostgreSQL client.
+  * Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread.
+  * rlm_realm returns "ok" for LOCAL realms, not "noop".
+  * Fixed some DHCP code handling.  The examples should now work.
+
+ -- Alan DeKok <aland@freeradius.org>  Sat, 07 Jun 2008 17:17:00 +0100
+
+freeradius (2.0.4-0) unstable; urgency=medium
+  * Allow "virtual_server" in "realm" and "home_server" sections. See raddb/proxy.conf and raddb/sites-available/virtual.example.com.
+  * Allow "passwd" module to be listed in "accounting" and "post-auth".
+  * Added "fallback" to "home_server_pool" configuration, to handle the case of all home servers being dead.  See raddb/proxy.conf.
+  * Added sample text to raddb/sites-available/inner-tunnel which can simplify debugging of inner tunnel configurations.
+  * Added regular expression matching in realm names.  See raddb/proxy.conf for examples.
+  * Added simple DHCP server functionality.  For comments, see raddb/sites-available/dhcp.
+  * Added file globbing capabilities to detail file reader
+  * Added sample raddb/sites-available/robust-proxy-accounting
+  * Clients in SQL can now refer to a virtual server. Patch from Michael Bretterklieber.
+  * Added some examples of creating RADIUS administrator in SQL, and assigning appropriate access rights.
+  * Install all files in raddb/sites-available
+  * Allow non-threaded builds.
+  * Don't treat '0x' as special for known attributes that are not of type "octets".
+  * Fix log error in rlm_pap.
+  * Remove documentation about non-existent functionality.
+  * Updated warning messages in debug output.
+  * Fix handling of timeouts in rlm_ldap that affected 64-bit systems. This fix was supposed to go into 2.0.3, but did not make it.
+  * Fix event handling in debug mode for failed proxy requests.
+  * Fix memleak in fifos.  Closes #537.
+  * Fix memleak on blocked threads.  Closes #538.
+  * Perform additional checks on NULL realms.  Closes #541.
+  * Fix handling of "clients" in "listen" section.
+  * When detail file cannot process a packet, sleep for longer to let the rest of the server do something.
+  * Add missing table to raddb/sql/mssql/schema.sql.  Closes #545.
+  * Updated rlm_sql_postgresql to build with PostgreSQL 7.x.  Closes #533.
+  * Fix "postauth" of rlm_ldap to look for LDAP-UserDn in the correct place.
+  * Update rlm_attr_filter for some corner cases.  Closes #543.
+  * Fixed memory leak in libfreeradius event handler.
+  * In the SQL Accounting on/off queries, remove the restriction that the session time had to be zero.
+
+ -- Alan DeKok <aland@freeradius.org>  Wed, 30 Apr 2008 7:32:00 +0100
+
+freeradius (2.0.3-0) unstable; urgency=medium
+  * Updated raddb/certs/ca.cnf with extensions to allow ca.der to be imported as a CA on Symbian and Windows Mobile devices. Closes bug #524
+  * Enable multiple matches in "hints" via Fall-Through = Yes. Closes bug #477
+  * Added preliminary SQLite driver, contibuted by Apple. Untested, with no sample configuration.  This address bug #470.
+  * Updated logging sub-system so that log messages from libfreeradius can go to the log file, and not stdout.
+  * Added dictionary.rfc5176
+  * EAP module now checks for instance name, and uses that for authentication.  This avoids the need to set Auth-Type when there are multiple instances of the EAP module.
+  * Corrected typos in rlm_dbm.  Closes bugs #521 and #522.
+  * Detail file "listen" sections now work much better.
+  * Don't allow old "log_*" to over-ride new format.  Closes bug #525
+  * Initialize allocated memory in Oracle SQL driver.  This fixes occasional crashes on some systems.  Closes bug #518
+  * Call correct function in rlm_protocol_filter.  This enables the module to build.  Closes bug #512.
+  * Added deprecated flag to build for rlm_krb5.  This allows it to run on 64-bit systems.  Closes bug #491
+  * Corrected error message when parsing invalid configurations so it doesn't crash.  Closes bug #527
+  * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
+  * Handle $INCLUDE's in "instantiate" section.  Closes #528.
+
+ -- Alan DeKok <aland@freeradius.org>  Thu, 17 Mar 2008 10:00:00 +0100
+
+freeradius (2.0.2-0) unstable; urgency=medium
+  * Added notes on how to debug the server in radiusd.conf
+  * Moved all "log_*" in radiusd.conf to log{} section.
+  * Added ca.der target in raddb/certs/Makefile.
+  * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
+  * Permit "unlang" policies inside of Auth-Type{} sub-sections.
+  * "listen" sections can now have "type = proxy"
+  * Fixed reading of "detail" files.
+  * Allow inner EAP tunneled sessions to be proxied.
+  * Corrected MySQL schemas
+  * syslog now works in log{} section.
+  * Corrected typo in raddb/certs/client.cnf
+  * Updated raddb/sites-available/proxy-inner-tunnel.
+  * Ignore zero-length attributes in received packets.
+  * Correct memcpy when dealing with unknown attributes.
+  * Corrected debugging messages in attr_rewrite.
+  * Corrected generation of State attribute in EAP.
+  * Fall back to DEFAULT realm if no realm was found.
+  * Updated example raddb/sites-available/proxy-inner-tunnel
+  * Corrected behavior of attr_filter to match documentation.
+
+ -- Alan DeKok <aland@freeradius.org>  Thu, 14 Feb 2008 12:08:06 +0100
+
+freeradius (2.0.1-0) unstable; urgency=low
+  * Improve "unlang".  See "man unlang"
+  * update acct_module
+  * fix parsing of syslog logging
+  * Minor fixes over 2.0.0
+
+ -- Alan DeKok <aland@freeradius.org>  Tue, 22 Jan 2008 14:25:44 +0100
+
+freeradius (2.0.0-0) unstable; urgency=low
 
-  * New upstream release, from branch_1_1 in the CVS.
-  * See doc/ChangeLog for feature improvements.
+  * New upstream release.
+  * Upgrade debhelper compatibility to version 5. This breaks the build
+    on Sarge, which is no longer in stable.
+  * Rewrite large parts of debian/rules based on the changes from the
+    downstream debian package. (use dpatches and debhelper files where
+    possible)
+  * New initscript that uses the LSB functions instead of calling directly
+    start-stop-daemon.
+  * Create default certificates in postinst to enable the EAP modules (tls,
+    ttls and peap) when the server starts for the first time.
+  * Update Standards-Version to 3.7.3.
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Sat,  4 Jan 2008 20:15:42 +0100
+
+freeradius (1.1.7-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Alan DeKok <aland@freeradius.org>  Tue, 26 Jun 2007 09:52:41 +0100
+
+freeradius (1.1.6-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Alan DeKok <aland@freeradius.org>  Mon, 26 Mar 2007 14:57:03 +0100
+
+freeradius (1.1.5-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Tue,  6 Mar 2007 23:52:55 +0100
+
+freeradius (1.1.3-0) unstable; urgency=low
+
+  * New upstream release.
+  * Delete dpatch merged in mainstream CVS:
+    - 01-actually_check_for_unset_password
+  * Remove irrelevant dpatch after autotools upgrade:
+    - 13_a_libtool_to_call_your_own
+  * Update debian/rules because of autotools upgrade, too.
+  * Fix errors in initscript when trying to reload even if the server
+    isn't running.
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Mon, 10 Jul 2006 14:06:04 +0200
+
+freeradius (1.1.2-0) unstable; urgency=low
+
+  * New upstream release.
+  * Update dpatch for 1.1.2:
+    - 13_a_libtool14_to_call_your_own
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 21 May 2006 19:20:03 +0200
+
+freeradius (1.1.1-0) unstable; urgency=low
+
+  * New upstream release.
+  * Delete dpatches merged in mainstream CVS:
+    - 01_NET-SNMP_build_support
+    - 02_document_actual_shared_secret_maximum_length
+    - 12_more_dialup_admin_various_fixes
+  * Remove irrelevant dpatch after rlm_eap changes in CVS:
+    - 06_libtool14_vs_rlm_eap_tls
+  * Features that break compatibility with Sarge have not been merged:
+    - debhelper V5 support
+    - lsb-init functions
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 12 Feb 2006 16:29:20 +0100
+
+freeradius (1.1.0-1) unstable; urgency=low
+  * ReDebianise upstream tarball:
+    - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
+                    2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
+                    draft-kamath-pppext-eap-mschapv2-00
+
+  * New FreeRADIUS modules marked stable by new upstream release
+    - rlm_perl
+    - rlm_sqlcounter
+    - rlm_sql_log + radsqlrelay
+    - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
+
+  * Remove upstream-integrated patches:
+    - 02_EAP-SIM_doesnt_need_openssl
+    - 03_X99_is_not_stable
+    - 07_manpage_fixups
+    - 09_use_crypth_if_we_have_it
+    - 10_escape_entire_ldap_string
+    - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
+    - 12_dialup_admin_various_fixes
+
+  * More dialup-admin fixes from Arve Seljebu
+    - Fix redirects in dialup-admin pages on servers with
+      register_globals turned off.
+      Closes: #333704
+    - HTTP form fields will always fail is_int, use in_numeric instead
+      Closes: #335149
+    - Created 12_more_dialup_admin_various_fixes
+
+  * Update to Policy 3.6.2.0
+  * Upgrade Debhelper support to V5
+  * Don't install the .in files with the examples
+  * Prefer libmysqlclient15-dev
+    Closes: #343779
+  * Shared secrets can only be 31 characters long, note this in clients.conf
+    - Created 02_document_actual_shared_secret_maximum_length
+    Closes: 344606
+  * Added support for lsb-init functions
+
+ -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
+
+freeradius (1.1.0-0) unstable; urgency=low
 
- -- Nicolas Baradakis <nbk@sitadelle.com>  Thu, 15 Dec 2005 20:23:03 +0100
+  * New upstream release.
+  * Update set of patches:
+    - 01_NET-SNMP_build_support.dpatch
+    - 06_libtool14_vs_rlm_eap_tls.dpatch
+    - 13_a_libtool14_to_call_your_own.dpatch
+
+ -- Nicolas Baradakis <nbk@sitadelle.com>  Sun,  1 Jan 2006 18:15:47 +0100
+
+freeradius (1.0.5-2) unstable; urgency=low
+
+  * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
+    rlm_eap.so.
+    (Thanks to Peter Salinger)
+    Closes: #288547
+    - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
+      and modify with Peter's changes and some Makefile hackery to
+      get it all linking
+  * Don't rerun configure during the build.
+    (Thanks to Kurt Roeckx)
+  * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
+    - Report correct data transfer statistics for users
+      Closes: #329672
+    - Lower-case sql column names to match creation scripts
+      Closes: #333709
+    - Fix creation of empty groups
+      Closes: #333739
+    - Put quote around usernames in HTML output
+      Closes: #333742
+    - Properly notice when we've got a blank password to SQL
+      Closes: #333744
+    - Created 12_dialup_admin_various_fixes
+  * Stop using libtool1.4 to build against, now that we can't have it and
+    libltdl3-dev installed at the same time
+    Closes: #279391
+    - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
+
+ -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
+
+freeradius (1.0.5-1) unstable; urgency=high
+
+  * Urgency high for security fixes below, all reported upstream
+  * ReDebianise upstream tarball:
+    - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
+                    2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
+                    draft-kamath-pppext-eap-mschapv2-00
+  * Add missed build-dependancy on dpatch (>=2)
+  * Update to Standards-Version 3.6.2.0
+    - No changes needed
+  * Repair some minorly broken manpages
+    - Created 07_manpage_fixups.dpatch
+  * Security fixes stolen from CVS release_1_0 branch:
+    - Be sure we use crypt.h if we have it, to avoid segfaulting on a
+      bad built-in crypt() definition, spotted by Konstantin Kubatkin
+      + Created 09_use_crypth_if_we_have_it
+    - Make sure we escape the entire LDAP string, instead of
+      aborting as soon as it becomes possible to be out of space
+      + Created 10_escape_entire_ldap_string
+    - Don't xlat the UserName attribute before we can be sure of meeting
+      any escape sequences it may contain, spotted by Primoz Bratanic
+      + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
+  * Depend on adduser, so our postinst can create the freerad user
+  * Don't install the .in versions of the example scripts.
+
+ -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
 
 freeradius (1.0.5-0) unstable; urgency=low
 
@@ -23,7 +316,7 @@ freeradius (1.0.5-0) unstable; urgency=low
     Closes: #326891
 
  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
-  
+
 freeradius (1.0.4-2) unstable; urgency=low
 
   * Fix my email address in the dpatches
@@ -130,7 +423,7 @@ freeradius (1.0.2-1) unstable; urgency=low
   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
     4.1 series mySQL servers.
-  
+
  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
 
 freeradius (1.0.2-0) unstable; urgency=low
@@ -272,7 +565,7 @@ freeradius (0.9.2-2) unstable; urgency=low
     - No changes needed
 
  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
-  
+
 freeradius (0.9.2-1) unstable; urgency=low
 
   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
@@ -323,12 +616,12 @@ freeradius (0.9.0-1) unstable; urgency=low
  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
 
 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
+
   * Explicitly excluding modules not in the "stable" list.
   * Updated policy version number.
   * Moved from non-US/main to main.
   * Put pidfile in package's own directory.
-  * Package not as buggy and unstable modules are easily identifiable. 
+  * Package not as buggy and unstable modules are easily identifiable.
     (closes: Bug#142217)
   * Init script handles failure better. (closes: Bug#151264)
   * New upstream release.  (closes: Bug#140536)
@@ -344,9 +637,9 @@ radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
 
 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
 
-  * New build-dep on libssl-dev, which is implied by another dep, but making 
+  * New build-dep on libssl-dev, which is implied by another dep, but making
     explicit for builders on Potato.  (closes: Bug#131832)
-  * Built against new postgresql libraries, so automatic dep tracking has 
+  * Built against new postgresql libraries, so automatic dep tracking has
     the correct version, now.  (closes: Bug#139290)
   * Removed python example module.
   * Explicitly disabled beta ippool module.
@@ -367,7 +660,7 @@ radiusd-freeradius (0.3-2) unstable; urgency=low
   * Fixed permissions of log files. (closes: Bug#116242,#116243)
   * Close file descriptors of stdin, stdout, stderr, if not debugging.
     (closes: Bug#116768)
-  * Made package "non-native".  (An upload issue, not code.)  
+  * Made package "non-native".  (An upload issue, not code.)
     (closes: Bug#119161)
 
  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
@@ -397,7 +690,7 @@ radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
   * Added user 'freerad' into the 'shadow' group.
   * Fixed UUCP-style of restricting time of log-in.
   * Changed debugging messages to give more info about execution flow.
-  * Better counter module.  
+  * Better counter module.
   * Inserted CHAP support for SQL modules.
   * Removed possible infinite loop.