summaryrefslogtreecommitdiff
path: root/src/mod_authn_dbi.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [core] _WIN32 socket-compat, filesystem-compatGlenn Strauss2023-05-031-1/+2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-4/+3
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [build] meson crypt and dl detection on *BSD (fixes #3133)Glenn Strauss2022-01-041-0/+3
* [mod_auth] RFC7616 HTTP Digest username* userhashGlenn Strauss2021-11-281-7/+33
* [mod_auth] clear crypt() output if len >= 13Glenn Strauss2021-10-271-2/+2
* [mod_authn_dbi] copy strings before escapingGlenn Strauss2021-08-271-2/+15
* [multiple] use <algo>_iov() digest funcsGlenn Strauss2021-08-271-41/+23
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-6/+5
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-3/+3
* [multiple] http_auth_digest_hex2bin -> li_hex2binGlenn Strauss2021-08-271-4/+3
* [multiple] rename safe_memclear() -> ck_memzero()Glenn Strauss2021-08-271-3/+2
* [multiple] move const time cmp funcs to ck.[ch]Glenn Strauss2021-08-271-2/+3
* [mod_*_dbi] fix sqlite3_dbdir spelling in commentsGlenn Strauss2021-05-131-1/+1
* [mod_authn_dbi,mod_authn_mysql] fix coverity issueGlenn Strauss2020-08-021-2/+2
* [mod_authn_dbi] authn backend employing DBIGlenn Strauss2020-07-161-0/+578