]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
21 years ago If XtOffsetOf() is already defined, don't redefine.
William A. Rowe Jr [Tue, 1 Jun 2004 16:43:37 +0000 (16:43 +0000)] 
  If XtOffsetOf() is already defined, don't redefine.
  When we need our own flavor, it must be namespace
  protected.

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

21 years ago HPUX11 must be tested before HPUX, since the former
William A. Rowe Jr [Tue, 1 Jun 2004 16:42:22 +0000 (16:42 +0000)] 
  HPUX11 must be tested before HPUX, since the former
  is a superset of the other, and sane environments may
  define both.

  In the process, define HAVE_MMAP and USE_MMAP_FILES.
  Testing confirms this works fine.

  Drop the commented-out USE_MMAP_SCOREBOARD and
  HAVE_PTHREAD_SERIALIZED_ACCEPT defines, since they
  don't suggest the corresponding USE_SHMGET_SCOREBOARD
  and HAVE_FCNTL_SERIALIZED_ACCEPT must be commented out
  for the compiled httpd to behave as expected.  Also,
  the other platforms don't show alternatives, so this
  seemed inconsistent.

  In testing, USE_MMAP_SCOREBOARD works just fine, however
  USE_SHMGET_SCOREBOARD is preferred on linux where both
  are also supported, so I left the current default and
  followed the linux preference.

  Have not tested HAVE_PTHREAD_SERIALIZED_ACCEPT.

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

21 years agoNote backout... important enough to warrant a note I think
Jim Jagielski [Fri, 28 May 2004 12:22:04 +0000 (12:22 +0000)] 
Note backout... important enough to warrant a note I think

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

21 years agoBack out specific fix-case patch which breaks quite a few
Jim Jagielski [Fri, 28 May 2004 12:07:02 +0000 (12:07 +0000)] 
Back out specific fix-case patch which breaks quite a few
other things...

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoYep, it was announced. Thanks Lars for the reminder :)
Jim Jagielski [Thu, 20 May 2004 15:16:42 +0000 (15:16 +0000)] 
Yep, it was announced. Thanks Lars for the reminder :)

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

21 years agoAdd some missing exports and delete a duplicate in the NetWare export list
Bradley Nicholes [Wed, 19 May 2004 20:52:36 +0000 (20:52 +0000)] 
Add some missing exports and delete a duplicate in the NetWare export list

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

21 years agoAdd a missing API to the NetWare export list
Bradley Nicholes [Mon, 17 May 2004 15:48:47 +0000 (15:48 +0000)] 
Add a missing API to the NetWare export list

Submitted by: Guenter Knauf <fuankg@apache.org>

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

