]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
23 years ago It's clear from recent security reports that including configuration
William A. Rowe Jr [Wed, 9 Jan 2002 16:05:31 +0000 (16:05 +0000)] 
  It's clear from recent security reports that including configuration
  examples for non-core add-ins with our default .conf files causes some
  admins to bypass actually researching -how-to-configure- the given
  add-in module.  While this example was nice, we need to find another
  useful example, in addition to x-tar perhaps, to make this clearer.

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

23 years agoGlobal variable initialization for compatibility with the GNU compiler and NLM
Bradley Nicholes [Tue, 8 Jan 2002 19:54:08 +0000 (19:54 +0000)] 
Global variable initialization for compatibility with the GNU compiler and NLM
Linker
Submitted by: Pavel Novy <novy@feld.cvut.cz>

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

23 years agoSorry -- undoing accidentally committed stuff. The Content-Length
Martin Kraemer [Tue, 8 Jan 2002 16:26:18 +0000 (16:26 +0000)] 
Sorry -- undoing accidentally committed stuff. The Content-Length
fix of the preceding commit is preserved.

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

23 years agoThe 416 "range not satisfiable" response would include a
Martin Kraemer [Tue, 8 Jan 2002 15:09:48 +0000 (15:09 +0000)] 
The 416 "range not satisfiable" response would include a
Content-Length header set to the size of the resource, but no body was
actually returned (r->header_only was set to 1). This appeared as a
premature EOF to the client.
Submitted by: Joe Orton <joe@manyfish.co.uk>
Reviewed by: Martin Kraemer

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

23 years ago Replace automatic ETag generation with configurable algorithm
Ken Coar [Sat, 5 Jan 2002 17:13:03 +0000 (17:13 +0000)] 
Replace automatic ETag generation with configurable algorithm
defined by FileETag directive.  Keywords are All, None,
[+|-]INode, [+|-]Size, [+|-]MTime.  Server farms with content
fanout may want to use 'FileETag MTime Size' to keep the system-
variant inode from being included and busting caches.
PR: 7010
Submitted by: Based on an idea proposed by Phil Dietz

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

23 years agoFile locking updates to make mod_auth_dbm work on NetWare
Bradley Nicholes [Wed, 2 Jan 2002 23:10:05 +0000 (23:10 +0000)] 
File locking updates to make mod_auth_dbm work on NetWare
Submitted by: Guenter Knauf

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

23 years agoFixed the problem on NetWare when accessing an empty directory which
Bradley Nicholes [Wed, 2 Jan 2002 22:56:11 +0000 (22:56 +0000)] 
Fixed the problem on NetWare when accessing an empty directory which
has option indexes specified produces an access forbidden message.
Submitted by: Charles Goldman, Guenter Knauf

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

23 years agoFixed the problem on NetWare when accessing an empty directory which
Bradley Nicholes [Wed, 2 Jan 2002 22:47:13 +0000 (22:47 +0000)] 
Fixed the problem on NetWare when accessing an empty directory which
has option indexes specified produces an access forbidden message.
Submitted by: Charles Goldman, Guenter Knauf

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

23 years ago Normalize symbol exports for Win32/Netware to the httpd.exp reference.
William A. Rowe Jr [Fri, 28 Dec 2001 05:03:08 +0000 (05:03 +0000)] 
  Normalize symbol exports for Win32/Netware to the httpd.exp reference.
  Diff tags pre_win_nw_syms/post_win_nw_syms for complete edit.

  Note I've corrected _SEVERAL_ badly declared symbols on Win32 into
  API_EXPORT_NONSTD flavors (e.g. those using (...) args).  This may,
  or may not, break binary compatibility depending on how those args
  are addressed, and if those functions were used.

  I've further tested by setting aside the .def file and rebuilding,
  and validated that our symbols list corresponds to the API_DECLARE()
  macros at this moment.

Submitted by: Thomas Eibner <thomas@stderr.net>
Reviewed by: Stoddard, Rowe

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

