summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-031-0/+8
* mod_autht_jwt: Use unsigned rather than signed one-bit fields.Yann Ylavic2024-03-141-4/+3
* mod_auth_bearer: Fix warning about signed bitfields. BZ 68294Yann Ylavic2023-12-051-2/+2
* Be consistently const across all members of authn_ldap_request_t. RemoveGraham Leggett2023-12-021-11/+11
* mod_authnz_ldap: Follow up to r1914067: Deduplicate APLOGNO(01699).Yann Ylavic2023-11-281-1/+1
* Make sure attributes from ldapsearch are passed into the environment. Make sureGraham Leggett2023-11-241-3/+2
* Remove unnecessary references to r->user within ldap-search.Graham Leggett2023-11-241-18/+1
* Optimise handling LDAP authorization where LDAP was not usedGraham Leggett2023-11-231-81/+81
* mod_authnz_ldap: Follow up to r1913962: r->user not used in ldapsearch_check_...Yann Ylavic2023-11-201-6/+0
* Restore log message tag 02636, assign unique tags.Graham Leggett2023-11-201-3/+3
* Apply earlier fix to the ldapsearch case:Graham Leggett2023-11-191-3/+31
* Set authorization request variables in the ldapsearch case.Graham Leggett2023-11-191-0/+3
* Add check for LDAP filter overflow, and exit cleanly.Graham Leggett2023-11-191-30/+34
* mod_authnz_ldap.c: Make sure the authentication variables are set inGraham Leggett2023-05-191-0/+16
* Sign with the signer key. Previously the verify key was used, which only workedGraham Leggett2023-05-191-2/+3
* 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