summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the provided types via the macroEric Covener2019-06-151-5/+4
* Fix a race condition.Christophe Jaillet2019-02-081-14/+12
* Clarify potentially unsuccessful success results.William A. Rowe Jr2019-01-171-0/+4
* * modules/aaa/mod_authn_dbm.c (fetch_dbm_value): No functional change:Joe Orton2019-01-091-1/+1
* follow-up to r1656549.Christophe Jaillet2018-09-131-2/+2
* If several parameters are used in a AuthzProviderAlias directive, if these pa...Christophe Jaillet2018-06-231-1/+12
* * modules/aaa/mod_authz_host.c (host_check_authorization): SimplifyJoe Orton2018-03-081-14/+22
* mod_authnz_ldap: Fix language long names detection as short name.Yann Ylavic2018-02-151-3/+7
* Be less tolerant when parsing the credencial for Basic authorization. Only sp...Christophe Jaillet2017-12-041-1/+1
* Use ap_cstr_casecmp instead of strcasecmp.Christophe Jaillet2017-12-041-1/+1
* Fix a segmentation fault if AuthzDBDQuery is not set.Christophe Jaillet2017-09-211-2/+8
* Correct string scope to prevent duplicated values for subsequent tokens.William A. Rowe Jr2017-07-051-2/+2
* Fix some style issues.Christophe Jaillet2017-05-201-7/+11
* Add an explicit NULL to initialise a field in an authn_provider structure, as...Christophe Jaillet2017-05-201-0/+1
* Follow up to r1772919: update APLOGNO().Yann Ylavic2017-02-201-1/+1
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-092-12/+12
* mod_auth_digest: fix segfaults during shared memory exhaustionJacob Champion2016-12-061-9/+43
* Remove unused typedef uthn_dbd_confChristophe Jaillet2016-08-181-5/+0
* Fix some missed "strcasecmp <--> ap_cstr_casecmp" conversions.Christophe Jaillet2016-08-181-3/+3
* Fix spelling in comments and text files.Rainer Jung2016-08-116-6/+6
* Revert r1755930: actually what'd be read after AP_FCGI_END_REQUEST is padding,Yann Ylavic2016-08-111-8/+8
* mod_{proxy,authnz}_fcgi: follow up to r1750392.Yann Ylavic2016-08-111-8/+8
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-095-30/+30
* PR59612: Print the ap_expr() error message when an expression cannotEric Covener2016-05-221-0/+1
* 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-161-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