23 years agoget rotatelogs to function properly on TPF
Greg Ames [Wed, 26 Dec 2001 17:14:06 +0000 (17:14 +0000)] 
get rotatelogs to function properly on TPF
Submitted by: David McCreedy
Reviewed by: Greg Ames

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

23 years ago Already patched in the 2.0 tree - make all .conf's reflect the applicable
William A. Rowe Jr [Sat, 22 Dec 2001 18:25:57 +0000 (18:25 +0000)] 
  Already patched in the 2.0 tree - make all .conf's reflect the applicable
  DNS rfc's that underbars aren't permitted - why should our examples show
  administrators otherwise?!?

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

23 years ago No call for replicating this message, it was effectively identical
William A. Rowe Jr [Fri, 21 Dec 2001 03:37:38 +0000 (03:37 +0000)] 
  No call for replicating this message, it was effectively identical

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

23 years ago One of two gdawful bugs in Apache/Win32, start capturing child errors.
William A. Rowe Jr [Fri, 21 Dec 2001 00:51:44 +0000 (00:51 +0000)] 
  One of two gdawful bugs in Apache/Win32, start capturing child errors.
  The other [significant] error is the tendancy for the parent to restart
  instantly on init errors, which are never corrected.  But that's a patch
  for another day.

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

23 years ago Notes are good here too
William A. Rowe Jr [Tue, 18 Dec 2001 15:34:01 +0000 (15:34 +0000)] 
  Notes are good here too

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

23 years ago I know Stoddard fixed this other bullet - would someone with a long
William A. Rowe Jr [Tue, 18 Dec 2001 15:31:57 +0000 (15:31 +0000)] 
  I know Stoddard fixed this other bullet - would someone with a long
  memory (Jim? Marc?) be willing to get rid of a few more now-dead items?
  I'm not certain on the others, but there are several bullets that look
  like they've been addressed, or are no longer relevant.

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

23 years ago Fix a very irritating nit - this was the 1.3.20 code - there was no
William A. Rowe Jr [Tue, 18 Dec 2001 15:20:57 +0000 (15:20 +0000)] 
  Fix a very irritating nit - this was the 1.3.20 code - there was no
  call for changing the formatting when the patch to add another platform
  in the #if case was modified.

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

23 years ago Revert the code causing lost path_info/query_args.
William A. Rowe Jr [Tue, 18 Dec 2001 15:09:47 +0000 (15:09 +0000)] 
  Revert the code causing lost path_info/query_args.

  The potentially correct solution is to test the URI with recombined
  path_info and args, but I'd rather see this reverted for 1.3 and
  corrected in 2.0 with appropriate optimizations and user testing.

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

23 years agoSimplified the test to determine if a NetWare socket is secure or not
Bradley Nicholes [Fri, 30 Nov 2001 17:24:31 +0000 (17:24 +0000)] 
Simplified the test to determine if a NetWare socket is secure or not
Submitted by: Pavel Novy

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

23 years agoTidy up.
Justin Erenkrantz [Fri, 30 Nov 2001 17:10:07 +0000 (17:10 +0000)] 
Tidy up.

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

23 years agoFixed up some type incompatibility compiler errors so that the code will
Bradley Nicholes [Fri, 30 Nov 2001 17:06:24 +0000 (17:06 +0000)] 
Fixed up some type incompatibility compiler errors so that the code will
compile with Metrowerks 6

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

23 years agoModify buff.h and buff.c to enable modules to intercept the
Bill Stoddard [Fri, 30 Nov 2001 14:08:44 +0000 (14:08 +0000)] 
Modify buff.h and buff.c to enable modules to intercept the
output byte stream for dynamic page caching. A pointer to a
'filter callback' function is added to the end of buff.h.
This function, if registered by a module, is called
at the top of buff_write() and writev_it_all().

MMN Minor bumped.