21 years agoChange the default values for HeaderName and ReadmeName for Netware and
Rich Bowen [Fri, 14 May 2004 18:19:32 +0000 (18:19 +0000)] 
Change the default values for HeaderName and ReadmeName for Netware and
Windows, to ensure that it resolves to something with a text/* mime
type.

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

21 years agoBecause ReadmeName and HeaderName must resolve to a text/* file, some
Rich Bowen [Fri, 14 May 2004 18:12:58 +0000 (18:12 +0000)] 
Because ReadmeName and HeaderName must resolve to a text/* file, some
people are having difficulty because they are using a file name of
README and HEADER, which is then not loading as desired. Changing the
default in the config file to something that works by default seems to
be the right move here.

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

21 years agoTemporary solution: make honoring the physical port number
Jim Jagielski [Wed, 12 May 2004 18:21:22 +0000 (18:21 +0000)] 
Temporary solution: make honoring the physical port number
a compile-time option.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoCopy all of the announcement file during install
Bradley Nicholes [Tue, 11 May 2004 22:39:10 +0000 (22:39 +0000)] 
Copy all of the announcement file during install

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

21 years agoFix the wildcard includes on NetWare by calling opendir() with the original pattern...
Bradley Nicholes [Mon, 10 May 2004 19:30:43 +0000 (19:30 +0000)] 
Fix the wildcard includes on NetWare by calling opendir() with the original pattern.  Otherwise NetWare returns a single directory entry rather than the directory contents.

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

21 years agoSay hello to 1.3.32-dev
Jim Jagielski [Fri, 7 May 2004 14:43:05 +0000 (14:43 +0000)] 
Say hello to 1.3.32-dev

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoWe are at 1.3.31
Jim Jagielski [Fri, 7 May 2004 14:39:45 +0000 (14:39 +0000)] 
We are at 1.3.31

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdd in Spanish Announcement, thanks to D. Lopez
Jim Jagielski [Tue, 4 May 2004 13:27:12 +0000 (13:27 +0000)] 
Add in Spanish Announcement, thanks to D. Lopez

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

21 years ago Trival patch for a signed/unsigned compare emit in the for condition,
William A. Rowe Jr [Mon, 3 May 2004 20:15:26 +0000 (20:15 +0000)] 
  Trival patch for a signed/unsigned compare emit in the for condition,
  since i is running from 0 to strlen(nonce) and strlen is defined to
  return size_t, quiet the picky compiler warnings of VC and probably
  some others.

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

21 years agoUpdate german translation
Martin Kraemer [Fri, 30 Apr 2004 07:54:57 +0000 (07:54 +0000)] 
Update german translation

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

21 years agoUpdate Japanese translation to 1.3.31 announcement.
Yoshiki Hayashi [Thu, 29 Apr 2004 21:55:37 +0000 (21:55 +0000)] 
Update Japanese translation to 1.3.31 announcement.

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

21 years agoNote the OSs that most people would
Jim Jagielski [Thu, 29 Apr 2004 20:48:22 +0000 (20:48 +0000)] 
Note the OSs that most people would
be curious about

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

21 years agofix tiny typo
Lars Eilebrecht [Thu, 29 Apr 2004 20:32:59 +0000 (20:32 +0000)] 
fix tiny typo

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

21 years agoGive the average user some chance of figuring out whether
Joshua Slive [Thu, 29 Apr 2004 19:58:59 +0000 (19:58 +0000)] 
Give the average user some chance of figuring out whether
the nonce issue affects them.

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

21 years agoUpdate Announcement and note other contribs for the
Jim Jagielski [Thu, 29 Apr 2004 19:47:11 +0000 (19:47 +0000)] 
Update Announcement and note other contribs for the
nonce issue.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agohandle error path where ap_set_keepalive() will set keepalive to 0
Jim Jagielski [Wed, 28 Apr 2004 16:58:42 +0000 (16:58 +0000)] 
handle error path where ap_set_keepalive() will set keepalive to 0
to note a "to be closed" connection, and thus avoid reading
in a body when not needed.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agostatus update
Jim Jagielski [Mon, 19 Apr 2004 18:53:57 +0000 (18:53 +0000)] 
status update

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoWe are constructing out of
Jim Jagielski [Fri, 16 Apr 2004 18:21:59 +0000 (18:21 +0000)] 
We are constructing out of
the pointer vals of these entities

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

21 years agoNote revised directive
Jim Jagielski [Thu, 15 Apr 2004 23:32:50 +0000 (23:32 +0000)] 
Note revised directive

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

21 years agoMake it official. 1.3.30 is
Jim Jagielski [Thu, 15 Apr 2004 16:00:22 +0000 (16:00 +0000)] 
Make it official. 1.3.30 is
now dead. Working on 1.3.31...NEED NONCE ISSUE REVIEWERS! :)
Patch is now committed

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

21 years agoAdd in suggested patch for AuthDigestRealmSeed issue
Jim Jagielski [Thu, 15 Apr 2004 15:51:52 +0000 (15:51 +0000)] 
Add in suggested patch for AuthDigestRealmSeed issue

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

21 years agoNote revised patch
Jim Jagielski [Wed, 14 Apr 2004 16:17:13 +0000 (16:17 +0000)] 
Note revised patch

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

21 years agoWe are holding off on 1.3.30 to address the
Jim Jagielski [Tue, 13 Apr 2004 15:23:33 +0000 (15:23 +0000)] 
We are holding off on 1.3.30 to address the
mod_digest/nonce bug

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

21 years ago To follow ASL 2.0 we need to copy NOTICE as well as LICENSE,
William A. Rowe Jr [Mon, 12 Apr 2004 22:24:51 +0000 (22:24 +0000)] 
  To follow ASL 2.0 we need to copy NOTICE as well as LICENSE,
  and on win32 we tack on a .txt for good measure to encourage
  folks to *read* them.

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

21 years ago Relative paths are a bit cleaner when invoking apr/build/win32fixmak.pl
William A. Rowe Jr [Mon, 12 Apr 2004 22:22:45 +0000 (22:22 +0000)] 
  Relative paths are a bit cleaner when invoking apr/build/win32fixmak.pl
  from the root apache1.3 directory, instead of from apache1.3/src (don't
  ask me why, the absolute -> relative path logic I wrote in the .pl is
  very twisted.)

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

21 years ago The real problem that caused command line builds of 1.3.30-rc to fail.
William A. Rowe Jr [Mon, 12 Apr 2004 22:20:45 +0000 (22:20 +0000)] 
  The real problem that caused command line builds of 1.3.30-rc to fail.
  ws2_32.lib was added to the dsp but this .mak was not updated.

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

21 years ago A real dependency adjustment.
William A. Rowe Jr [Mon, 12 Apr 2004 22:19:23 +0000 (22:19 +0000)] 
  A real dependency adjustment.

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

21 years ago uri_delims.h and test_char.h are now invoked as part of assembling
William A. Rowe Jr [Mon, 12 Apr 2004 22:18:20 +0000 (22:18 +0000)] 
  uri_delims.h and test_char.h are now invoked as part of assembling
  the apachecore, because post_build steps are ocassionaly quite flakey.
  Brings these three .mak's in line with the .dsp's.

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

21 years agoAdd a dataset line to the IBM TPF JCL sample.
David McCreedy [Mon, 12 Apr 2004 18:32:11 +0000 (18:32 +0000)] 
Add a dataset line to the IBM TPF JCL sample.

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

21 years agoFix typo.
Yoshiki Hayashi [Sat, 10 Apr 2004 06:26:01 +0000 (06:26 +0000)] 
Fix typo.

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

21 years agoRefere Spanish version.
Yoshiki Hayashi [Fri, 9 Apr 2004 20:05:33 +0000 (20:05 +0000)] 
Refere Spanish version.

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

21 years agoImprove translation.
Yoshiki Hayashi [Fri, 9 Apr 2004 18:36:11 +0000 (18:36 +0000)] 
Improve translation.

Submitted by: Hiroaki KAWAI

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

21 years agoNote that we are now 1.3.31-dev... prepare for roll
Jim Jagielski [Fri, 9 Apr 2004 17:01:50 +0000 (17:01 +0000)] 
Note that we are now 1.3.31-dev... prepare for roll

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoMark that we are at 1.3.30
Jim Jagielski [Fri, 9 Apr 2004 16:56:53 +0000 (16:56 +0000)] 
Mark that we are at 1.3.30

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

21 years agoAdd in Spanish version of Announcement, from Daniel Lopez
Jim Jagielski [Fri, 9 Apr 2004 16:55:16 +0000 (16:55 +0000)] 
Add in Spanish version of Announcement, from Daniel Lopez

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoNote Spanish trans
Jim Jagielski [Fri, 9 Apr 2004 16:54:36 +0000 (16:54 +0000)] 
Note Spanish trans

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoMinor formatting change
Jim Jagielski [Fri, 9 Apr 2004 11:53:54 +0000 (11:53 +0000)] 
Minor formatting change

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

21 years agoGermen translation of the 1.3.30 announcement
Astrid Malo [Thu, 8 Apr 2004 23:49:31 +0000 (23:49 +0000)] 
Germen translation of the 1.3.30 announcement

Reviewed by: nd

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

21 years agoMention Japanese translation.
Yoshiki Hayashi [Thu, 8 Apr 2004 22:24:32 +0000 (22:24 +0000)] 
Mention Japanese translation.

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

21 years agoAdd Japanese translation.
Yoshiki Hayashi [Thu, 8 Apr 2004 21:22:30 +0000 (21:22 +0000)] 
Add Japanese translation.

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

21 years agoRemove the library target since we are building and NLM
Bradley Nicholes [Thu, 8 Apr 2004 20:06:40 +0000 (20:06 +0000)] 
Remove the library target since we are building and NLM

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

21 years agoAdd the XDC data to enable multi-process support when MULTIPROC is defined
Bradley Nicholes [Thu, 8 Apr 2004 20:05:45 +0000 (20:05 +0000)] 
Add the XDC data to enable multi-process support when MULTIPROC is defined

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

21 years agoSwitch the NetWare build to use makefiles rather than the Metrowerks project file
Bradley Nicholes [Thu, 8 Apr 2004 01:26:23 +0000 (01:26 +0000)] 
Switch the NetWare build to use makefiles rather than the Metrowerks project file

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

21 years agoPreload for potential release
Jim Jagielski [Wed, 7 Apr 2004 16:25:22 +0000 (16:25 +0000)] 
Preload for potential release

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agohandle fact that lsockets aren't closed and reopened
Jim Jagielski [Tue, 6 Apr 2004 16:42:19 +0000 (16:42 +0000)] 
handle fact that lsockets aren't closed and reopened
across restarts, so there's a potential issue with a
socket being marked (still) as non-blocking.

PR:
Obtained from:
Submitted by: Jeff
Reviewed by: Jim

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

21 years agoAdd timetable
Jim Jagielski [Fri, 2 Apr 2004 14:35:52 +0000 (14:35 +0000)] 
Add timetable

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

21 years agoNo longer a show-stopper. Prepare for 1.3.30 release vote!
Jim Jagielski [Fri, 2 Apr 2004 14:10:44 +0000 (14:10 +0000)] 
No longer a show-stopper. Prepare for 1.3.30 release vote!

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoI am shooting for an April 2nd release, will not hold off
Jim Jagielski [Tue, 30 Mar 2004 13:51:57 +0000 (13:51 +0000)] 
I am shooting for an April 2nd release, will not hold off
on the release for the proxy/cookie bug.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdd in some error detection, since this is userland provided
Jim Jagielski [Mon, 29 Mar 2004 21:03:25 +0000 (21:03 +0000)] 
Add in some error detection, since this is userland provided
info.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoFix memory corruption problem with ap_custom_response() function.
Jeff Trawick [Mon, 29 Mar 2004 18:35:29 +0000 (18:35 +0000)] 
Fix memory corruption problem with ap_custom_response() function.
The core per-dir config would later point to request pool data
that would be reused for different purposes on different requests.

Submitted by: Will Lowe
Updated by:     Jeff Trawick
Reviewed by: stoddard, jim

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

21 years agoport_str needs to be const char *
Jeff Trawick [Mon, 29 Mar 2004 18:30:55 +0000 (18:30 +0000)] 
port_str needs to be const char *

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

21 years agoVote and allow to be committed
Jim Jagielski [Mon, 29 Mar 2004 18:25:03 +0000 (18:25 +0000)] 
Vote and allow to be committed

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

21 years agoBackport fix for ap_set_byterange() which correctly handles
Jim Jagielski [Mon, 29 Mar 2004 18:23:03 +0000 (18:23 +0000)] 
Backport fix for ap_set_byterange() which correctly handles
ErrorDocument

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agovote... this needs to go into 1.3.30
Bill Stoddard [Mon, 29 Mar 2004 18:18:00 +0000 (18:18 +0000)] 
vote... this needs to go into 1.3.30

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

21 years agoShove some things along...
Jim Jagielski [Mon, 29 Mar 2004 17:53:09 +0000 (17:53 +0000)] 
Shove some things along...

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoPR: 27542
Jim Jagielski [Mon, 29 Mar 2004 17:47:15 +0000 (17:47 +0000)] 
PR: 27542
Obtained from:
Submitted by: white@extrasy.net (Alexander Prohorenko)
Reviewed by: jeff, jim

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

21 years agoThis path makes sense only in non-keepalive modes
Jim Jagielski [Mon, 29 Mar 2004 17:38:01 +0000 (17:38 +0000)] 
This path makes sense only in non-keepalive modes

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

21 years agoAdd in CAN-2004-0174 patch...
Jim Jagielski [Mon, 29 Mar 2004 17:33:52 +0000 (17:33 +0000)] 
Add in CAN-2004-0174 patch...

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agopropse a patch
Jeff Trawick [Thu, 25 Mar 2004 14:14:11 +0000 (14:14 +0000)] 
propse a patch

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

21 years agopick up lib containing ntohs to fix build break
Bill Stoddard [Mon, 22 Mar 2004 18:51:29 +0000 (18:51 +0000)] 
pick up lib containing ntohs to fix build break

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

21 years agoRelease update
Jim Jagielski [Mon, 22 Mar 2004 15:39:37 +0000 (15:39 +0000)] 
Release update

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

21 years agobyterange requests with configured ErrorDocuments return 206 instead
Geoffrey Young [Mon, 8 Mar 2004 23:27:45 +0000 (23:27 +0000)] 
byterange requests with configured ErrorDocuments return 206 instead
of the error code like with 2.0.

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

21 years agoFix parsing of Allow/Deny rules using IP addresses without a netmask;
Joe Orton [Sun, 7 Mar 2004 21:47:14 +0000 (21:47 +0000)] 
Fix parsing of Allow/Deny rules using IP addresses without a netmask;
issue is known to affect only big-endian 64-bit platforms; on affected
platforms such rules would never produce matches.

PR: 23850
Submitted by: Henning Brauer <henning@openbsd.org>

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

21 years agoDon't assume that the first character of a conditional expression is
André Malo [Sat, 28 Feb 2004 22:19:04 +0000 (22:19 +0000)] 
Don't assume that the first character of a conditional expression is
a non-special.

Reviewed by: Jeff Trawick, Justin Erenkrantz

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

21 years agothere's no such default
André Malo [Sat, 21 Feb 2004 15:24:36 +0000 (15:24 +0000)] 
there's no such default

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

21 years agoAdd rule to build mod_log_forensic as an OS/2 DLL.
Brian Havard [Sat, 21 Feb 2004 02:14:20 +0000 (02:14 +0000)] 
Add rule to build mod_log_forensic as an OS/2 DLL.

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

21 years agoapply Apache License, Version 2.0 to remaining files.
André Malo [Fri, 20 Feb 2004 22:40:51 +0000 (22:40 +0000)] 
apply Apache License, Version 2.0 to remaining files.
I hope, it's all right now, please check LICENSE and NOTICE if it's correct!
Thanks.

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

21 years agoapply Apache License, Version 2.0
André Malo [Fri, 20 Feb 2004 22:23:28 +0000 (22:23 +0000)] 
apply Apache License, Version 2.0

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

21 years agoforgot this one :)
André Malo [Fri, 20 Feb 2004 22:13:19 +0000 (22:13 +0000)] 
forgot this one :)

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

21 years agoFix formatting and spelling issues
André Malo [Fri, 20 Feb 2004 22:13:04 +0000 (22:13 +0000)] 
Fix formatting and spelling issues

PR: 25036
Submitted by: zilla kayari.org (Jonathan Wakely)
Submitted by: Eric S. Raymond

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

21 years agoapply Apache License, Version 2.0
André Malo [Fri, 20 Feb 2004 22:02:24 +0000 (22:02 +0000)] 
apply Apache License, Version 2.0

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

21 years agoapply Apache License, Version 2.0
André Malo [Fri, 20 Feb 2004 21:12:13 +0000 (21:12 +0000)] 
apply Apache License, Version 2.0

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

21 years agoapply Apache License, Version 2.0
André Malo [Fri, 20 Feb 2004 21:01:04 +0000 (21:01 +0000)] 
apply Apache License, Version 2.0

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

21 years agoapply Apache License, Verison 2.0
André Malo [Fri, 20 Feb 2004 20:59:21 +0000 (20:59 +0000)] 
apply Apache License, Verison 2.0

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

21 years agoapply Apache License, Version 2.0
André Malo [Fri, 20 Feb 2004 20:46:34 +0000 (20:46 +0000)] 
apply Apache License, Version 2.0

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

21 years agoAdd mod_whatkilledus and mod_backtrace (experimental) for
Jeff Trawick [Fri, 20 Feb 2004 11:41:05 +0000 (11:41 +0000)] 
Add mod_whatkilledus and mod_backtrace (experimental) for
reporting diagnostic information after a child process crash.
See source code for documentation.

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

21 years agoPicking nits: Correct URL for the documentation.
Rich Bowen [Thu, 19 Feb 2004 18:13:11 +0000 (18:13 +0000)] 
Picking nits: Correct URL for the documentation.

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

21 years agoFix the NetWare project file so that winsock is linked into mod_rewrite to support...
Bradley Nicholes [Wed, 18 Feb 2004 20:17:26 +0000 (20:17 +0000)] 
Fix the NetWare project file so that winsock is linked into mod_rewrite to support the call to ntohs()

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

21 years agoNote potential schedule for release
Jim Jagielski [Wed, 18 Feb 2004 15:00:46 +0000 (15:00 +0000)] 
Note potential schedule for release

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

21 years agoapply Apache License, Version 2.0
André Malo [Tue, 17 Feb 2004 21:54:01 +0000 (21:54 +0000)] 
apply Apache License, Version 2.0

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

21 years agoapply Apache License, Version 2.0
André Malo [Tue, 17 Feb 2004 21:47:10 +0000 (21:47 +0000)] 
apply Apache License, Version 2.0

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

21 years agoapply Apache License, Version 2.0
André Malo [Mon, 16 Feb 2004 22:29:33 +0000 (22:29 +0000)] 
apply Apache License, Version 2.0

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

21 years ago/me mumbles something about late and never ...
André Malo [Mon, 16 Feb 2004 22:18:39 +0000 (22:18 +0000)] 
/me mumbles something about late and never ...
and starts relicensing 1.3 tree

please check LICENSE and NOTICE if it's correct so.

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

21 years agofix buglet in previously-committed prctl() feature
Jeff Trawick [Thu, 5 Feb 2004 17:39:28 +0000 (17:39 +0000)] 
fix buglet in previously-committed prctl() feature

before this patch, prctl() would be issued even if CoreDumpDirectory
was not coded...  no big deal, but not intended

now the behavior matches that of httpd 2.*

Submitted by: Jeff Trawick
Reviewed by:  Bill Stoddard, Greg Ames

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

21 years agodon't use Cookie2 for reading cookie data
André Malo [Thu, 29 Jan 2004 21:46:50 +0000 (21:46 +0000)] 
don't use Cookie2 for reading cookie data

PR: 11475
Submitted by: Chris Darrochi <chrisd pearsoncmg.com>
Reviewed by: Jeff Trawick, Joe Orton

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

21 years agodon't let mod_usertrack overwrite other cookies
André Malo [Thu, 29 Jan 2004 21:42:16 +0000 (21:42 +0000)] 
don't let mod_usertrack overwrite other cookies

PR: 26002
Submitted by: Scott Moore <apache nopdesign.com>
Reviewed by: Brad Nicholes, Jeff Trawick

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

21 years agoexception hook works as expected on HP-UX 11
Jeff Trawick [Thu, 29 Jan 2004 13:26:56 +0000 (13:26 +0000)] 
exception hook works as expected on HP-UX 11

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

21 years agoexception hook works as expected on Darwin
Jeff Trawick [Thu, 29 Jan 2004 01:47:08 +0000 (01:47 +0000)] 
exception hook works as expected on Darwin

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

21 years agoAdd fatal exception hook for running diagnostic code after a
Jeff Trawick [Wed, 28 Jan 2004 21:22:21 +0000 (21:22 +0000)] 
Add fatal exception hook for running diagnostic code after a
crash.

Reviewed by: Bill Stoddard, Mads Toftum

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

21 years agomake remote port available in mod_rewrite
André Malo [Wed, 28 Jan 2004 19:52:23 +0000 (19:52 +0000)] 
make remote port available in mod_rewrite

PR: 25772
Reviewed by: Jeff Trawick, Brad Nicholes

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

21 years agoVote
Bill Stoddard [Wed, 28 Jan 2004 18:26:38 +0000 (18:26 +0000)] 
Vote

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

21 years agoformally propose fatal exception hook patch which hopefully
Jeff Trawick [Sat, 24 Jan 2004 12:22:13 +0000 (12:22 +0000)] 
formally propose fatal exception hook patch which hopefully
addresses concerns expressed on dev@

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

21 years agoUnescaped errorlogs are still possible using the compile time switch
André Malo [Fri, 23 Jan 2004 00:05:57 +0000 (00:05 +0000)] 
Unescaped errorlogs are still possible using the compile time switch
"-DAP_UNSAFE_ERROR_LOG_UNESCAPED".

Reviewed by:    Stas Bekman, Geoffrey Young

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