summaryrefslogtreecommitdiff
path: root/modules/aaa
Commit message (Expand)AuthorAgeFilesLines
* De-duplicate log message tags.Graham Leggett2023-04-251-2/+2
* Apply log next numbers.Graham Leggett2023-04-252-24/+24
* The apr_jose API requires apr-util 1.7+.Graham Leggett2023-04-251-2/+36
* *) mod_autht_jwt: New module to handle RFC 7519 JWT tokens withinGraham Leggett2023-04-254-0/+1749
* fix select-groups example, bz 66010Giovanni Bechis2022-04-201-2/+2
* APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-4/+2
* Add log tags.Graham Leggett2021-06-242-3/+3
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-242-21/+60
* * Add lognumberRuediger Pluem2021-01-271-1/+1
* Before doing any bind check that the provided username is not NULL and that theRuediger Pluem2021-01-271-15/+26
* Do not allow to set empty bind passwords to be set via AuthLDAPBindPasswordRuediger Pluem2021-01-271-0/+4
* mod_auth_digest: Fast validation of the nonce's base64 to fail early ifYann Ylavic2021-01-181-2/+7
* mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown.Yann Ylavic2020-11-251-2/+6
* Revert r1883807 and r1883745, not the right fix.Yann Ylavic2020-11-251-43/+38
* mod_auth_digest: axe useless assignment from r1883745.Yann Ylavic2020-11-251-1/+0
* mod_auth_digest: fix crash on ONE_PROCESS (debug) mode shutdown.Yann Ylavic2020-11-231-38/+44
* -Werror=maybe-uninitialized issueEric Covener2020-11-081-1/+1
* PR64785: mod_allowmethods: Allow methods to be added/removed with +/- prefixEric Covener2020-11-081-16/+93
* * modules/aaa/mod_authnz_ldap.c (build_request_config): Fix typo.Joe Orton2020-04-161-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-163-0/+4
* PR64172: drop severity of AH01666Eric Covener2020-02-231-1/+1
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-173-7/+7
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* mod_authz_core: follow up to r1864759.Yann Ylavic2019-11-071-7/+8
* Increase the maximum length of strings that can be cached by the module from ...Christophe Jaillet2019-08-181-1/+1
* Axe some dead code + slighly improve a commentChristophe Jaillet2019-08-091-5/+2
* 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