- Aug 08, 2005
-
-
William A. Rowe Jr authored
Backport fix r230718; a soon-to-be impossible edge case; we are always sending a body (even an 'empty' body) using stream_chunked, so we must always send the trailing "0" end of body marker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230719 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Finish up the header brigades up-front; we simply know ahead of time if they are necessary or not. This changes one behavior; the stream_chunked now always sends a transfer encoded body; even if it's nothing but an empty body. Also, Fix a bugglet in backporting the input_brigade argument; need the bucket_alloc already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230716 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 07, 2005
-
-
William A. Rowe Jr authored
Pre-commit a simple bit from r219224, pass an initialized input_brigade off to the spool/stream functions. Effectively a no-op so far, but in a couple of patches, the reason becomes obvious. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230714 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport a logging change to make things clearer; includes jorton's r224721 fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230712 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport part of r216156 and very minor bits of r218978; Collapse the handling of Content-Length / Transfer-Encoding header values into the headers loop saving a bit of cpu and making the results clearer, handle the (r->main) subrequest case a bit more efficiently as well, cutting out some duplicate tests, and a mild whitespace issue in the If-Unmodified-Since test line. Fixes a subrequest bug where subrequests *still* would attempt to read Transfer-Encoding: chunked request bodies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230711 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport part of r216156; send_request_body makes it very difficult to follow all the mistakes in this code. Fold send_request_body into ap_proxy_http_request so that proxy_http_request makes all of the elections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230709 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
End apr_natstrcasecmp, backporting part of r216111 (there may remain other apr_natstrcasecmp abuse in other files). Still unsure if apr_strnatcasecmp of the hostname is deliberate to handle leading 0's in ip addresses, so leaving that single use case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230708 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now backport whitespace-only changes from r209836, making the rest of the patches more legible, and the resulting code comparable to httpd/trunk/modules/proxy/mod_proxy_http.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230706 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Prepare to backport r209836 whitespace changes; this is the one minor code change to declare *buf once, obliterating the need for a number of code blocks throughout this function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230704 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Create proxy-reqbody patch evaluation branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230703 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 05, 2005
-
-
Joe Orton authored
* modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use the actual available size of the shm segment not the requested size. Ensure the requested size is aligned. Check errors from apr_rmm_init. Reviewed by: jorton, minfrin, bnicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230474 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230472 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230455 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227521 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227435 13f79535-47bb-0310-9956-ffa450edef68
-
Jesus Blanco Izquierdo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227423 13f79535-47bb-0310-9956-ffa450edef68
-
Jesus Blanco Izquierdo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227422 13f79535-47bb-0310-9956-ffa450edef68
-
Jesus Blanco Izquierdo authored
Translation into Spanish of the Authentication, Authorization and Access Control tutorial. Translation made by Gustavo Nerea (informatica.gustavo @ gmail.com) Translation reviewed by Jesus Blanco (blanco @ bitrock.com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227421 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert): Fix a cache corruption case: ensure that there is room in the cache for a copy of the payload before inserting the node. PR: 34209 Reviewed by: jorton, bnicholes, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227332 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* server/log.c (piped_log_spawn): Return the APR error code, as expected by piped_log_maintenance (and fixing "Unknown error" messages in error path there). (ap_open_piped_log): Expect an APR error code. * server/log.c (ap_open_piped_log): Remove errno handling. * server/log.c (piped_log_spawn): Don't leak an fd for each invocation. Reviewed by: jorton, trawick, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227329 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 03, 2005
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227269 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
connection timeout on the connection, not globally, avoiding segfaults in older version of OpenLDAP (ITS #3487). Submitted by: Brad Nicholes Reviewed by: jorton, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227253 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
- propose two more mod_ldap fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227213 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@227040 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 28, 2005
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@225786 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 27, 2005
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@225488 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2005
-
-
William A. Rowe Jr authored
Vetoed the first attempt at a 2.1-dev mod_proxy_http request body backport - so note this as a showstopper rather than reverting the code. Also note the RFC bug that the -trace.patch corrects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219782 13f79535-47bb-0310-9956-ffa450edef68
-
Jesus Blanco Izquierdo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219752 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219670 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 18, 2005
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219501 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
New fixes yesterday; slightly revised patch to match. The -3.patch now covers every one of my test cases flawlessly, please ruthlessly test/abuse/review this final(?) patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219496 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 17, 2005
-
-
Andre Malo authored
Translated by: Nikola Smolenski <smolensk eunet.yu> Reviewed by: Danilo Šegan <danilo gnome.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219385 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2005
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219249 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok, next patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219233 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 14, 2005
-
-
William A. Rowe Jr authored
I misread the report; Watchfire applies to the fix I've committed to httpd-2.1 trunk, but has nothing to do with responses. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219132 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Note two patches available for 2.0.55 There is low hanging fruit here, if anyone's up to committing a few backports in the next day before a release candidate is tagged ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219103 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
core: strip C-L from any request with a T-E header resolves external origin CAN-2005-2088 issues, does not address internal origin C-L/T-E discrepancies within proxy_http Security: CVE CAN-2005-2088 Submitted by: Joe Orton Reviewed by: Jeff Trawick, Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219061 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
proxy HTTP - ignore C-L and disable keepalive to origin server Submitted by: trawick Reviewed by: jorton, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219059 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2005
-
-
William A. Rowe Jr authored
Propupdate to ignore win32 gen_test_char.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@210154 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 08, 2005
-
-
William A. Rowe Jr authored
Resolve 0.9.6/0.9.7/0.9.8 OpenSSL const discrepancies Reviewed by: jorton, bnichols, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@209825 13f79535-47bb-0310-9956-ffa450edef68
-