Obtained from: [Kevin Mallory <kmallory@spidercache.com>
Reviewed by: Bill Stoddard

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

23 years ago Since we quoted the default -1 group ID, the Makefile hasn't
Ken Coar [Wed, 28 Nov 2001 15:02:12 +0000 (15:02 +0000)] 
Since we quoted the default -1 group ID, the Makefile hasn't
been finding it to update it properly.

Submitted by: Owen Boyle <obo@bourse.ch>
Reviewed by: Ken Coar

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

23 years agoWin32: Do not continue to handle keepalive requests if the server process
Bill Stoddard [Mon, 26 Nov 2001 17:26:54 +0000 (17:26 +0000)] 
Win32: Do not continue to handle keepalive requests if the server process
is in the process of shutting down.

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

23 years agoDefault to use -flat_namespace on Darwin expect for v1.3 and prior (including rhapsody).
Wilfredo Sanchez [Mon, 26 Nov 2001 08:07:17 +0000 (08:07 +0000)] 
Default to use -flat_namespace on Darwin expect for v1.3 and prior (including rhapsody).
Submitted by: Sander Temme
Reviewed by: Wilfredo Sanchez

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

23 years ago Correct mod_autoindex's test of the query string's requested ordering.
William A. Rowe Jr [Sat, 17 Nov 2001 03:27:09 +0000 (03:27 +0000)] 
  Correct mod_autoindex's test of the query string's requested ordering.
  This patch is a bit more paranoid than Kestutis's, but this is user
  supplied input, so a bit of paranoia is healthy.

PR: 8771
Submitted by: Kestutis Kupciunas <kesha@soften.ktu.lt>

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

23 years agoWin32's ap_os_is_filename_valid forces a 403 return for
Keith Wannamaker [Fri, 16 Nov 2001 18:15:16 +0000 (18:15 +0000)] 
Win32's ap_os_is_filename_valid forces a 403 return for
OPTIONS *; fix by making a special case for this request
in directorywalk.

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

23 years agoAdd the serialization stuff for BeOS to get us building again.
David Reid [Fri, 16 Nov 2001 01:32:20 +0000 (01:32 +0000)] 
Add the serialization stuff for BeOS to get us building again.

Also, stop detaching as it causes a segfault somewhere in the kernel.
I'll try to find out where and see why...

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

23 years agoKEYS do not belong here. The only valid location for KEYS is on our site
Roy T. Fielding [Wed, 14 Nov 2001 04:03:44 +0000 (04:03 +0000)] 
KEYS do not belong here.  The only valid location for KEYS is on our site
in a project directory controlled by CVS:

   http://www.apache.org/dist/httpd/KEYS

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

23 years agoFix leak of NSObjectFileImage handle.
Wilfredo Sanchez [Mon, 12 Nov 2001 17:36:38 +0000 (17:36 +0000)] 
Fix leak of NSObjectFileImage handle.

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

23 years agorev 1.248 of this file removed the default locking mechanism
dgaudet [Sun, 11 Nov 2001 19:46:41 +0000 (19:46 +0000)] 
rev 1.248 of this file removed the default locking mechanism
from unixware 7.0.  instead it should have just defined
SINGLE_LISTEN_UNSERIALIZED_ACCEPT (since locking is always required for
multiple sockets).

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

23 years agonote a few additional 1.3.22 binary distributions
Jeff Trawick [Sat, 10 Nov 2001 20:30:54 +0000 (20:30 +0000)] 
note a few additional 1.3.22 binary distributions

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

23 years ago Same IDE enforcement of InstallBin as the 'default' project from the 2.0
William A. Rowe Jr [Sat, 10 Nov 2001 19:48:37 +0000 (19:48 +0000)] 
  Same IDE enforcement of InstallBin as the 'default' project from the 2.0
  tree, so when the user first confronts Apache sources they have the right
  top-level project.

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

23 years ago Prevent an Apache module from being loaded or added twice due
William A. Rowe Jr [Sat, 10 Nov 2001 19:01:29 +0000 (19:01 +0000)] 
 Prevent an Apache module from being loaded or added twice due
     to duplicate LoadModule or AddModule directives (or a missing
     ClearModuleList directive).

     LoadModule dupcheck (for 2.0) by Brian Pane <bpane@pacbell.net>
     Ported and added AddModule dupcheck by Will Rowe
     Identified by an old collegue of Will's who tripped over this.

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

23 years agocold and rainy.
Joshua Slive [Sat, 10 Nov 2001 18:20:34 +0000 (18:20 +0000)] 
cold and rainy.

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

23 years agoSpelling fixes.
Joshua Slive [Wed, 31 Oct 2001 15:05:17 +0000 (15:05 +0000)] 
Spelling fixes.
PR: 8577

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

23 years ago Thought this had been here
William A. Rowe Jr [Mon, 29 Oct 2001 18:20:53 +0000 (18:20 +0000)] 
  Thought this had been here

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

23 years agoAdd my key...
Bill Stoddard [Mon, 29 Oct 2001 16:30:10 +0000 (16:30 +0000)] 
Add my key...

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

23 years agoRecord an available patch for a caching extension.
Greg Stein [Mon, 29 Oct 2001 06:20:47 +0000 (06:20 +0000)] 
Record an available patch for a caching extension.

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

23 years agoAdd checkgid to the things that get installed
Ken Coar [Fri, 26 Oct 2001 18:41:55 +0000 (18:41 +0000)] 
Add checkgid to the things that get installed

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

23 years ago Some platforms varf on a setgid(-1) and hence httpd will fall
Ken Coar [Fri, 26 Oct 2001 18:05:26 +0000 (18:05 +0000)] 
Some platforms varf on a setgid(-1) and hence httpd will fall
over immediately after being started.  However, since
'Group #-1' is syntactically correct, apachectl won't catch
this and will assume the server started successfully.  This
checkgid app will return -1 if any of the Apache-understandable
group values (i.e., name or "#n") are invalid.  apachestl still
needs to be enhanced to use this.

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

23 years agoWrap some long lines and update the binary makers list
Ken Coar [Fri, 26 Oct 2001 15:10:23 +0000 (15:10 +0000)] 
Wrap some long lines and update the binary makers list

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

23 years agoat least that's what ApacheWeek says (regarding when 1.3.22 was
Jeff Trawick [Fri, 26 Oct 2001 14:42:10 +0000 (14:42 +0000)] 
at least that's what ApacheWeek says (regarding when 1.3.22 was
announced)...

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

