]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
22 years agoUpdate CHANGES
Bill Stoddard [Thu, 13 Mar 2003 19:32:42 +0000 (19:32 +0000)] 
Update CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98996 13f79535-47bb-0310-9956-ffa450edef68

22 years agoWin32: Avoid busy wait which consumes 100% of the CPU when all the worker
Bill Stoddard [Thu, 13 Mar 2003 19:27:39 +0000 (19:27 +0000)] 
Win32: Avoid busy wait which consumes 100% of the CPU when all the worker
threads are busy.

Submitted by: Igor Nazarenko
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98995 13f79535-47bb-0310-9956-ffa450edef68

22 years ago+1 backport vote
Allan K. Edwards [Thu, 13 Mar 2003 16:27:33 +0000 (16:27 +0000)] 
+1 backport vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98993 13f79535-47bb-0310-9956-ffa450edef68

22 years agomerge this to 2.0.45-dev:
Jeff Trawick [Wed, 12 Mar 2003 18:24:26 +0000 (18:24 +0000)] 
merge this to 2.0.45-dev:

 *) Keep the subrequest filter in place when a subrequest is
    redirected.  PR 15423.  [Jeff Trawick]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98991 13f79535-47bb-0310-9956-ffa450edef68

22 years agoyet another proposed merge
Jeff Trawick [Wed, 12 Mar 2003 01:33:30 +0000 (01:33 +0000)] 
yet another proposed merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98989 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix up the export list so that it is consistent between debug and non-debug builds
Bradley Nicholes [Tue, 11 Mar 2003 21:16:36 +0000 (21:16 +0000)] 
Fix up the export list so that it is consistent between debug and non-debug builds

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98986 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix up the log resolve utility to work with NetWare. Increased the stack size
Bradley Nicholes [Tue, 11 Mar 2003 19:11:30 +0000 (19:11 +0000)] 
Fix up the log resolve utility to work with NetWare.  Increased the stack size
and fixed WSAStartup to use the correct version number

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98985 13f79535-47bb-0310-9956-ffa450edef68

22 years agoupdate mod_deflate rev#
Ian Holsman [Tue, 11 Mar 2003 18:14:47 +0000 (18:14 +0000)] 
update mod_deflate rev#
and cast my 2c's on other backports

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98983 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBackport from 2.1 tree. Only difference is that the name of the directive was changed to
Ian Holsman [Tue, 11 Mar 2003 18:04:36 +0000 (18:04 +0000)] 
Backport from 2.1 tree. Only difference is that the name of the directive was changed to
DeflateCompressionLevel

  *) you can now specify the compression level for mod_deflate.
     [Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
     Michael Schroepl <Michael.Schroepl@telekurs.de>]

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98981 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSpecify a set of APIs that are normally defined as macros and should not be
Bradley Nicholes [Tue, 11 Mar 2003 17:43:36 +0000 (17:43 +0000)] 
Specify a set of APIs that are normally defined as macros and should not be
included in the export list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98980 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Fix an embarrasing speling errur
William A. Rowe Jr [Tue, 11 Mar 2003 16:42:07 +0000 (16:42 +0000)] 
  Fix an embarrasing speling errur

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98979 13f79535-47bb-0310-9956-ffa450edef68

22 years agocommit some missing bits for building exports.c that belongs with
Jeff Trawick [Tue, 11 Mar 2003 15:41:55 +0000 (15:41 +0000)] 
commit some missing bits for building exports.c that belongs with
the merge of the out-of-tree-apr feature

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98978 13f79535-47bb-0310-9956-ffa450edef68

22 years agocommit some missing bits from wrowe's merge of the out-of-tree-APR
Jeff Trawick [Tue, 11 Mar 2003 15:25:34 +0000 (15:25 +0000)] 
commit some missing bits from wrowe's merge of the out-of-tree-APR
feature

(modules/aaa/config.m4 was absolutely required; it probably
would have worked without this modules/mappers/config9.m4 change)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98977 13f79535-47bb-0310-9956-ffa450edef68

