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

21 years agoSECURITY [CAN-2003-0020]: escape arbitrary data before writing into the
André Malo [Sun, 14 Dec 2003 18:16:50 +0000 (18:16 +0000)] 
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the
  errorlog.

Reviewed by: Mark J Cox, Erik Abele, Jeff Trawick

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

21 years agoAdd '%X' as an alias for '%c' in LogFormat. Both work and
Jim Jagielski [Thu, 4 Dec 2003 14:44:49 +0000 (14:44 +0000)] 
Add '%X' as an alias for '%c' in LogFormat. Both work and
do the same thing, so we don't have backwards compatibility
problems, but now people can adjust to use '%X' to log
the connection status when using mod_ssl (which changes
what '%c' means)

PR:
Obtained from: Apache 2.x
Submitted by:
Reviewed by:

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

21 years agoNote the usertrack bug... patch coming soon
Jim Jagielski [Thu, 27 Nov 2003 17:03:36 +0000 (17:03 +0000)] 
Note the usertrack bug... patch coming soon

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

21 years agoaxe a comment that was removed long ago then re-emerged with the massive
Jeff Trawick [Fri, 21 Nov 2003 18:14:44 +0000 (18:14 +0000)] 
axe a comment that was removed long ago then re-emerged with the massive
proxy changes

PR: 18628
Submitted by: Joshua Colvin <joshua safeweb.com>
Reviewed by:  Jeff Trawick

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

21 years agoMake UseCanonicalName off correctly grab port info from
Jim Jagielski [Mon, 17 Nov 2003 17:14:53 +0000 (17:14 +0000)] 
Make UseCanonicalName off correctly grab port info from
the client. Make UseCanonicalName socket port aware.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years ago Obscuficate contributors' email addresses in an obvious and simple to read manner.
William A. Rowe Jr [Wed, 12 Nov 2003 19:55:15 +0000 (19:55 +0000)] 
  Obscuficate contributors' email addresses in an obvious and simple to read manner.

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

21 years agoadd missing license
André Malo [Sun, 9 Nov 2003 20:11:25 +0000 (20:11 +0000)] 
add missing license

Reviewed by: Greg Stein

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

21 years agoI did the OS/2 binary a few days ago.
Brian Havard [Fri, 7 Nov 2003 04:12:55 +0000 (04:12 +0000)] 
I did the OS/2 binary a few days ago.

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

21 years agoDid the OS X 10.3 bin build
Jim Jagielski [Thu, 30 Oct 2003 19:22:58 +0000 (19:22 +0000)] 
Did the OS X 10.3 bin build

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

21 years agoSome binaries are already in place
Martin Kraemer [Thu, 30 Oct 2003 09:34:17 +0000 (09:34 +0000)] 
Some binaries are already in place

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

21 years agoNote release/announce date
Jim Jagielski [Wed, 29 Oct 2003 14:38:12 +0000 (14:38 +0000)] 
Note release/announce date

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAnd we are at 1.3.30-dev
Jim Jagielski [Fri, 24 Oct 2003 16:18:00 +0000 (16:18 +0000)] 
And we are at 1.3.30-dev

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoBump up for 1.3.29. Fold in the CAN-2003-0542 regex patch.
Jim Jagielski [Fri, 24 Oct 2003 16:11:41 +0000 (16:11 +0000)] 
Bump up for 1.3.29. Fold in the CAN-2003-0542 regex patch.
Get ready to tag.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoGerman translation of the Announcement
Astrid Malo [Wed, 22 Oct 2003 22:01:43 +0000 (22:01 +0000)] 
German translation of the Announcement

Reviewed by: nd

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

21 years agoHmmm... Let work up an Announcement
Jim Jagielski [Wed, 22 Oct 2003 19:35:54 +0000 (19:35 +0000)] 
Hmmm... Let work up an Announcement

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoI'm tending to think we should *not* change this for 1.3.29.
Jim Jagielski [Mon, 20 Oct 2003 19:52:50 +0000 (19:52 +0000)] 
I'm tending to think we should *not* change this for 1.3.29.
I foresee problems when even though the patch corrects
behavior, the (previous) incorrect behavior might be
used and expected in various ways throughout the community.
And I don't want to pull the rug out from under them.

Instead, let's see about folding this is for 1.3.30 after
some extensive testing.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoIn ap_bclose(), we always use ap_pclosesocket() when the fd
Jim Jagielski [Sun, 19 Oct 2003 18:00:35 +0000 (18:00 +0000)] 
In ap_bclose(), we always use ap_pclosesocket() when the fd
points to a socket and ap_bclosef() it it's a file (we stay
aware of Windows handles however). Also, we stay consistent
and use closesocket() whenever we wish to close a socket
directly. For Unix, closesocket() is simply a macro define to
close, but it makes a big difference for other OSs.

PR: 22805
Obtained from:
Submitted by: bnicholes, jeff
Reviewed by:

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

