From: Alan T. DeKok Date: Wed, 16 Dec 2015 17:21:20 +0000 (-0500) Subject: typos X-Git-Tag: release_3_0_11~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb692dbb8aafcd0608ab9f8ba4a6cce1f94f5d8;p=thirdparty%2Ffreeradius-server.git typos --- diff --git a/doc/ChangeLog b/doc/ChangeLog index a3de2268d01..a861941ce88 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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.