]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
André Malo [Thu, 19 Aug 2004 23:33:22 +0000 (23:33 +0000)]
remove "support" for Remote_User variable, which never worked at all.
PR: 25725
Reviewed by: Justin Erenkrantz, Paul Querna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104737
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 17 Aug 2004 19:57:57 +0000 (19:57 +0000)]
escape the cookie_name before pasting into the regexp.
Reviewed by: Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104694
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 19 Jul 2004 15:02:25 +0000 (15:02 +0000)]
Back out a bit of the bogus commit 1.22 - which removed the -release-
mode flag /incremental:no. /debug enables this option, but this opt
also increases the size of the binaries as they are 'rebuildable'.
Since devstudio thinks -release- builds are non-debug, already with
this option it will optimize away this flag in the IDE :(
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104331
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Thu, 15 Jul 2004 19:34:07 +0000 (19:34 +0000)]
Add Atom MIME type based on information from:
http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-00.txt
Also, sync the realaudio mime types from Apache 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104301
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 4 Jul 2004 11:34:36 +0000 (11:34 +0000)]
Win32: Improve error reporting after a failed attempt to spawn a
piped log process or rewrite map process.
Submitted by: trawick
Reviewed by: stoddard, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104161
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 22 Jun 2004 10:14:05 +0000 (10:14 +0000)]
Enable AP_ENABLE_EXCEPTION_HOOK for BS2000
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104016
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 21 Jun 2004 18:31:27 +0000 (18:31 +0000)]
Fix the rewrite_map program invocation for Win32. Someone borrowed
the pass-environ[][] construct from unix, but CreateProcess is much
happier to copy the current environment when passed NULL for the
flat environment strings argument (properly formatted, that argument
must be null or a string in the format "var1=val\0var2=val\0\0".)
The only other CreateProcess call which does *not* pass NULL for
the envvars arg, in util_script.c for cgi, does the right thing
in constructing that argument.
Submitted by: Philip Gladstone [pgladstone cisco.com]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104005
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Fri, 11 Jun 2004 07:54:38 +0000 (07:54 +0000)]
Receiving a negative content length from a remote server can cause
a buffer overflow in later code; reject connection if we receive an invalid
header. CAN-2004-0492
PR:
Obtained from:
Submitted by: Mark Cox
Reviewed by: Joe Orton, Bill Stoddard, Jim Jagielski
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103896
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jun 2004 22:49:03 +0000 (22:49 +0000)]
Fix a bunch of cases where the return code of the regex compiler
was not checked properly. This affects mod_usertrack and core.
PR: 28218
Reviewed by: Jeff Trawick, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103824
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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