From: Jim Jagielski Date: Wed, 20 Aug 2003 12:10:11 +0000 (+0000) Subject: Recent discussion made me review these changes. X-Git-Tag: 2.0.48~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937114361ca8c9a09333a211ad89086b24eaa780;p=thirdparty%2Fapache%2Fhttpd.git Recent discussion made me review these changes. I like the concept, but think the existing patches aren't as cleanly defined as need be. If people would like, I can work out a patch that describes what I mean in better detail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101035 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b723029f073..f34af85ce3d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/08/19 16:06:20 $] +Last modified at [$Date: 2003/08/20 12:10:11 $] Release: @@ -201,6 +201,14 @@ PATCHES TO PORT FROM 2.1 os/unix/unixd.c 1.58 os/unix/unixd.h 1.38 +1: trawick, jerenkrantz + 0: jim (it seems to me that the locking mech itself + should have the required flags to determine whether + uid/gid and chown is required, rather than placing + that knowledge in unixd.c (kind of what is done for + the SSL stuff already with ChownMutexFile). Thus + unixd would simply check those out and do what is + required rather than having internal APR knowledge + it shouldn't). * Backport wildcard ExpiresByType from 2.0.46 +1: ken, stoddard