From: Joe Orton Date: Mon, 7 Jun 2004 11:02:52 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: pre_ajp_proxy~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=748a5f5c2a163f485826a2687bb1258bdd0efb79;p=apache Synch with 2.0 branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2c15c4589f..7c6ea61a69 100644 --- a/CHANGES +++ b/CHANGES @@ -378,6 +378,21 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) SECURITY: CAN-2004-0488 (cve.mitre.org) + mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a + (trusted) client certificate subject DN which exceeds 6K in length. + [Joe Orton] + + *) mod_dav_fs: Fix MKCOL response for missing parent collections, which + caused issues for the Eclipse WebDAV extension. + PR 29034. [Joe Orton] + + *) mod_deflate: Fix memory consumption (which was proportional to the + response size). PR 29318. [Joe Orton] + + *) mod_ssl: Log the errors returned on failure to load or initialize + a crypto accelerator engine. [Joe Orton] + *) Allow RequestHeader directives to be conditional. PR 27951. [Vincent Deffontaines , André Malo]