From: Chris Darroch Date: Fri, 31 Oct 2008 20:49:42 +0000 (+0000) Subject: Note crash fix in mod_authn_core.c from r709553. X-Git-Tag: 2.3.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9cec63ba3dccbae8967b721cf20d80bd37c7e5;p=thirdparty%2Fapache%2Fhttpd.git Note crash fix in mod_authn_core.c from r709553. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709563 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 22f9f1e9cd3..c73c6fba65a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) mod_authn_core: Prevent crash when provider alias created to + provider which is not yet registered. [Chris Darroch] + *) mod_authn_core: Add AuthType of None to support disabling authentication. [Chris Darroch]