summaryrefslogtreecommitdiff
path: root/src/mod_authn_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-501/+0
* [mod_auth] RFC7616 HTTP Digest username* userhashGlenn Strauss2021-11-281-0/+1
* [mod_auth] clear crypt() output if len >= 13Glenn Strauss2021-10-271-1/+1
* [multiple] warn deprecated mods slated for removalGlenn Strauss2021-10-271-0/+6
* [multiple] use <algo>_iov() digest funcsGlenn Strauss2021-08-271-7/+3
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-3/+3
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-6/+6
* [multiple] http_auth_digest_hex2bin -> li_hex2binGlenn Strauss2021-08-271-3/+3
* [multiple] rename safe_memclear() -> ck_memzero()Glenn Strauss2021-08-271-2/+1
* [multiple] move const time cmp funcs to ck.[ch]Glenn Strauss2021-08-271-1/+2
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-15/+20
* [mod_authn_dbi,mod_authn_mysql] fix coverity issueGlenn Strauss2020-08-021-1/+1
* [mod_authn_mysql,file] use crypt() to save stackGlenn Strauss2020-07-161-39/+18
* [core] sys-crypto-md.h w/ inline message digest fnGlenn Strauss2020-07-081-1/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-14/+14
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-1/+1
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-46/+42
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-14/+3
* [mod_auth*] use config_plugin_values_init()Glenn Strauss2020-07-081-245/+220
* [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-10/+10
* [mod_auth] http_auth_const_time_memeq() (#2975, #2976)Glenn Strauss2019-09-081-1/+1
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_auth] http_auth_info_t digest abstractionGlenn Strauss2019-03-071-23/+28
* [mod_auth] http_auth_digest_hex2bin()Glenn Strauss2019-03-071-2/+3
* [core] some header cleanupGlenn Strauss2018-04-081-1/+2
* [core] add missing #includeGlenn Strauss2017-07-301-0/+3
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+1
* [mod_authn_mysql] fix minor memleak at shutdownGlenn Strauss2017-01-311-3/+3
* [build] compile fixes for AIXGlenn Strauss2016-12-171-0/+4
* [mod_authn_mysql] close mysql_conn in cleanupGlenn Strauss2016-11-281-0/+1
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-14/+1
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-161-1/+1
* [mod_auth] HTTP Basic auth backends also do authz (#1817)Glenn Strauss2016-09-281-3/+8
* remove excess initializers (fix compiler warnings)Glenn Strauss2016-09-231-1/+1
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-111-0/+549