23 years agoupdate my entry
Ralf S. Engelschall [Fri, 26 Oct 2001 07:44:59 +0000 (07:44 +0000)] 
update my entry

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

23 years agoChanges in the build process for NetWare
Bradley Nicholes [Tue, 23 Oct 2001 15:45:17 +0000 (15:45 +0000)] 
Changes in the build process for NetWare

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

23 years agoAdded mod_uniqueid to the loadmodule list
Bradley Nicholes [Tue, 23 Oct 2001 15:43:28 +0000 (15:43 +0000)] 
Added mod_uniqueid to the loadmodule list

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

23 years agoFixed a link problem with mod_vhost_alias and added mod_unique to the
Bradley Nicholes [Tue, 23 Oct 2001 15:42:15 +0000 (15:42 +0000)] 
Fixed a link problem with mod_vhost_alias and added mod_unique to the
build process

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

23 years agoHP-UX requires DSOs to be executable. "make install" takes care of
Jeff Trawick [Thu, 18 Oct 2001 15:25:26 +0000 (15:25 +0000)] 
HP-UX requires DSOs to be executable.  "make install" takes care of
this, but binbuild-install.sh does not.  This patch tweaks
install-bindist.sh to make the DSOs executable.  As with "make
install", the DSOs will be marked executable for all platforms, not
just HP-UX.  (Actually, install-sh is invoked by "make install" a
little differently for DSOs on rhapsody/darwin, but there is no
special processing for rhapsody/darwin in install-bindist.sh
currently so they shouldn't be hurt by the change below.)

PR:             7428
Submitted by: Jeff Trawick

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

23 years agoWin32: The Apache Win32 developers generally recommend that
Bill Stoddard [Wed, 17 Oct 2001 14:45:29 +0000 (14:45 +0000)] 
Win32: The Apache Win32 developers generally recommend that
MaxRequestsPerChild be set to 0 to prevent the child process
from ever recycling. However, for those that do require a
non-zero setting, this patch fixes a serious bug that can cause
an apparent 'server-hang' condition where the server stops
responding to requests for a period of time. Prior to this
fix, when the child process handled MaxRequestsPerChild
connnections, the child process would stop accepting new
connections and begin allowing inactive threads to exit. The
problem was that a new process would not be created to begin
handling requests until the old process fully exited. The old
process can take an indeterminate amount of time to exit because
it may be sending large responses to clients connected over slow
links, or it may have threads blocked in read awaiting requests
(eg, one attack mode of the Nimda worm is to establish a
connection to the server but not send an HTTP request. This
connection will be timed out according to the setting of the
Timeout directive, 300 seconds). This fix allows the new process
to be immediately started and begin accepting requests when the
old child process reaches MaxRequestsPerChild.

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

23 years agoWin32: Suppress spurious emmision of the "server reached ThreadsPerChild" message
Bill Stoddard [Wed, 17 Oct 2001 13:57:49 +0000 (13:57 +0000)] 
Win32: Suppress spurious emmision of the "server reached ThreadsPerChild" message
across a shutdown/restart.

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

23 years agoWin32: Emit error message when the server bumps up against the ThreadsperChild
Bill Stoddard [Tue, 16 Oct 2001 20:38:24 +0000 (20:38 +0000)] 
Win32: Emit error message when the server bumps up against the ThreadsperChild
setting.

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

23 years agoTest for -ldb1 and -ldb2 (as found on SuSE-7.2 Linux)
Martin Kraemer [Tue, 16 Oct 2001 09:12:02 +0000 (09:12 +0000)] 
Test for -ldb1 and -ldb2 (as found on SuSE-7.2 Linux)

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

23 years agoOS/2 binaries done.
Brian Havard [Fri, 12 Oct 2001 01:36:56 +0000 (01:36 +0000)] 
OS/2 binaries done.

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

23 years agoFix a warning on MacOS 10.0
Dirk-Willem van Gulik [Thu, 11 Oct 2001 23:37:39 +0000 (23:37 +0000)] 
Fix a warning on MacOS 10.0
PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years ago another platform
William A. Rowe Jr [Thu, 11 Oct 2001 15:17:36 +0000 (15:17 +0000)] 
  another platform

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

23 years ago As with .ncb files, .opt files for Win32 projects don't belong in source
William A. Rowe Jr [Thu, 11 Oct 2001 15:09:43 +0000 (15:09 +0000)] 
  As with .ncb files, .opt files for Win32 projects don't belong in source
  control [machine specific-on the fly resources]

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

23 years agoTar ball has been tagged; Binaries for 3 platforms work.
Martin Kraemer [Thu, 11 Oct 2001 14:54:29 +0000 (14:54 +0000)] 
Tar ball has been tagged; Binaries for 3 platforms work.

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

23 years ago .ncb/.opt files don't belong in source control for msvc projects.
William A. Rowe Jr [Wed, 10 Oct 2001 21:01:01 +0000 (21:01 +0000)] 
  .ncb/.opt files don't belong in source control for msvc projects.

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

23 years agoAIX 5L has socklen_t, so use it so we avoid some warnings
Jeff Trawick [Tue, 9 Oct 2001 19:29:46 +0000 (19:29 +0000)] 
AIX 5L has socklen_t, so use it so we avoid some warnings

AIX 4.3.3 has socklen_t too, but

a) I don't know if all 4.3 (e.g., 4.3.0) has it
b) I don't see the warning on 4.3
c) it isn't a possible 64-bit vs. 32-bit problem, so I'm not
   worried about run-time breakage

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

