- Oct 01, 2005
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@292954 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 29, 2005
-
-
William A. Rowe Jr authored
Undo fat fingers of commit 292397 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@292398 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Small fix to remove unused 'rv' variable from the excluded code path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@292397 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@291272 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 23, 2005
-
-
Bradley Nicholes authored
mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. Reviewed by: bnicholes, minfrin, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@291123 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@291118 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 22, 2005
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290868 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 21, 2005
-
-
Bradley Nicholes authored
Backport the use of apr_procattr_addrspace_set() to specify whether the new process should be started in the current address space or a new address space. This should have no effect on most platforms other than NetWare. Reviewed By: jjclar, bnicholes, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290850 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290758 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290757 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The more I consider this, the less that it seems possible to truly handle bodies in subrequests, ever. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290742 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reformat some long-lines >80 and delete a number of truly dead (voted down) suggestions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290740 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Very important to point out exactly where this is available and where it is not, since TraceEnable extended is likely to be used to confirm behavior between differing types of servers, including 1.3/2.0/2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290733 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* srclib/pcre/pcre.c (read_repeat_counts): Check for integer overflow. Obtained from: pcre 6.2 upstream Reviewed by: jorton, nd, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290658 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 20, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290562 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Quiet a second error, bodyread is always set alongside bodylen, and we would never use the bodyread unless bodylen is set. However gcc4 doesn't like our style, so quiet the compiler. Reported by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290561 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Reviewed by: Kess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290560 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We never call this function with 'nothing to do', however we aught to quiet gcc 4's assumption that we can 'return status;' without having performed any operation that sets status. Reported by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290558 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290544 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290522 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport trunk changes as recorded in branches/proxy-reqbody-2.0.x, refactoring http_proxy.c request body handling. This correction satisfies the vetoed issues in the originally backported proxy request body handling from trunk/ in 171205. Reviewed by: jim, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290517 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remove to readd with full history from proxy-reqbody-2.0.x branch. (turns out you cannot rm and cp to a local copy, removing and adding in the same commit, so this is a two-step process.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290514 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
TraceEnable docs, backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290508 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport TraceEnable option, correcting RFC violation by mod_proxy as this now drops any proxied TRACE request which tries to pass a body, unless the user explicitly forces 'TraceEnable extended'. Per colm; removed \n's from error_notes, docs coming next. Reviewed by: jimj, colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290502 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 16, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@289674 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2005
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280964 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2005
-
-
Colm MacCarthaigh authored
Vote on "Vary: *" handling, since I've been running this for weeks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280625 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Confirmed issue on Solaris 10, and tested the configure changes on Solaris 10. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280623 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders for myself than anything else) that have been discussed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280615 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2005
-
-
William A. Rowe Jr authored
Fix VPATH build breakage introduced by rev 159475 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280420 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Add a rev to the proposed backport (discussed with proposer), add a minus 0, but only because I've felt the pain of filtered ICMP, window scaling and broken firewalls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280403 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Added a comment on a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280393 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280389 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280386 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2005
-
-
William A. Rowe Jr authored
Notes/votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280178 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mod_auth_digest: Fix hostinfo validation for CONNECT requests. Submitted by: jorton Reviewed by: nd, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280126 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
of it Reviewed by: stoddard, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280124 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Correct mod_cgid's argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S <pradeep.smani gmail.com>] Reviewed by: wrowe, colm, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280123 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
based on suggestion from wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280115 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@280102 13f79535-47bb-0310-9956-ffa450edef68
-