- Aug 06, 2008
-
-
Joe Orton authored
of memcpy since the buffers can overlap; add explanatory comment. PR: 45444 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683280 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/ssl/ssl_engine_ocsp.c (determine_responder_uri): Allow NULL path; use default port for given schem. * modules/ssl/ssl_util_ocsp.c (serialize_request): Use / if no path specified. Submitted by: Kaspar Brand <asfbugz velox.ch> PR: 45522 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683242 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 05, 2008
-
-
Ruediger Pluem authored
(CVE-2008-2939). Discovered by Marc Bevand of Rapid7. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682868 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
required lines to obtain args, etc... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682814 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682788 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2008
-
-
Jim Jagielski authored
plug along. This matches the codepath in mod_cgi.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682475 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682396 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
query that has consecutive '+' characters in the QUERY_STRING, matching the behavior of mod_cgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682389 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
apr-util this causes a lock during shutdown as at the point of time we would execute apr_reslist_destroy the reslist is already destroyed, because we are in a cleanup of the same pool where the reslist registered itself as precleanup. With apr-util 1.3.x calling apr_reslist_destroy is not really useful and needed in this case as we are in a cleanup that was registered against the same pool that is used by the reslist. As it was registered *after* the reslist was created it just runs *before* the reslist cleanup would run. This is somewhat pointless here and we could leave the job of destroying the reslist to the reslist cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682369 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682362 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2008
-
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681267 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
Submitted by: kawai, takashi Reviewed by: takashi, kawai git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681266 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 30, 2008
-
-
Ruediger Pluem authored
killed by us. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681204 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681190 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681079 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 27, 2008
-
-
Issac Goldstand authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680082 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680081 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680076 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680074 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2008
-
-
Eric Covener authored
to mod_auth_digest. PR 45196 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678949 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
to account for the short-lived API addition/removal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678947 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678770 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
if the virtual host that causes the proxy request has SSL enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678761 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678757 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678673 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Yücel Haluk Bugüner <haluk buguner.name.tr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678664 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2008
-
-
Ruediger Pluem authored
Submitted by: David Shane Holden <dpejesh apache.org> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678160 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678127 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678113 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678108 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678098 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678097 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 13, 2008
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676427 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2008
-
-
Nick Kew authored
in the french version). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676214 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2008
-
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676091 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676078 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 10, 2008
-
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675613 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675612 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675610 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
PR: 44901 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675568 13f79535-47bb-0310-9956-ffa450edef68
-