summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_access_compat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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