- Apr 12, 2002
-
-
Martin Kraemer authored
EOF (stripped down to '\xFF') instead of CRLF. Also avoid a conversion problem for EBCDIC hosts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94622 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Delete some unused variables (and function calls) as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94621 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94619 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94609 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 11, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94604 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Forgot some prototypes? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94601 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
First, use addition to test against an unsigned for chunk_start after we are certain chunk_start is a positive value. Second, ap_bread is prototyped as an -int- ... not a size_t, not an off_t. These changes eliminate all mismatch type/sign errors on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94600 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 09, 2002
-
-
Martin Kraemer authored
Fix an error message to print the correct filename (not tempfile). Remove the tempfile for Win32 on a failed rename(2). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94580 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94577 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 07, 2002
-
-
Graham Leggett authored
or slow POST requests to close after 300 seconds. PR: 7572 Obtained from: Submitted by: Martin Lichtin <martin@lichtin.net>, Brian Bothwell <brian.bothwell@wisdomtools.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94524 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 7513 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94523 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
and ap_get_chunk_size(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94521 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2002
-
-
Graham Leggett authored
Export ap_getline() and ap_get_chunk_size(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94506 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
only the last instance of a header would have been cached. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94503 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
as to whether this message was an Apache problem, when it warns of a downstream server problem. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94502 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2002
-
-
Bradley Nicholes authored
LogRotateInterval directives Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94391 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94390 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2002
-
-
Dirk-Willem van Gulik authored
Fixed incompliance of AB when used with a proxy as reported by Taisuke Yamada <tai@iij.ad.jp>. Added error trapping to the write function (important on systems with defered errors after a connect). Documented the weakness of the write() function - it assumes the whole RQ can always be fully written to the socket. Fixed a compiler warning which pointed out that 'bad' was both a label and a variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94354 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2002
-
-
Dirk-Willem van Gulik authored
Removed email address on request - as obviscation was slammed down on the list - and Google is your friend in any case git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94316 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2002
-
-
Joshua Slive authored
on the principal that tracking every version of every os in config.layout would be a nightmare. PR: BZ-7422 Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94270 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2002
-
-
Justin Erenkrantz authored
(Justin changed the audio/mpeg sequence to match file(1)'s listing.) PR: 7730 Submitted by: Linus Walleij <triad@df.lth.se> Reviewed by: Justin Erenkrantz (minor change with no effect on code, so committing.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94186 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94185 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
One spammer offered to register my site with search engines or some such, and pointed to this file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94183 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 25, 2002
-
-
Graham Leggett authored
only overriding if the request is a proxy request. It has been pointed out that the previous fix allows CGIs and modules to override the Server header, which is change to previous behavior. PR: Obtained from: Submitted by: Graham Leggett, Joshua Slive Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94165 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
luck this bug is actually now dead. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94164 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
(indent | pr -t -e8) without changing anything else. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94158 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94123 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94104 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94102 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94101 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
functionally useless. This gets rid of them without changing the behavior at all (ie, it doesn't matter if this change makes it in to 1.3.24 or not). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94100 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94099 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94098 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
but send_parsed_content() was ignoring THEIR return codes, resulting in another segfault in a related set of circumstances. In all cases we should consider ret!=0 from any of the handle_foo() functions to mean premature EOF was encountered. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94097 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Couple of newly recognized dependencies git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94096 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
Also mention isindex-style query argument passing, so we don't confuse this with QUERY_STRING. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94093 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce proper escaping of command.com and cmd.exe for Win32. These patches close vulnerability CAN-2002-0061, identified and reported by Ory Segal <ory.segal@sanctuminc> 13 Feb 2002, by which any invocation of .bat or .cmd files permit system comprimize when cmd.exe parsed the args passed from QUERY_STRING. [William Rowe] Patches of the set reviewed by Allan Edwards and Bill Stoddard, while the security solutions were reviewed at length by the entire security community at the ASF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94092 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Retain the Unix sh escapes list for compatibility. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94090 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Share ap_double_quotes() code between OS2 and Win32 to use for Win32's command.com, and introduce ap_caret_escape_args() for Win32's cmd.exe. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94089 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
directive handles this. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94086 13f79535-47bb-0310-9956-ffa450edef68
-