From: Dirk-Willem van Gulik Date: Wed, 25 Sep 2002 22:54:16 +0000 (+0000) Subject: Scratched a major itch - got bitten by config directory globbing sucking X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a599f31a1cf65d1c939a836750ad6f1ece8c7526;p=thirdparty%2Fapache%2Fhttpd.git Scratched a major itch - got bitten by config directory globbing sucking in an editor backup file once too many. Applied the patch as submitted by Sander van Zoest (Bug id 12712) whichs makes it possible to limit the scope with simple but effective wild cards. PR: 12712 Obtained from: Sander van Zoest Submitted by: Sander van Zoest Reviewed by: Dirk-Willem van Gulik git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 18e01a411f6..784f3ec0a9a 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 1.3.27 + *) Included the patch submitted by Sander van Zoest (#12712) which + prevents just 'anything' being sucked in when doing gobbeling in + complete directories - such as editor backup files and other + cruft. This patch allows us to tailor/control this properly by + allowing simple wildcards such as *.conf. [Dirk-Willem van Gulik] + *) Add the new directive 'ShmemUIDisUser'. By default, Apache will no longer set the uid/gid of SysV shared memory scoreboard to User/Group, and it will therefore stay the uid/gid of