23 years agoignored generated exp file
Jeff Trawick [Tue, 9 Oct 2001 19:19:12 +0000 (19:19 +0000)] 
ignored generated exp file

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

23 years ago Just the facts
William A. Rowe Jr [Tue, 9 Oct 2001 18:25:36 +0000 (18:25 +0000)] 
  Just the facts

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

23 years ago Parse individual paths listed in the UserDir directive for correctness.
William A. Rowe Jr [Tue, 9 Oct 2001 17:54:53 +0000 (17:54 +0000)] 
  Parse individual paths listed in the UserDir directive for correctness.
  This also addresses the 'quote' problem, where quoted paths would fail
  the is absolute redirect or absolute path test on Netware/Win32, given
  a "/somepath" designation.

PR: 8238
Submitted by: Dustin Mitchell <dustin@cs.uchicago.edu>

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

23 years agoAnd on to 1.3.23
Bill Stoddard [Tue, 9 Oct 2001 03:59:38 +0000 (03:59 +0000)] 
And on to 1.3.23

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

23 years agoAbout to tag 1.3.22
Bill Stoddard [Tue, 9 Oct 2001 03:56:05 +0000 (03:56 +0000)] 
About to tag 1.3.22

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

23 years agoOnce is enough
Martin Kraemer [Mon, 8 Oct 2001 21:31:01 +0000 (21:31 +0000)] 
Once is enough

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

