From: Bradley Nicholes Date: Wed, 17 Mar 2004 01:21:19 +0000 (+0000) Subject: backports and votes X-Git-Tag: 2.0.49~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721f30a047536660a4dfa87233c6d7c184379e15;p=thirdparty%2Fapache%2Fhttpd.git backports and votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103008 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 97190ea0208..521ebd9bc61 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/17 01:15:54 $] +Last modified at [$Date: 2004/03/17 01:21:19 $] Release: @@ -75,9 +75,23 @@ PATCHES TO BACKPORT FROM 2.1 support/ab.c: r1.139 +1: jjclar, bnicholes, trawick + *) Fix the comment delimiter so that it correctly parses the username + comment. Also add a terminate function to allow NetWare to pause + the output before the screen is destroyed. + support/htdbm.c: r1.15 + +1: bnicholes + + *) Use apr_temp_dir_get for htdigest and remove the dependancy on + the external cp/copy command. Remove the OMIT_DELONCLOSE #ifdef + because removing the temp file happens automatically through + the apr_temp_dir_get() call. Also some other misc cleanup of + the code + support/htdigest.c: r1.41, r1.42, r1.43, r1.44, r1.45 + +1: bnicholes + *) Use apr_temp_dir_get for htpasswd support/htpasswd.c: 1.75 - +1: thommay + +1: thommay, bnicholes *) Allow Satisfy directives to be influenced by . PR: 14726