- Jul 17, 2007
-
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556971 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556944 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556942 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
Fix CVE-2006-5752: * modules/generators/mod_status.c (status_handler): Specify charset in content-type to prevent browsers doing charset "detection", which allows an XSS attack. Use logitem-escaping on the request string to make it charset-neutral. Reported by: Stefan Esser <sesser hardened-php.net> Submitted by: jorton Reviewed by: jorton, fuankg, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556941 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556940 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
Add alternative fixes for CVE-2007-3304: * configure.in: Check for getpgid. * include/mpm_common.h (ap_mpm_safe_kill): New prototype. * server/mpm_common.c (reclaim_one_pid): Ensure pid validity before calling apr_proc_wait(). (ap_mpm_safe_kill): New function. * server/mpm/prefork/prefork.c, server/mpm/worker/worker.c, server/mpm/experimental/event/event.c: Use ap_mpm_safe_kill() on pids from the scoreboard, throughout. * include/ap_mmn.h: Minor bump. * server/mpm_common.c: getpgid() returns a pid_t Submitted by: jorton, jim Reviewed by: jorton, jim, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556936 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556860 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556819 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2007
-
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@556654 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2007
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@555626 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@555475 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 10, 2007
-
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@554906 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@554897 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 2007
-
-
Ruediger Pluem authored
- Security changes first - Try to unify format of changelog entries for 2.2.5 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@554744 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@554742 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Stevenson authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@554720 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 2007
-
-
Jim Jagielski authored
mod_cache: Do not set Date or Expires when they are missing from the original response or are invalid. Submitted by: jerenkrantz Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553600 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230. * modules/cache/mod_cache.c (cache_save_filter): Properly handle HEAD responses when we have a stale handle. (This patch was revised by Justin/Ruediger.) Submitted by: Niklas Edmundsson Reviewed by: Justin, Ruediger Submitted by: jerenkrantz Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553596 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553593 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553590 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Cast votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553589 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 03, 2007
-
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@553022 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@552808 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
this makes the def file also compatible to other NLM linkers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@552805 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@552804 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
made ports settable; fixed httpd-ssl.conf generation; removed xcopy batch; tidy-up (removed unneeded spaces). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@552797 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 2007
-
-
Jean-Frederic Clere authored
Submitted by Vincent Bray <noodlet gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@552437 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551995 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551994 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
added votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551978 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551945 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* Prevent a segmentation fault if one of the Cache-Control headers s-maxage, max-age, min-fresh, max-stale has no value assigned. In this case ignore s-maxage, max-age, min-fresh. For max-stale it is valid to set no value. In this case set max-stale to 1 year to signal that the client is accepting a stale response of any age. Submitted by: Niklas Edmundsson <nikke acc.umu.se> Reviewed by: mjc, rpluem, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551944 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551937 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551932 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551931 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2007
-
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551508 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551454 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551427 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2007
-
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551281 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@551171 13f79535-47bb-0310-9956-ffa450edef68
-