Pull changes from the (now-2.0) head
authoraland <aland>
Wed, 30 Nov 2005 22:32:27 +0000 (22:32 +0000)
committeraland <aland>
Wed, 30 Nov 2005 22:32:27 +0000 (22:32 +0000)
doc/ChangeLog

index 1039787..074caa1 100644 (file)
@@ -1,7 +1,10 @@
 FreeRADIUS 1.1.0 ; $Date$, urgency=low
        * Copied dictionaries from the CVS head (many, many, more vendors)
        * Enabled support for weird VSA formats, like Lucent and Starent.
+       * Support encrypted IP address and integers, for Juniper clients.
        * Don't leak memory in module "rlm_sql".
+       * Update the dictionaries, so that VALUEs with the same name,
+         but different numbers, aren't allowed.
        * Add PEAP machine authentication support in module "rlm_mschap".
        * Queue the request before looking for available threads.
        * Don't free the check items after we received the proxy reply.
@@ -13,6 +16,8 @@ FreeRADIUS 1.1.0 ; $Date$, urgency=low
        * Walk the whole string in when escaping strings in rlm_ldap.
        * Include crypt.h if it is available so we get a prototype for crypt(),
          spotted by Konstantin Kubatkin.
+       * Removed (for almost all uses) length restrictions on vendor names
+         and VALUE names.
 
 FreeRADIUS 1.0.5 ; Date: 2005/09/04 16:23:00, urgency=medium
        Security Fixes