22 years agocommit a lost change that was part of the out-of-tree-APR feature
Jeff Trawick [Tue, 11 Mar 2003 12:35:46 +0000 (12:35 +0000)] 
commit a lost change that was part of the out-of-tree-APR feature

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98976 13f79535-47bb-0310-9956-ffa450edef68

22 years agocommit a lost change to STABLE that was part of the out-of-tree-APR
Jeff Trawick [Tue, 11 Mar 2003 12:35:03 +0000 (12:35 +0000)] 
commit a lost change to STABLE that was part of the out-of-tree-APR
feature

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98975 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Allow builds to work with out of tree apr and apr-util
William A. Rowe Jr [Tue, 11 Mar 2003 07:07:52 +0000 (07:07 +0000)] 
  Allow builds to work with out of tree apr and apr-util

  Backported:
    buildconf: r1.30
    configure.in: r1.239, r1.240\r, r1.242, r1.245
    server/mpm/config.m4 r1.47

  I suspect configure.in r1.244 should also be applied, I suspect so
  but want confirmation before backporting it.  If it's required, please
  simply commit that patch.

  Please *thoroughly* test so we uncover any vpath/out-of-tree/in-tree
  issues with apr/apr-util locations before our users do.  With everyone
  who voulenteered for the effort, this should be no hassle.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98974 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Backport the accepted patch to honor alternate SSLMutex flavors,
