summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_access_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-2/+2
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-4/+2
* * mod_access_compat, mod_authz_host: Handle '#' character.Jan Kaluža2015-03-191-0/+3
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-7/+3
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Fix handling of authz configurations, make default authz logic replicateChris Darroch2008-11-021-12/+0
* Allow for negation of env check as well...Jim Jagielski2008-06-131-1/+13
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-1/+2
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-16/+4
* log the uri for some access-denied paths when r->filename isJeff Trawick2007-04-171-2/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Drop the LogLevel of the messages for the deprecated access control directive...Bradley Nicholes2006-03-091-3/+3
* Use the correct logging #defineBradley Nicholes2006-01-231-3/+3
* clean up some left-over debugging code and commentsBradley Nicholes2006-01-141-2/+0
* host access control compatibility module (Order, Deny, Allow, Satisfy)Bradley Nicholes2006-01-141-0/+392