- Dec 09, 2002
-
-
Jim Jagielski authored
of precision causing a buffer to be clobbered in the vformatter function (eg: ap_snprintf) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97822 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
default port based on the request method. This fixes a problem with URL reconstruction on a redirect. Submitted by: Pavel Novy (novy@feld.cvut.cz) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97821 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2002
-
-
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@97799 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
for a "magic" cleanup function to be run at register time rather than at cleanup time. Also added the ap_note_cleanups_for_(socket|fd|file)_ex() API functions which allows for control over whether that magic cleanup should be called or not. This does not change the default behavior of the non-"ex" function (eg: ap_register_cleanup). At present, the magic cleanup is simply code that performs a CLOSEXEC, but that can be modified (hmmm... maybe an API issue?) PR: Obtained from: Submitted by: Reviewed by: Martin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97798 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2002
-
-
Martin Kraemer authored
initial secret Submitted by: Henning Brauer <hb-apache-dev@bsws.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97643 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 20, 2002
-
-
Aaron Bannert authored
Obtained from: Philippe M. Chiasson <gozer@cpan.org>, Geoffrey Young <geoff@modperlcookbook.org> Submitted by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97578 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 18, 2002
-
-
Justin Erenkrantz authored
we'll change port to be a long and then do the correct range checking and downcasting. Suggested by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97564 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 17, 2002
-
-
Justin Erenkrantz authored
this case is ambiguous. ('Listen 127.0.0.1' doesn't make any sense.) (Rich came up with the problem. Cliff came up with the error text. Justin did the ap_strtol call.) Reviewed by: Cliff Woolley, Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97553 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 14, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97518 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 2002
-
-
Bill Stoddard authored
a few times before going into a 3 second sleep. Often we find that the subprocess will exit within milliseconds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97500 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Submitted by: Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97499 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
to allow conditional setting according to the IP address on which the server received the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97496 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 05, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97403 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2002
-
-
Richard Bowen authored
to/instead of/ Thanks to Peter Nelson for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97392 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97361 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 28, 2002
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97338 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2002
-
-
Martin Kraemer authored
(Not noticed before because ap_note_cleanups_for_socket() and ap_note_cleanups_for_fd() simply close the fd, except for OSs where closesocket() in different from close()) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97306 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 21, 2002
-
-
Martin Kraemer authored
we simply exit(). Remove the pid file too, because it makes no sense after the parent has terminated. I assume that a better strategy here would be to kill(getpid(), SIGTERM) to enforce a regular shutdown sequence, killing the other child processes too. At the moment, they might be left running and blocking the server socket. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97275 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2002
-
-
rasmus authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97248 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reclassifying per Ryan's request git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97246 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 14, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97212 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 2002
-
-
Martin Kraemer authored
the "tr '[a-z]' '[A-Z]'" syntax. Fall back to some heuristics to create a workable ap_config_auto.h anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97174 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97173 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97172 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 04, 2002
-
-
Jim Jagielski authored
stale cache :) Also, we are ready for 1.3.27 binaries PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97108 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2002
-
-
Jim Jagielski authored
want to see if there's any whitespace past the number. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97094 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
and above. Rewrite configure logic for modern levels of AIX to support future releases of AIX with no changes to Apache. This is basically a housekeeping matter to avoid having separate stanzas for each AIX release and to add some finer detail to the -DAIX=xxx value so that we know when to enable SINGLE_LISTEN_UNSERIALIZED_ACCEPT. I suspect that this fixes the recognition of AIX on ia64, but nobody complained when it was broken and I don't know where to find such a beast. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97091 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2002
-
-
Mark J. Cox authored
to show up. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97061 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97060 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97042 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 30, 2002
-
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97036 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@97034 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Mark as 1.3.27. Get ready for tagging. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97032 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97029 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97028 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 28, 2002
-
-
Jim Jagielski authored
buffer overflow. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97007 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 27, 2002
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96993 13f79535-47bb-0310-9956-ffa450edef68
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96992 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@96990 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 25, 2002
-
-
Dirk-Willem van Gulik authored
which use non 4xx methods for auth (such as cookies, referers ,etc). Submitted by Sander van Zoest (for a slightly different reason) - see explanation below. From: Sander van Zoest To: dev@httpd.apache.org It is common practice to set Cookie's to pass along on HTTP redirects for "login" authentication. When implementing P3P <http://www.w3.org/P3P/> using mod_headers.c the Header directive only sets r->headers_out and does not pass the headers along for non-2XX responses such as error pages and redirects. To provide this functionality we added the ErrorHeader directive which populates r->err_headers_out instead. Below follows a patch for 1.3.X by Michael Radwin <radwin_at_yahoo-inc.com>. I have some code that attempts to add Directive to 2.0.X, but it seems that output_filters are shortcuted on 3XX responses. While now by setting the Header directive it also passes the headers along at for all non-2XX responses except 3XX responses. Cheers, -- Sander van Zoest PR: 9181 Obtained from: Michael Radwin Submitted by: Sander van Zoest Reviewed by: Dirk-Willem van Gulik git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96981 13f79535-47bb-0310-9956-ffa450edef68
-