]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typos
authorAlan T. DeKok <aland@freeradius.org>
Wed, 16 Dec 2015 17:21:20 +0000 (12:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 16 Dec 2015 17:21:20 +0000 (12:21 -0500)
doc/ChangeLog

index a3de2268d018baa2452e5d3a736dc39c38efe456..a861941ce888b7302490fa20469d00714710c509 100644 (file)
@@ -4,8 +4,8 @@ FreeRADIUS 3.0.11 Mon 05 Oct 2015 15:00:00 EDT urgency=medium
          are now detected, and types automatically cast.
        * Allow shorthand form of ipv4prefix values e.g. 127/8.
        * Add "auto_chain" to raddb/mods-available/eap, tls
-         subsection.  This allows the disablign of OpenSSL
-         auto-chaining of certificates.  Which it can get wrong.
+         subsection.  This allows the disabling of OpenSSL
+         auto-chaining of certificates.  Which might be wrong.
        * Added printing of coa and disconnect stats (radmin).
        * radclient defaults to expecting Access-Accept responses
          to Status-Server.
@@ -14,7 +14,8 @@ FreeRADIUS 3.0.11 Mon 05 Oct 2015 15:00:00 EDT urgency=medium
        * More errors from ntlm_auth gets passed to MS-CHAP.
        * Update abfab-tr-idp virtual server.
        * Added "filter_password" in policy.d/filter.  This
-         removes embedded zeros in User-Password.
+         removes embedded zero bytes in User-Password, for
+         compatibility with broken clients.
        * The server now issues a WARNING message if duplicate
          configuration items are found.
        * TLS can skip the "verify" section if OCSP returns OK.