summaryrefslogtreecommitdiff
path: root/src/mod_authn_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-191-2/+2
* [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] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-13/+10
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-5/+5
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+6
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-10/+10
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-1/+1
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-7/+8
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-15/+3
* [mod_auth*] use config_plugin_values_init()Glenn Strauss2020-07-081-105/+134
* [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 as part of data_string valueGlenn Strauss2020-02-241-10/+12
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-5/+5
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-051-0/+283