summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb_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-2/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-9/+10
* [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_apiGlenn Strauss2021-08-271-3/+3
* [multiple] optimize primitives, buffer_extend()Glenn Strauss2021-03-261-3/+1
* [mod_authn_ldap, mod_vhostdb_ldap] default cafileGlenn Strauss2020-12-161-2/+18
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-161-2/+1
* [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805)Glenn Strauss2020-07-131-0/+14
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-7/+7
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-7/+7
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-8/+1
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-2/+1
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-30/+31
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-14/+2
* [mod_vhostdb*] use config_plugin_values_init()Glenn Strauss2020-07-081-68/+91
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-1/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-14/+14
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-8/+8
* [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
* [multiple] calloc match ptr type (clang --analyze)Glenn Strauss2019-01-211-1/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-3/+3
* [mod_authn_ldap] auth with ldap referrals (fixes #2846)Glenn Strauss2018-01-071-0/+11
* [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)Glenn Strauss2017-12-211-4/+4
* [mod_authn_ldap] replace use of deprecated funcsGlenn Strauss2017-11-051-11/+38
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* [mod_vhostdb_ldap] fix inverted logic (coverity)Glenn Strauss2017-02-261-1/+1
* mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)Glenn Strauss2017-01-311-0/+512