William A. Rowe Jr [Tue, 11 Mar 2003 06:40:44 +0000 (06:40 +0000)] 
  Backport the accepted patch to honor alternate SSLMutex flavors,
  just as we do for AcceptMutex (hint: shared code could be optimized
  here, but this is the patch tested and accepted by the list.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98973 13f79535-47bb-0310-9956-ffa450edef68

22 years ago After discussions at length on dev@apr/httpd, it is determined that
William A. Rowe Jr [Tue, 11 Mar 2003 01:08:10 +0000 (01:08 +0000)] 
  After discussions at length on dev@apr/httpd, it is determined that
  the older .dbg format symbols are not worth the interference with
  generating complete .pdb symbolic debugging databases.

  This patch further eliminates pdbtype:sept flags that interfere with
  deciphering local symbols and type information.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98971 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdd the version number to the screen name
Bradley Nicholes [Tue, 11 Mar 2003 00:19:32 +0000 (00:19 +0000)] 
Add the version number to the screen name

Submitted by: Guenter Knauf (gk@gknw.de)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98968 13f79535-47bb-0310-9956-ffa450edef68

22 years ago We cannot rename the library file as we've done or it will become
William A. Rowe Jr [Tue, 11 Mar 2003 00:18:52 +0000 (00:18 +0000)] 
  We cannot rename the library file as we've done or it will become
  disassociate with the source .pdb symbols, which is unplesant at
  the least.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98966 13f79535-47bb-0310-9956-ffa450edef68

22 years agopropose a bugfix.
André Malo [Mon, 10 Mar 2003 23:50:18 +0000 (23:50 +0000)] 
propose a bugfix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98965 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdate transformations.
Erik Abele [Mon, 10 Mar 2003 18:22:26 +0000 (18:22 +0000)] 
Update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98962 13f79535-47bb-0310-9956-ffa450edef68

22 years agofix xml and update transformation
André Malo [Mon, 10 Mar 2003 16:52:54 +0000 (16:52 +0000)] 
fix xml and update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98961 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdate the auth_ldap docs to reflect the SSL standardization changes that
Bradley Nicholes [Mon, 10 Mar 2003 16:51:20 +0000 (16:51 +0000)] 
Update the auth_ldap docs to reflect the SSL standardization changes that
were back ported from the 2.1 tree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98960 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdd a note on building the LDAP stuff on AIX
Graham Leggett [Mon, 10 Mar 2003 12:29:53 +0000 (12:29 +0000)] 
Add a note on building the LDAP stuff on AIX

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98958 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded a little bit of text, and added section titles, so that these
Rich Bowen [Mon, 10 Mar 2003 04:35:08 +0000 (04:35 +0000)] 
Added a little bit of text, and added section titles, so that these
sections can be linked to directly. Unfortunately, I cannot get this to
build, and I've spent entirely too long staring at it. Can someone
figure out what is invalid with my xml here? Thanks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98955 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRestore the ability of htdigest.exe to create files that contain
André Malo [Sun, 9 Mar 2003 16:58:16 +0000 (16:58 +0000)] 
Restore the ability of htdigest.exe to create files that contain
more than one user. On win32 we cannot system("copy") a file, while
it's open.

PR: 12910
Reviewed by: Will Rowe, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98952 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBackport from 2.1.
Sander Striker [Sun, 9 Mar 2003 00:27:16 +0000 (00:27 +0000)] 
Backport from 2.1.

Reviewed by: William A. Rowe, Thom May, Andre Malo

* CHANGES

  Add this change.

* STATUS

  Remove vote.

* include/http_config.h (r1.101)

  (ap_get_module_config, ap_set_module_config): Always declare.

* include/httpd.h (r1.195)

  (ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always declare.

* server/util_debug.c (r1.10)

  (ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c,
   ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always implement and export.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98951 13f79535-47bb-0310-9956-ffa450edef68

22 years agojust a backport :)
André Malo [Sat, 8 Mar 2003 17:16:07 +0000 (17:16 +0000)] 
just a backport :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98949 13f79535-47bb-0310-9956-ffa450edef68

22 years agoreview, vote, repeat
Jeff Trawick [Sat, 8 Mar 2003 12:03:56 +0000 (12:03 +0000)] 
review, vote, repeat

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98945 13f79535-47bb-0310-9956-ffa450edef68

22 years agodon't set the cookie in subrequests. This works around the
André Malo [Fri, 7 Mar 2003 21:27:38 +0000 (21:27 +0000)] 
don't set the cookie in subrequests. This works around the
problem that cookies were set twice during fast internal
redirects.

PR: 13211
Reviewed by: Will Rowe, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98943 13f79535-47bb-0310-9956-ffa450edef68

22 years agouse the correct target string and don't forget
André Malo [Fri, 7 Mar 2003 20:43:49 +0000 (20:43 +0000)] 
use the correct target string and don't forget
F=x and V=y in column headers ...

Reviewed by: Will Rowe, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98941 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse .sv instead of .se as extension for Swedish documents in the
André Malo [Fri, 7 Mar 2003 20:30:39 +0000 (20:30 +0000)] 
Use .sv instead of .se as extension for Swedish documents in the
default configuration.

Netware config still needs to be changed (whereever it is).

PR: 12877
Reviewed by: Will Rowe, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98939 13f79535-47bb-0310-9956-ffa450edef68

22 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Fri, 7 Mar 2003 20:30:39 +0000 (20:30 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98938 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated to reflect the backport of the auth_LDAP SSL standardization patch
Bradley Nicholes [Fri, 7 Mar 2003 20:23:37 +0000 (20:23 +0000)] 
Updated to reflect the backport of the auth_LDAP SSL standardization patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98936 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBackport the auth_LDAP SSL standardization patch
Bradley Nicholes [Fri, 7 Mar 2003 20:21:47 +0000 (20:21 +0000)] 
Backport the auth_LDAP SSL standardization patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98935 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded support for Novell LDAP SDK SSL and standardized the SSL support across
Bradley Nicholes [Fri, 7 Mar 2003 20:12:30 +0000 (20:12 +0000)] 
Added support for Novell LDAP SDK SSL and standardized the SSL support across
the various LDAP SDKs. Isolated the SSL functionality to mod_ldap rather than
speading it across mod_auth_ldap and mod_ldap. Also added LDAPTrustedCA
and LDAPTrustedCAType directives to allow for a more common method of
specifying the SSL certificate.

Backported to v2.0 from v2.1

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98931 13f79535-47bb-0310-9956-ffa450edef68

22 years agochange two votes.
André Malo [Fri, 7 Mar 2003 19:40:44 +0000 (19:40 +0000)] 
change two votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98928 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a note.
André Malo [Fri, 7 Mar 2003 18:42:44 +0000 (18:42 +0000)] 
add a note.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98926 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCast one, reviewing others
Jim Jagielski [Fri, 7 Mar 2003 16:06:24 +0000 (16:06 +0000)] 
Cast one, reviewing others

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98924 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a vote
Thom May [Fri, 7 Mar 2003 14:59:25 +0000 (14:59 +0000)] 
add a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98923 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdate revision of one file in a patch to be backported.
Sander Striker [Fri, 7 Mar 2003 14:39:22 +0000 (14:39 +0000)] 
Update revision of one file in a patch to be backported.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98922 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd some votes
Jeff Trawick [Fri, 7 Mar 2003 14:17:27 +0000 (14:17 +0000)] 
add some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98920 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd some votes
Jeff Trawick [Fri, 7 Mar 2003 13:58:44 +0000 (13:58 +0000)] 
add some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98919 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Seems that sed only acts up on HEAD (2.1-dev) - I guess this is not
William A. Rowe Jr [Fri, 7 Mar 2003 13:46:02 +0000 (13:46 +0000)] 
  Seems that sed only acts up on HEAD (2.1-dev) - I guess this is not
  a showstopper for 2.0 per Jeff Trawick's observations.

  Add another file we must backport to get apr/apr-util out-of-tree
  and add my various opinions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98918 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Just a few opinions and observations - my lack of a vote indicates
William A. Rowe Jr [Fri, 7 Mar 2003 04:04:29 +0000 (04:04 +0000)] 
  Just a few opinions and observations - my lack of a vote indicates
  a lack of research - not a negative reaction to the [given] patches.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98916 13f79535-47bb-0310-9956-ffa450edef68

22 years agostate my opinion.
André Malo [Fri, 7 Mar 2003 00:57:06 +0000 (00:57 +0000)] 
state my opinion.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98915 13f79535-47bb-0310-9956-ffa450edef68

22 years agoanother backport
André Malo [Fri, 7 Mar 2003 00:03:16 +0000 (00:03 +0000)] 
another backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98913 13f79535-47bb-0310-9956-ffa450edef68

22 years agopropose a bugfix.
André Malo [Thu, 6 Mar 2003 23:17:49 +0000 (23:17 +0000)] 
propose a bugfix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98911 13f79535-47bb-0310-9956-ffa450edef68

22 years agovote.
André Malo [Thu, 6 Mar 2003 21:32:51 +0000 (21:32 +0000)] 
vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98907 13f79535-47bb-0310-9956-ffa450edef68

22 years agonew directive for mod_deflate
Ian Holsman [Thu, 6 Mar 2003 18:57:38 +0000 (18:57 +0000)] 
new directive for mod_deflate
add my vote to apr/apr-util thingy
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98906 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdd a vote.
Sander Striker [Thu, 6 Mar 2003 18:49:36 +0000 (18:49 +0000)] 
Add a vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98905 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdd backport item.
Sander Striker [Thu, 6 Mar 2003 18:46:41 +0000 (18:46 +0000)] 
Add backport item.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98904 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a potential backport
Thom May [Thu, 6 Mar 2003 17:16:42 +0000 (17:16 +0000)] 
add a potential backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98902 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Jeff reminds me, document this one (users observed the bug).
William A. Rowe Jr [Thu, 6 Mar 2003 16:28:48 +0000 (16:28 +0000)] 
  Jeff reminds me, document this one (users observed the bug).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98900 13f79535-47bb-0310-9956-ffa450edef68

22 years ago DougM confirms Madhu's suspicions, this change was inadvertent.
William A. Rowe Jr [Thu, 6 Mar 2003 08:44:01 +0000 (08:44 +0000)] 
  DougM confirms Madhu's suspicions, this change was inadvertent.
  Reverting to no longer skip the first cert in the chain.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98897 13f79535-47bb-0310-9956-ffa450edef68

22 years agohtdigest bugfix
André Malo [Wed, 5 Mar 2003 16:42:02 +0000 (16:42 +0000)] 
htdigest bugfix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98894 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix validation issue.
Erik Abele [Mon, 3 Mar 2003 20:26:13 +0000 (20:26 +0000)] 
Fix validation issue.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98888 13f79535-47bb-0310-9956-ffa450edef68

22 years agopropose a bunch of mod_autoindex fixes.
André Malo [Sun, 2 Mar 2003 18:22:08 +0000 (18:22 +0000)] 
propose a bunch of mod_autoindex fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98886 13f79535-47bb-0310-9956-ffa450edef68

22 years agoWS and style issues. No code changes.
André Malo [Sun, 2 Mar 2003 13:44:59 +0000 (13:44 +0000)] 
WS and style issues. No code changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98881 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated transformations. That's it...
Erik Abele [Sun, 2 Mar 2003 02:29:46 +0000 (02:29 +0000)] 
Updated transformations. That's it...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98878 13f79535-47bb-0310-9956-ffa450edef68

22 years agoIntroducing XML docs for the 2.0 misc section. Also fixed some XML/DTD issues
Erik Abele [Sun, 2 Mar 2003 02:28:30 +0000 (02:28 +0000)] 
Introducing XML docs for the 2.0 misc section. Also fixed some XML/DTD issues
and added appropriate 'warnings' about their age and up-to-date-ness.

Submitted by: Luiz Rocha <lsdr@lsdr.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98877 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemoving HTML-only docs and header/footer files. XML is underway...
Erik Abele [Sun, 2 Mar 2003 02:24:16 +0000 (02:24 +0000)] 
Removing HTML-only docs and header/footer files. XML is underway...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98876 13f79535-47bb-0310-9956-ffa450edef68

22 years agovote.
André Malo [Sun, 2 Mar 2003 01:03:19 +0000 (01:03 +0000)] 
vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98873 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBP: Fixed some minor XHTML issues (CENTER -> center).
Erik Abele [Sat, 1 Mar 2003 22:45:46 +0000 (22:45 +0000)] 
BP: Fixed some minor XHTML issues (CENTER -> center).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98870 13f79535-47bb-0310-9956-ffa450edef68

22 years agofix some style and WS issues. No code changes.
André Malo [Sat, 1 Mar 2003 21:36:19 +0000 (21:36 +0000)] 
fix some style and WS issues. No code changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98868 13f79535-47bb-0310-9956-ffa450edef68

22 years agojust a backport ...
André Malo [Sat, 1 Mar 2003 20:16:01 +0000 (20:16 +0000)] 
just a backport ...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98866 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMention that ProxyPassReverse takes the hostname in respect
André Malo [Sat, 1 Mar 2003 01:30:00 +0000 (01:30 +0000)] 
Mention that ProxyPassReverse takes the hostname in respect
to the UseCanonicalName setting

PR: 8625

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98862 13f79535-47bb-0310-9956-ffa450edef68

22 years agoApache hooks return int: so s/apr_status_t/int/
Stas Bekman [Sat, 1 Mar 2003 00:41:51 +0000 (00:41 +0000)] 
Apache hooks return int: so s/apr_status_t/int/
PR:
Obtained from:
Submitted by:
Reviewed by: trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98859 13f79535-47bb-0310-9956-ffa450edef68

22 years agobackport anyway
André Malo [Fri, 28 Feb 2003 23:08:58 +0000 (23:08 +0000)] 
backport anyway

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98855 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd %2f patch for backport voting
Ken Coar [Fri, 28 Feb 2003 18:50:29 +0000 (18:50 +0000)] 
add %2f patch for backport voting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98852 13f79535-47bb-0310-9956-ffa450edef68

22 years agoreview/vote
Jeff Trawick [Fri, 28 Feb 2003 18:48:15 +0000 (18:48 +0000)] 
review/vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98851 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a hint about PHP and PATH_INFO
André Malo [Fri, 28 Feb 2003 15:53:11 +0000 (15:53 +0000)] 
add a hint about PHP and PATH_INFO

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98849 13f79535-47bb-0310-9956-ffa450edef68

22 years agoshow a little (so called) example for --with-mpm.
André Malo [Fri, 28 Feb 2003 15:03:40 +0000 (15:03 +0000)] 
show a little (so called) example for --with-mpm.

Submitted by: Luiz Rocha <lsdr@lsdr.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98846 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a vote
Jeff Trawick [Fri, 28 Feb 2003 14:06:29 +0000 (14:06 +0000)] 
add a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98844 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFWIW, I happen to like R-T-C not because I don't trust my peers
Cliff Woolley [Fri, 28 Feb 2003 01:24:53 +0000 (01:24 +0000)] 
FWIW, I happen to like R-T-C not because I don't trust my peers
(because I do trust you all) but because it forces me to get up
off my butt and actually DO the reviewing sometimes.  With C-T-R
it's too easy for people (read: me) to get lazy, and if this
happens to enough people, which it often does, we end up with no
review at all.  People make mistakes... no stopping that.  But
R-T-C just encourages a little extra diligence on everyone's
part IMO.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98835 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated outdated IANA url.
Erik Abele [Thu, 27 Feb 2003 18:27:15 +0000 (18:27 +0000)] 
Updated outdated IANA url.
PR: 17433

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98827 13f79535-47bb-0310-9956-ffa450edef68

22 years agocasting a vote
Bradley Nicholes [Thu, 27 Feb 2003 15:28:17 +0000 (15:28 +0000)] 
casting a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98825 13f79535-47bb-0310-9956-ffa450edef68

22 years agovote here and there.
André Malo [Thu, 27 Feb 2003 13:49:21 +0000 (13:49 +0000)] 
vote here and there.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98824 13f79535-47bb-0310-9956-ffa450edef68

22 years agotrawick wanted commentary in STATUS rather than on the mailing list. fine...
Greg Stein [Thu, 27 Feb 2003 12:53:15 +0000 (12:53 +0000)] 
trawick wanted commentary in STATUS rather than on the mailing list. fine...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98823 13f79535-47bb-0310-9956-ffa450edef68

22 years agomerge this fix into stable branch:
Jeff Trawick [Thu, 27 Feb 2003 12:33:08 +0000 (12:33 +0000)] 
merge this fix into stable branch:

*) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
   be started on Unix because of such problems as bad permissions,
   bad shebang line, etc.  [Jeff Trawick]

Reviewed by: nd, stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98821 13f79535-47bb-0310-9956-ffa450edef68

22 years agomerge this change into stable:
Jeff Trawick [Thu, 27 Feb 2003 12:09:44 +0000 (12:09 +0000)] 
merge this change into stable:

Add a hint about handling of IPv4-mapped addresses to the output
of httpd -V.

Reviewed by: nd, stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98820 13f79535-47bb-0310-9956-ffa450edef68

22 years agomerge this mod_ssl fix into stable branch
Jeff Trawick [Thu, 27 Feb 2003 11:57:34 +0000 (11:57 +0000)] 
merge this mod_ssl fix into stable branch

*) Fix 64-bit problem in mod_ssl input logic.
   [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]

reviewed by: trawick, jim, stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98818 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemove some merged patches. Thanks!
Justin Erenkrantz [Thu, 27 Feb 2003 04:25:14 +0000 (04:25 +0000)] 
Remove some merged patches.  Thanks!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98816 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix potential memory leaks in mod_deflate on malformed data.
Justin Erenkrantz [Thu, 27 Feb 2003 04:24:38 +0000 (04:24 +0000)] 
Fix potential memory leaks in mod_deflate on malformed data.

PR: 16046
Reviewed by: Andre, Jeff, Jim, FirstBill

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98815 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRework ap_xml_parse_input to work with bucket brigades.
Justin Erenkrantz [Thu, 27 Feb 2003 04:18:59 +0000 (04:18 +0000)] 
Rework ap_xml_parse_input to work with bucket brigades.

PR: 16134
Reviewed by: Jeff Trawick, Andre Malo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98814 13f79535-47bb-0310-9956-ffa450edef68

22 years agoremove done backports, add rev.# and propose a new one.
André Malo [Thu, 27 Feb 2003 04:07:42 +0000 (04:07 +0000)] 
remove done backports, add rev.# and propose a new one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98812 13f79535-47bb-0310-9956-ffa450edef68

22 years agofill out parms->err_directive while looking for open parents.
André Malo [Thu, 27 Feb 2003 04:01:20 +0000 (04:01 +0000)] 
fill out parms->err_directive while looking for open parents.
Otherwise when trying to log the error
(a) we segfault (if the directive was in another file)
(b) we show a wrong occurrence line number (start line of the previous
    container or somewhat) or probably segfault, too
    (if no previous container/directive exists).

PR: 17093
Reviewed by: Jeff Trawick, Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98811 13f79535-47bb-0310-9956-ffa450edef68

22 years agobe more careful when using limited buffers.
André Malo [Thu, 27 Feb 2003 03:41:41 +0000 (03:41 +0000)] 
be more careful when using limited buffers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98809 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSome votes
Bill Stoddard [Wed, 26 Feb 2003 22:05:19 +0000 (22:05 +0000)] 
Some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98805 13f79535-47bb-0310-9956-ffa450edef68

22 years ago A very little nit
William A. Rowe Jr [Wed, 26 Feb 2003 19:03:51 +0000 (19:03 +0000)] 
  A very little nit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98803 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Backport fixes rev 1.90-1.91
William A. Rowe Jr [Wed, 26 Feb 2003 18:42:30 +0000 (18:42 +0000)] 
  Backport fixes rev 1.90-1.91

  Enhance the behavior of mod_isapi's WriteClient() callback to
  provide better emulation for isapi modules that presume that the
  first WriteClient() call may send status and headers.  An example
  of WriteClient() abuse is the foxisapi module, which relies on
  that assumpion and now works.  Regressions on various example isapi
  modules don't reveal any new issues.  [May fix PR16637]

Submitted by: William Rowe
Reviewed by: Milan Kosina

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98801 13f79535-47bb-0310-9956-ffa450edef68

22 years agocheck the return value of ap_run_pre_connection(). So if the
Stas Bekman [Tue, 25 Feb 2003 23:33:54 +0000 (23:33 +0000)] 
check the return value of ap_run_pre_connection(). So if the
pre_connection phase fails (without setting c->aborted)
ap_run_process_connection is not executed.
PR:
Obtained from:
Submitted by:
Reviewed by: trawick, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98799 13f79535-47bb-0310-9956-ffa450edef68

22 years agoyet another bugfix.
André Malo [Tue, 25 Feb 2003 23:06:12 +0000 (23:06 +0000)] 
yet another bugfix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98797 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSome votes... I added Bill Rowe, because
Jim Jagielski [Tue, 25 Feb 2003 18:06:39 +0000 (18:06 +0000)] 
Some votes... I added Bill Rowe, because
I recall he +1'ed via email. Dirk did too, but I'm not sure
if via concept or test...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98795 13f79535-47bb-0310-9956-ffa450edef68

22 years agopropose Madhu's recent mod_ssl 64-bit fix to merge into stable
Jeff Trawick [Tue, 25 Feb 2003 17:33:00 +0000 (17:33 +0000)] 
propose Madhu's recent mod_ssl 64-bit fix to merge into stable

the code, which looked reasonable, came at just the right time...
yesterday somebody e-mailed me with 64-bit mod_ssl breakage
on AIX...  I pointed them to the patch and they just reported
to me that they can serve pages over SSL now

(in fact they grabbed JimJag's changes to mod_ssl too, which
is goodness)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98794 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd PR#
André Malo [Tue, 25 Feb 2003 12:46:19 +0000 (12:46 +0000)] 
add PR#

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98790 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd reference to 1.3 patch for rewrite path handling fix.
André Malo [Tue, 25 Feb 2003 02:13:58 +0000 (02:13 +0000)] 
add reference to 1.3 patch for rewrite path handling fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98789 13f79535-47bb-0310-9956-ffa450edef68

22 years agoLDAP stabilization work
Bradley Nicholes [Mon, 24 Feb 2003 23:31:56 +0000 (23:31 +0000)] 
LDAP stabilization work

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98787 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDon't try to use the LDAP cache if it has been turned off. Make sure that we
Bradley Nicholes [Mon, 24 Feb 2003 23:22:03 +0000 (23:22 +0000)] 
Don't try to use the LDAP cache if it has been turned off.  Make sure that we
have a "curl" before trying to use it.  If caching has been turned off then the
curl variable will be NULL.  This fixes a problem where LDAP caching would
fault when caching was disabled.

This also fixes some memory leaks due to not freeing resources when error
conditions occur.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98786 13f79535-47bb-0310-9956-ffa450edef68