summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_authz_host.c
Commit message (Expand)AuthorAgeFilesLines
* * modules/aaa/mod_authz_host.c (host_check_authorization): SimplifyJoe Orton2018-03-081-14/+22
* PR59612: Print the ap_expr() error message when an expression cannotEric Covener2016-05-221-0/+1
* mod_authz_host: add a new "forward-dns" authorization typeFabien Coelho2016-03-101-0/+75
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-4/+1
* * mod_access_compat, mod_authz_host: Handle '#' character.Jan Kaluža2015-03-191-1/+14
* follow-up to r1554161, r1554168, r1554170, r1554175, r1554188, and r1554195:Jeff Trawick2014-01-151-1/+1
* mod_authnz_host: Support the expression parser within the require directives.Graham Leggett2013-12-301-2/+33
* Use apr_psprintf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-4/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-4/+4
* 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-4/+4
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* PR46214: axe some misleading DEBUG messages in mod_authz_host. Eric Covener2011-08-071-12/+4
* don't use data allocated from ptemp when parsing .htaccessStefan Fritsch2010-09-251-3/+15
* in 'ip' authz provider, parse subnets only once on startup instead of once perStefan Fritsch2010-09-251-45/+79
* Add 'local' authz provider that matches connections originatingStefan Fritsch2010-09-251-21/+47
* Move all, env, and method authz providers from mod_authz_host to mod_authz_coreStefan Fritsch2010-09-251-114/+0
* Add method authz provider as potential Limit/LimitExcept replacement.Stefan Fritsch2010-09-191-0/+41
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-10/+39
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-3/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Convert common provider version strings ("0") toChris Darroch2008-05-191-4/+8
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-8/+8
* detabifyJim Jagielski2007-08-061-1/+1
* 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
* Remove the call to ap_note_auth_failure() from the providers. mod_authz_core...Bradley Nicholes2006-01-181-3/+0
* Authz refactoringBradley Nicholes2006-01-111-197/+141
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Use ap_strchr instead of strchr and get the constness right.Roy T. Fielding2003-01-171-1/+1
* not very spectacular ;-)André Malo2003-01-061-1/+2
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-0/+363