summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Build mod_access_compat on NetWareBradley Nicholes2006-01-232-1/+251
* Use the correct logging #defineBradley Nicholes2006-01-231-3/+3
* * Fix PR38340 by actual getting the word and thus advancing the message bufferRuediger Pluem2006-01-211-1/+1
* Set the LDAP protocol before setting extended LDAP options. [PR38146]Bradley Nicholes2006-01-201-3/+3
* remove the unused per-dir-config structure.Bradley Nicholes2006-01-191-11/+1
* Remove the call to ap_note_auth_failure() from the providers. mod_authz_core...Bradley Nicholes2006-01-182-4/+0
* * Add CacheMinExpire directive to set the minimum time in seconds to cache a ...Ruediger Pluem2006-01-172-0/+25
* eliminate the import of the ap_satisfies optional function on every request. ...Bradley Nicholes2006-01-152-7/+18
* clean up some left-over debugging code and commentsBradley Nicholes2006-01-143-17/+6
* host access control compatibility module (Order, Deny, Allow, Satisfy)Bradley Nicholes2006-01-141-0/+392
* Restore Order, Deny, Allow, Satisfy for backwards compatibility with authzBradley Nicholes2006-01-144-5/+58
* Update the NetWare makefiles to build the authz codeBradley Nicholes2006-01-111-6/+2
* Authz refactoringBradley Nicholes2006-01-1117-990/+2663
* * Fix PR38017 by handling the selection of the hostname in the same way forRuediger Pluem2006-01-101-3/+18
* Explain how we're checking to see if ap_proxy_backend_broke()Jim Jagielski2006-01-061-1/+2
* Clarify (I hope) the comment better :)Jim Jagielski2006-01-061-2/+2
* As long as we have the AP_BUCKET_IS_ERROR macro, let's use itJim Jagielski2006-01-061-1/+1
* * Call ap_proxy_http_cleanup after ap_log_rerror because it resetsRuediger Pluem2006-01-051-1/+1
* * If a subrequest has a broken backend also set no_cache for the main requestRuediger Pluem2006-01-052-5/+20
* * Correctly signal broken backend connections up the chain also for the ajpRuediger Pluem2006-01-024-9/+65
* Small spelling fix.Graham Leggett2005-12-281-1/+1
* Fix Cookie2 header problems that originates backMladen Turk2005-12-231-3/+3
* This shift was treated in 32 bit scope, then masked to 64 bits,William A. Rowe Jr2005-12-201-1/+1
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-204-18/+23
* In Apache-2.x, the function is called apr_pstrdup().Martin Kraemer2005-12-191-7/+3
* * Move code for broken backend detection out of core filter into a new httpRuediger Pluem2005-12-183-0/+33
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-183-6/+26
* * Fix ap_http_chunk_filter to create correct chunks in the case that aRuediger Pluem2005-12-171-0/+2
* Bring forward the fix for CVE-2005-3352 already on the branches:Joe Orton2005-12-161-1/+1
* * modules/debug/mod_bucketeer.c (bucketeer_out_filter): Only pass onJoe Orton2005-12-161-4/+7
* Sorry, previous commit was not ok.Jean-Frederic Clere2005-12-151-2/+5
* The string comming from TC is in ASCII and the string returned by apr_psprint...Jean-Frederic Clere2005-12-151-2/+4
* OK, while we ponder how best to reuse conn pools for workers,Jim Jagielski2005-12-111-10/+4
* * revert r355823 and r355837Ruediger Pluem2005-12-114-39/+5
* * Let the proxy handler know that the backend connection broke after we haveRuediger Pluem2005-12-111-1/+14
* * Move handling of backends that broke after the headers have been sentRuediger Pluem2005-12-113-4/+25
* Add a comment and use proper grammar for another comment.Justin Erenkrantz2005-12-071-1/+5
* If a connection aborts while waiting for a chunked line, flag the connection asJustin Erenkrantz2005-12-071-5/+17
* If we get an error reading the upstream response, we should bail.Justin Erenkrantz2005-12-071-0/+6
* Add the mod_dbd exports to the NetWare make fileBradley Nicholes2005-12-061-0/+5
* Improve defaults from 'test' values (and get meaningful errors onNick Kew2005-12-061-6/+9
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Omit furtherJoe Orton2005-12-061-2/+5
* PR 36090Nick Kew2005-12-051-0/+1
* * Fix PR37753. Off by one bug in get_path_param eats up too much of the stringRuediger Pluem2005-12-031-1/+1
* Recover textWilliam A. Rowe Jr2005-12-021-128/+128
* Until we determine whether we should dip into the connectionJim Jagielski2005-12-011-7/+5
* minor doc changes already on 2.2 branchRoy T. Fielding2005-12-011-3/+3
* Check that conn->hostname is valid before we do the stringJim Jagielski2005-11-301-0/+1
* Fix SSL Protocol hexdumps for EBCDIC systemsMartin Kraemer2005-11-301-0/+14
* First stab at a build environment for mod_authn_dbdColm MacCarthaigh2005-11-291-0/+132