23 years agoRecognize the current AIX 5L release (V5R1).
Jeff Trawick [Mon, 8 Oct 2001 20:59:36 +0000 (20:59 +0000)] 
Recognize the current AIX 5L release (V5R1).

Apache builds and runs without this, but the expected
default mutex mechanism isn't used and the DSO implementation
is not as expected either.

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

23 years ago1.3.20 to 1.3.22
Mark J. Cox [Mon, 8 Oct 2001 19:37:37 +0000 (19:37 +0000)] 
1.3.20 to 1.3.22
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoAdd CVE candidate names to the announcement mail and changes file to allow
Mark J. Cox [Mon, 8 Oct 2001 19:34:38 +0000 (19:34 +0000)] 
Add CVE candidate names to the announcement mail and changes file to allow
them to be cross-referenced with other security publications easily
PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoFix some compiler warnings on RH 6.2 with ken spotted.
Dirk-Willem van Gulik [Mon, 8 Oct 2001 17:54:42 +0000 (17:54 +0000)] 
Fix some compiler warnings on RH 6.2 with ken spotted.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoCliff's edits, take II
Jim Jagielski [Mon, 8 Oct 2001 17:52:11 +0000 (17:52 +0000)] 
Cliff's edits, take II

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

23 years agoOne of 2 fixes to quell a compiler warning. According to fanf@apache.org
Dirk-Willem van Gulik [Mon, 8 Oct 2001 17:51:57 +0000 (17:51 +0000)] 
One of 2 fixes to quell a compiler warning. According to fanf@apache.org

> Before C99 the correct way to print a size_t is to use %lu, since
> long was guaranteed to be the widest integral type, so redoing the
> fix on that basis would be better. However with C99 size_t can be
> as wide as unsigned long long so you need to use that format to
> be safe, but then you compromise portability.

So options; simply cast to (int) as I know the value is small; use %lu
without a cast - but get warnings later on >C99. Or kind of the compromize
below; do %lu but cast to be sure.

Feel free to patch in a better fix !

Dw

PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoCliff's parsing suggestions :)
Jim Jagielski [Mon, 8 Oct 2001 17:22:23 +0000 (17:22 +0000)] 
Cliff's parsing suggestions :)

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

23 years agoUgg...
Jim Jagielski [Mon, 8 Oct 2001 16:54:23 +0000 (16:54 +0000)] 
Ugg...

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

23 years agoBackout the EXPAT blarf. Modify the description
Jim Jagielski [Mon, 8 Oct 2001 16:45:33 +0000 (16:45 +0000)] 
Backout the EXPAT blarf. Modify the description
of EXPAT to explain about the Expat search order, which is new

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

23 years agoChange meaning of yes/no re Greg's email
Jim Jagielski [Mon, 8 Oct 2001 16:04:33 +0000 (16:04 +0000)] 
Change meaning of yes/no re Greg's email

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