21 years agofix wording of warning for ErrorDocument 401 full-URL
Jeff Trawick [Sun, 19 Oct 2003 13:20:57 +0000 (13:20 +0000)] 
fix wording of warning for ErrorDocument 401 full-URL

Reviewed by: jim, jwoolley

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

21 years agoadd a vote
Jeff Trawick [Sun, 19 Oct 2003 13:18:57 +0000 (13:18 +0000)] 
add a vote

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

21 years agoyep
Cliff Woolley [Sat, 18 Oct 2003 20:10:10 +0000 (20:10 +0000)] 
yep

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

21 years agoIf a request fails and the client will be redirected to another URL
Jeff Trawick [Sat, 18 Oct 2003 14:15:58 +0000 (14:15 +0000)] 
If a request fails and the client will be redirected to another URL
due to ErrorDocument, see if we need to drop the connection after
sending the 302 response.  This fixes a problem where Apache treated
the body of the failed request as the next request on a keepalive
connection.  The subsequent 501 error sent to the browser prevented
some browsers from fetching the error document.

Reviewed by:  roy, jim

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

21 years agoTally votes.
Jim Jagielski [Sat, 18 Oct 2003 12:55:12 +0000 (12:55 +0000)] 
Tally votes.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdd in my votes and move 2 items to "showstopper" status
Jim Jagielski [Sat, 18 Oct 2003 12:54:16 +0000 (12:54 +0000)] 
Add in my votes and move 2 items to "showstopper" status
since I'd like these resolved before 1.3.29... I know,
I know, not really showstoppers, but until I think of another
category, I want these looked at seriously.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agodocument an on-list vote from Roy
Jeff Trawick [Sat, 18 Oct 2003 12:30:52 +0000 (12:30 +0000)] 
document an on-list vote from Roy

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

21 years agoadd a couple more 1.3 patches for consideration
Jeff Trawick [Fri, 17 Oct 2003 19:38:13 +0000 (19:38 +0000)] 
add a couple more 1.3 patches for consideration

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

21 years agoNote patch
Jim Jagielski [Thu, 16 Oct 2003 17:43:32 +0000 (17:43 +0000)] 
Note patch

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

21 years ago *) Fixed mod_usertrack to not get false positive matches on the
Jim Jagielski [Thu, 16 Oct 2003 17:23:26 +0000 (17:23 +0000)] 
  *) Fixed mod_usertrack to not get false positive matches on the
     user-tracking cookie's name.  PR 16661.
     [Manni Wood <manniwood@planet-save.com>]

PR: 16661 (2.x)
Obtained from:
Submitted by:
Reviewed by: cliff, jeff, jim

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

21 years agoAfter reviewing http://www.manniwood.net/apache_stuff/mod_usertrack_patch.html
Jim Jagielski [Thu, 16 Oct 2003 17:18:43 +0000 (17:18 +0000)] 
After reviewing http://www.manniwood.net/apache_stuff/mod_usertrack_patch.html
(thanks Cliff) I'm now +1.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoUpdate STATUS
Jim Jagielski [Thu, 16 Oct 2003 15:26:30 +0000 (15:26 +0000)] 
Update STATUS

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

21 years agoAlso note that I plan to remove the various places with
Jim Jagielski [Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)] 
Also note that I plan to remove the various places with
http_main.c where we have

#ifdef BEOS
        closesocket(s);
#else
        close(s);
#endif

which is bogus.... unless somehow this is required for
the WIN32/Netware :/

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoNote Jeff's ap_die() observations
Jim Jagielski [Tue, 14 Oct 2003 20:50:19 +0000 (20:50 +0000)] 
Note Jeff's ap_die() observations

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

21 years agoStart the ball rolling regarding 1.3.29. Note some
Jim Jagielski [Tue, 14 Oct 2003 19:42:51 +0000 (19:42 +0000)] 
Start the ball rolling regarding 1.3.29. Note some
items which are "showstoppers" in as far as I would
like to see them addressed (either fixed/folded in or
moved to non-showstopper status after dev consensus).

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoNit-picking: there's no 'apache-announce' list in this context ;)
Erik Abele [Mon, 13 Oct 2003 17:02:59 +0000 (17:02 +0000)] 
Nit-picking: there's no 'apache-announce' list in this context ;)

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoSubmitted by: Thomas Kjeldsen
Rich Bowen [Mon, 13 Oct 2003 12:29:47 +0000 (12:29 +0000)] 
Submitted by: Thomas Kjeldsen
Reviewed by: Mads Toftum, Rich Bowen
Correct some URLs and awkward phrasing. Update a ./configure flag that
was changed a while ago.

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

21 years agokeep the parse tree consistent if a binary operator occurs within
André Malo [Sun, 21 Sep 2003 21:32:12 +0000 (21:32 +0000)] 
keep the parse tree consistent if a binary operator occurs within
parentheses.

Reviewed by: Brian Pane, Jeff Trawick

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

21 years agoOops, wrong comment style
Bradley Nicholes [Thu, 18 Sep 2003 21:13:17 +0000 (21:13 +0000)] 
Oops, wrong comment style

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