summaryrefslogtreecommitdiff
path: root/src/mod_authn_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* [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