]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
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

21 years agoConsistant formatting of CVE entries in ChangeLog
Mark J. Cox [Tue, 20 Jan 2004 11:06:23 +0000 (11:06 +0000)] 
Consistant formatting of CVE entries in ChangeLog
Add missing CVE name from access log filtering patch
CAN to CVE migration (not many this time)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdd mod_log_forensic to the NetWare httpd.conf template
Bradley Nicholes [Fri, 16 Jan 2004 00:12:22 +0000 (00:12 +0000)] 
Add mod_log_forensic to the NetWare httpd.conf template

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

21 years agoAdd mod_log_forensic to the NetWare project file
Bradley Nicholes [Fri, 16 Jan 2004 00:11:21 +0000 (00:11 +0000)] 
Add mod_log_forensic to the NetWare project file

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

21 years agoDon't log twice.
Ben Laurie [Thu, 15 Jan 2004 20:46:20 +0000 (20:46 +0000)] 
Don't log twice.

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

21 years agoSome syntax errors in mod_mime_magic's magic file can result
Jeff Trawick [Tue, 13 Jan 2004 21:03:06 +0000 (21:03 +0000)] 
Some syntax errors in mod_mime_magic's magic file can result
in a 500 error, which previously was unlogged.  Now we log the
error.

Submitted by: Jeff Trawick
Reviewed by: Jim Jagielski, Martin Kraemer

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

21 years agoLinux 2.4+: If Apache is started as root and you code
Jeff Trawick [Tue, 13 Jan 2004 19:09:40 +0000 (19:09 +0000)] 
Linux 2.4+: If Apache is started as root and you code
CoreDumpDirectory, coredumps are enabled via the prctl() syscall.
Backport of a 2.x feature by Greg Ames.

Submitted by: Jeff Trawick
Reviewed by:  Joe Orton, Jim Jagielski

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

21 years agoFold in backport of 2.0 fix for mod_usertrack core dump
Jim Jagielski [Tue, 13 Jan 2004 13:47:34 +0000 (13:47 +0000)] 
Fold in backport of 2.0 fix for mod_usertrack core dump
when enabled but no explicit CookieName is set.

PR: 24483(Bugz)
Obtained from:
Submitted by:
Reviewed by:

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

21 years ago* src/modules/standard/mod_auth_db.c (get_db_pw): Fix build with
Joe Orton [Tue, 13 Jan 2004 10:54:14 +0000 (10:54 +0000)] 
* src/modules/standard/mod_auth_db.c (get_db_pw): Fix build with
Berkeley DB 4.x where x > 0.

PR: 21443

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

21 years ago* src/modules/standard/mod_usertrack.c (spot_cookie): Remove unused
Joe Orton [Tue, 13 Jan 2004 10:25:26 +0000 (10:25 +0000)] 
* src/modules/standard/mod_usertrack.c (spot_cookie): Remove unused
variable 'i' added in r1.57.

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

21 years agofix double slash problem
André Malo [Mon, 12 Jan 2004 14:36:17 +0000 (14:36 +0000)] 
fix double slash problem

Reviewed by: Jeff Trawick, Justin Erenkrantz

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

21 years agocause a lookup failure if the map key contains a newline
André Malo [Mon, 12 Jan 2004 02:05:19 +0000 (02:05 +0000)] 
cause a lookup failure if the map key contains a newline

PR: 14453
Reviewed by: Jeff Trawick, Justin Erenkrantz

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

21 years ago* Add dmg to application/octet-stream (PR#23902)
Erik Abele [Sat, 10 Jan 2004 22:57:46 +0000 (22:57 +0000)] 
* Add dmg to application/octet-stream (PR#23902)
* Add m4u to video/vnd.mpegurl (PR#25268)

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

21 years agoUpdated the NetWare Codewarrior project file for CodeWarrior 8 with PDK 5.1
Bradley Nicholes [Wed, 7 Jan 2004 20:45:44 +0000 (20:45 +0000)] 
Updated the NetWare Codewarrior project file for CodeWarrior 8 with PDK 5.1

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

21 years agofix mispelling
Jeff Trawick [Wed, 7 Jan 2004 18:55:50 +0000 (18:55 +0000)] 
fix mispelling

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

21 years agoMake handling of 0 back compatible.
Ben Laurie [Sat, 3 Jan 2004 17:30:15 +0000 (17:30 +0000)] 
Make handling of 0 back compatible.

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

21 years agoMake forensic logging EBCDIC safe.
Ben Laurie [Sat, 3 Jan 2004 16:53:30 +0000 (16:53 +0000)] 
Make forensic logging EBCDIC safe.

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

21 years agoupdate license to 2004
André Malo [Thu, 1 Jan 2004 13:32:58 +0000 (13:32 +0000)] 
update license to 2004

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

21 years agoAdd forensic logging module.
Ben Laurie [Wed, 31 Dec 2003 11:58:21 +0000 (11:58 +0000)] 
Add forensic logging module.

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