summaryrefslogtreecommitdiff
path: root/src/mod_authn_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-3/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-8/+8
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-11/+15
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-4/+4
* [multiple] optimize primitives, buffer_extend()Glenn Strauss2021-03-261-6/+2
* [mod_authn_ldap, mod_vhostdb_ldap] default cafileGlenn Strauss2020-12-161-2/+21
* [mod_authn_ldap] fix crash (fixes #3048)Glenn Strauss2020-12-161-1/+1
* [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805)Glenn Strauss2020-07-131-0/+24
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+7
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-6/+6
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-7/+7
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-38/+38
* [mod_auth] inline arrays in http_auth_require_tGlenn Strauss2020-07-081-2/+2
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+2
* [mod_auth*] use config_plugin_values_init()Glenn Strauss2020-07-081-211/+304
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-9/+9
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-1/+1
* [core] use buffer_eq_icase_ssn funcGlenn Strauss2019-06-061-1/+1
* [mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)Glenn Strauss2019-05-271-0/+3
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-2/+2
* [core] some header cleanupGlenn Strauss2018-04-081-1/+2
* [mod_authn_ldap] auth with ldap referrals (fixes #2846)Glenn Strauss2018-01-071-6/+29
* [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)Glenn Strauss2017-12-211-5/+5
* [mod_authn_ldap] replace use of deprecated funcsGlenn Strauss2017-11-051-12/+38
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [mod_auth] have LDAP template replace '?'Glenn Strauss2017-01-311-6/+9
* [mod_auth] LDAP escape username in DN and filtersGlenn Strauss2017-01-311-30/+134
* [mod_auth] support LDAP groups for HTTP auth (fixes #1817)Glenn Strauss2017-01-311-3/+54
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-14/+1
* [mod_auth] permit specifying ldap DN; skip search (fixes #1248)Glenn Strauss2016-10-041-21/+36
* [mod_auth] ldap filter subst user for multiple '$' (fixes #1508)Glenn Strauss2016-09-281-23/+13
* [mod_auth] HTTP Basic auth backends also do authz (#1817)Glenn Strauss2016-09-281-4/+5
* [mod_auth] refactor LDAP code into smaller funcsGlenn Strauss2016-09-281-158/+204
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-0/+448