From: Stefan Fritsch Date: Sat, 15 Jun 2013 20:57:01 +0000 (+0000) Subject: Describe mod_auth_digest changes more accurately X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deaf7677c7f374a4d6a860866871230da034e3ec;p=thirdparty%2Fapache%2Fhttpd.git Describe mod_auth_digest changes more accurately git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1493419 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 968de28edaa..0c9c295ba4d 100644 --- a/CHANGES +++ b/CHANGES @@ -4,9 +4,10 @@ Changes with Apache 2.5.0 *) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged correctly. [Jens Låås ] - *) mod_auth_digest: Actually use the secret when generating nonces. This change - may cause problems if used with round robin load balancers. PR 54637 - [Stefan Fritsch] + *) mod_auth_digest: Use the secret when generating nonces in all cases and + not only when AuthName is used in .htaccess files (this change may cause + problems if used with round robin load balancers). Don't regenerate the + secret on graceful restarts. PR 54637 [Stefan Fritsch] *) mod_cache_socache: Use the name of the socache implementation when performing a lookup rather than using the raw arguments. [Martin Ksellmann