| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/aaa/mod_authz_host.c (host_check_authorization): Simplify | Joe Orton | 2018-03-08 | 1 | -14/+22 |
* | PR59612: Print the ap_expr() error message when an expression cannot | Eric Covener | 2016-05-22 | 1 | -0/+1 |
* | mod_authz_host: add a new "forward-dns" authorization type | Fabien Coelho | 2016-03-10 | 1 | -0/+75 |
* | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 1 | -4/+1 |
* | * mod_access_compat, mod_authz_host: Handle '#' character. | Jan Kaluža | 2015-03-19 | 1 | -1/+14 |
* | follow-up to r1554161, r1554168, r1554170, r1554175, r1554188, and r1554195: | Jeff Trawick | 2014-01-15 | 1 | -1/+1 |
* | mod_authnz_host: Support the expression parser within the require directives. | Graham Leggett | 2013-12-30 | 1 | -2/+33 |
* | Use apr_psprintf(... "%pm"...) instead of explicit call to apr_strerror | Christophe Jaillet | 2013-04-02 | 1 | -4/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -4/+4 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -1/+1 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -4/+4 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | PR46214: axe some misleading DEBUG messages in mod_authz_host. | Eric Covener | 2011-08-07 | 1 | -12/+4 |
* | don't use data allocated from ptemp when parsing .htaccess | Stefan Fritsch | 2010-09-25 | 1 | -3/+15 |
* | in 'ip' authz provider, parse subnets only once on startup instead of once per | Stefan Fritsch | 2010-09-25 | 1 | -45/+79 |
* | Add 'local' authz provider that matches connections originating | Stefan Fritsch | 2010-09-25 | 1 | -21/+47 |
* | Move all, env, and method authz providers from mod_authz_host to mod_authz_core | Stefan Fritsch | 2010-09-25 | 1 | -114/+0 |
* | Add method authz provider as potential Limit/LimitExcept replacement. | Stefan Fritsch | 2010-09-19 | 1 | -0/+41 |
* | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 2010-09-19 | 1 | -10/+39 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -3/+3 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Convert common provider version strings ("0") to | Chris Darroch | 2008-05-20 | 1 | -4/+8 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -8/+8 |
* | detabify | Jim Jagielski | 2007-08-06 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Remove the call to ap_note_auth_failure() from the providers. mod_authz_core... | Bradley Nicholes | 2006-01-18 | 1 | -3/+0 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -197/+141 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Use ap_strchr instead of strchr and get the constness right. | Roy T. Fielding | 2003-01-17 | 1 | -1/+1 |
* | not very spectacular ;-) | André Malo | 2003-01-06 | 1 | -1/+2 |
* | Stage #1 of the aaa rewrite - refactoring modules. | Justin Erenkrantz | 2002-09-10 | 1 | -0/+363 |