23 years agoOops - I did not mean to commit this change. Undo expat change
Martin Kraemer [Mon, 8 Oct 2001 15:54:38 +0000 (15:54 +0000)] 
Oops - I did not mean to commit this change. Undo expat change

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

23 years ago==Port of Apache 1.3.20 to AtheOS==
Martin Kraemer [Mon, 8 Oct 2001 15:49:33 +0000 (15:49 +0000)] 
==Port of Apache 1.3.20 to AtheOS==
Rodrigo Parra Novo <rpn@terra.com.br> writes:
   I have ported Apache 1.3.20 to AtheOS (A new OS, described on
www.atheos.cx), following the rules described by the PORTING document,
which can be found in Apache's src/ directory.

   I'm sending the (rather simple) patch attached. It would be nice if
someone from the Apache team could take a look at the patch, and tell me
if anything is still missing. It would be also nice if (hopefully) this
patch could be added to the current Apache 1.3 branch, on CVS.

   I (and others) have been running Apache on AtheOS for some time now,
and everything seems to work correctly, with the following exceptions:

   1. AtheOS does not use mmap() and shmget(), so we are using the
ScoreBoard on disk, for now;
   2. AtheOS does not support DSO for the moment, as shared libraries
are treated a bit differently from the way they are treated on UNIX.

Submitted by: Rodrigo Parra Novo <rpn@terra.com.br>
Reviewed by: Martin Kraemer

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

23 years agoFix the EXPAT logic to the new meaning... Before, it was simply there to
Jim Jagielski [Mon, 8 Oct 2001 14:29:30 +0000 (14:29 +0000)] 
Fix the EXPAT logic to the new meaning... Before, it was simply there to
check that expat-lite existed, which was kind of bogus... Now, we
allow it to choose which Expat we want. We prefer the system's Expat
if available but will use expat-lite as a backup. We can also bypass
that as well.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

23 years agoBS2000 now auto-detects union semun
Martin Kraemer [Mon, 8 Oct 2001 13:59:39 +0000 (13:59 +0000)] 
BS2000 now auto-detects union semun

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

23 years agoBS2000 needs union semun
Martin Kraemer [Mon, 8 Oct 2001 13:18:48 +0000 (13:18 +0000)] 
BS2000 needs union semun

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

23 years agoPer Ken's veto, the default setting for the manual dir was reverted to the
Martin Kraemer [Sat, 6 Oct 2001 22:01:10 +0000 (22:01 +0000)] 
Per Ken's veto, the default setting for the manual dir was reverted to the
pre-1.3.21 value of @@ServerRoot@@/htdocs/manual.
However, using the config.layout mechanism, or using the --manualdir= switch
of configure allows you to override this default, and "make install" will
not only install into the defined location, but will also fix the config
file for you (the Alias and <Directory > paths are fixed).

On non-unix platforms, this may be problematic, as the sed pattern
replaces @@ServerRoot@@/htdocs/manual by the setting of $(manualdir).
If that does not work for you, then please adapt whatever you used to
"make install" (probably not Apache's Makefile.tmpl which contains
this sed regex).

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

23 years agoAdd 'AcceptMutex sysvsem' on FSC's SVR4 machines
Martin Kraemer [Sat, 6 Oct 2001 20:44:31 +0000 (20:44 +0000)] 
Add 'AcceptMutex sysvsem' on FSC's SVR4 machines

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

23 years agoFix spelling
Cliff Woolley [Sat, 6 Oct 2001 17:36:19 +0000 (17:36 +0000)] 
Fix spelling

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

23 years ago Up-to-date ready-to-go [to sleep :]
William A. Rowe Jr [Sat, 6 Oct 2001 03:44:42 +0000 (03:44 +0000)] 
  Up-to-date ready-to-go [to sleep :]

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

23 years ago Right this change to conform to my minimal interpretation of Ken Coar's
William A. Rowe Jr [Sat, 6 Oct 2001 03:40:04 +0000 (03:40 +0000)] 
  Right this change to conform to my minimal interpretation of Ken Coar's
  veto over creating /manual/ under ServerRoot.  It's possible he also
  ment to veto the Alias, I'm not clear.  If that's the case, these alias
  sections can be removed entirely.  I personally believe they are goodness.

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

