summaryrefslogtreecommitdiff
path: root/modules/aaa
Commit message (Expand)AuthorAgeFilesLines
...
* PR59611: Fix AH02633 require typeEric Covener2016-05-221-1/+1
* Fix a comment similar to r1638072Christophe Jaillet2016-04-171-1/+1
* Silent a smatch warning:Christophe Jaillet2016-03-111-1/+1
* mod_authz_host: add a new "forward-dns" authorization typeFabien Coelho2016-03-101-0/+75
* Use ap_array_str_contains to simplify codeChristophe Jaillet2016-03-051-17/+15
* Use ap_array_str_contains to simplify codeChristophe Jaillet2016-03-031-9/+1
* PR59039 Digest not working with ap_expr based AuthName Eric Covener2016-02-221-23/+28
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-122-8/+3
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+2
* Do not use the magic string "directory". Use the corresponding global variabl...Christophe Jaillet2015-12-111-1/+1
* Use 'ap_pbase64decode' to simplify code.Christophe Jaillet2015-11-281-5/+1
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-242-2/+2
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-236-32/+32
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-3/+6
* Constify + save a few bytes in conf poolChristophe Jaillet2015-10-301-2/+2
* Remove code related to 'AuthDigestEnableQueryStringHack'Christophe Jaillet2015-09-151-26/+0
* s/the the/the/gRich Bowen2015-07-092-3/+3
* mod_authz_dbd: Avoid a crash when lacking correct DB access permissions. PR 5...Yann Ylavic2015-07-011-0/+13
* * mod_auth_digest: Use anonymous shm by default, fall back on name-based.Jan Kaluža2015-06-101-3/+12
* Save a few bytes in conf poolChristophe Jaillet2015-06-061-2/+2
* Save a few bytes in conf poolChristophe Jaillet2015-05-261-1/+1
* Save a few bytes in conf pool and axe a function that duplicates 'ap_set_stri...Christophe Jaillet2015-05-241-12/+2
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-4/+6
* Add missing APLOGNOs by runningRainer Jung2015-03-311-2/+2
* Correct MS-DOS check-in crap on text filesWilliam A. Rowe Jr2015-03-271-119/+119
* * mod_access_compat, mod_authz_host: Handle '#' character.Jan Kaluža2015-03-192-1/+17
* * mod_authn_dbd: apr_pstrdup dbd_password and dbd_hash to fix use-after-freeJan Kaluža2015-03-031-2/+4
* mod_authn_core: Add expression support to AuthName and AuthType.Graham Leggett2015-03-011-10/+51
* Fix a precedence issue.Christophe Jaillet2015-02-091-2/+11
* Fix cut and paste typo in error message + remove empty lines to be consistentChristophe Jaillet2015-02-021-5/+1
* as in r1517366, drop the severity in authz_groupfile when a requireEric Covener2015-01-231-1/+1
* Silence compiler warnings:Rainer Jung2015-01-181-4/+5
* mod_authnz_fcgi: we don't need to add the trailing '\0' to parse response hea...Yann Ylavic2014-11-181-4/+3
* mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an errorYann Ylavic2014-11-161-0/+4
* mod_proxy_fcgi: SECURITY: CVE-2014-3583 (cve.mitre.org)Yann Ylavic2014-11-161-5/+5
* Revert r1638818, r1639812, r1639717 and r1639814 for new staging.Yann Ylavic2014-11-161-16/+6
* mod_authnz_fcgi: follow up to r1639717.Yann Ylavic2014-11-151-4/+1
* mod_authnz_fcgi: Fix a potential crash with response headers' size above 8K.Yann Ylavic2014-11-141-7/+20
* mod_auth_basic: Fix comment mentioning 403 instead of 401.Jan Kaluža2014-11-111-1/+1
* Resolve rashes with LDAP authz and non-LDAP authn since r1608202.Eric Covener2014-11-101-5/+21
* More styleChristophe Jaillet2014-10-041-4/+5
* Style (mostly indent)Christophe Jaillet2014-10-041-67/+71
* PR56870: authzprovideralias-defined authz provier can't be used in a virtualhostEric Covener2014-08-191-1/+8
* Add missing APLOGNO.Christophe Jaillet2014-07-191-3/+7
* Add missing APLOGNO.Christophe Jaillet2014-07-192-6/+6
* Silence compiler warning:Rainer Jung2014-07-181-1/+1
* Consolidate common code that got duplicated by 2.3.x authz refactoring.Eric Covener2014-07-061-218/+149
* Use unsigned bit flags (otherwise the non-zero value to be used is -1).Yann Ylavic2014-06-191-3/+3
* Fix duplicate APLOGNOChristophe Jaillet2014-05-201-1/+1