23 years ago Done
William A. Rowe Jr [Sat, 6 Oct 2001 03:28:39 +0000 (03:28 +0000)] 
  Done

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

23 years ago More good notes
William A. Rowe Jr [Sat, 6 Oct 2001 02:29:09 +0000 (02:29 +0000)] 
  More good notes

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

23 years ago Additional correction for the mutex changes on the TPF platform.
William A. Rowe Jr [Sat, 6 Oct 2001 02:21:11 +0000 (02:21 +0000)] 
  Additional correction for the mutex changes on the TPF platform.
  Should affect no other platforms.  [David McCreedy <McCreedy@us.ibm.com>]

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

23 years agoclean up comment
Chuck Murcko [Fri, 5 Oct 2001 17:46:39 +0000 (17:46 +0000)] 
clean up comment

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

23 years agoComment cleanup.
Victor J. Orlikowski [Fri, 5 Oct 2001 17:24:59 +0000 (17:24 +0000)] 
Comment cleanup.

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

23 years agoBackout mistakenly re-applied patch. A previous
Jim Jagielski [Fri, 5 Oct 2001 14:25:29 +0000 (14:25 +0000)] 
Backout mistakenly re-applied patch. A previous
commit had already fixed the TPF problem without the overhead
of a nasty nop function

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

23 years agoHere is the http_main.c change to fix the compilation error on TPF.
Jeff Trawick [Fri, 5 Oct 2001 14:20:53 +0000 (14:20 +0000)] 
Here is the http_main.c change to fix the compilation error on TPF.
This change is within an "#if defined(HAVE_TPF_CORE_SERIALIZED_ACCEPT)"
block of code so it should not affect any other platforms.

Submitted by: David McCreedy
Reviewed by: Jeff Trawick

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

23 years agoforgot this
Chuck Murcko [Fri, 5 Oct 2001 08:49:34 +0000 (08:49 +0000)] 
forgot this

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

23 years agoRemove Explain debug code and replace with ap_log_*
Chuck Murcko [Fri, 5 Oct 2001 08:19:15 +0000 (08:19 +0000)] 
Remove Explain debug code and replace with ap_log_*

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

23 years agoFix logic error in providing a nice failure message for a missing expat-lite
Greg Stein [Fri, 5 Oct 2001 07:52:10 +0000 (07:52 +0000)] 
Fix logic error in providing a nice failure message for a missing expat-lite
directory. No real configuration changes/effects.

Submitted by: Jim Jagielski <jim@jaguNET.com>

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

23 years ago Fix the file-owner and file-group processing; I inadvertently
Ken Coar [Fri, 5 Oct 2001 00:53:14 +0000 (00:53 +0000)] 
Fix the file-owner and file-group processing; I inadvertently
added them as 'and' operations, so if they were specified but
not matched, nothing else could match either.  Fixed..

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

23 years agoI am retagging this file to 1.3.21
Bill Stoddard [Thu, 4 Oct 2001 17:09:33 +0000 (17:09 +0000)] 
I am retagging this file to 1.3.21

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

23 years agoFix compile break on Darwin 1.4
Bill Stoddard [Thu, 4 Oct 2001 17:07:44 +0000 (17:07 +0000)] 
Fix compile break on Darwin 1.4

Submitted by: Sander Temme

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

23 years agoFor the bump to 1.3.22(dev)
Jim Jagielski [Thu, 4 Oct 2001 13:48:36 +0000 (13:48 +0000)] 
For the bump to 1.3.22(dev)

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

23 years agoAnd on to 1.3.22-dev
Bill Stoddard [Thu, 4 Oct 2001 13:42:57 +0000 (13:42 +0000)] 
And on to 1.3.22-dev

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

23 years agoPreparing for 1.3.21 tag
Bill Stoddard [Thu, 4 Oct 2001 13:03:48 +0000 (13:03 +0000)] 
Preparing for 1.3.21 tag

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