summaryrefslogtreecommitdiff
path: root/src/mod_authn_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-281-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163)Glenn Strauss2022-07-281-5/+2
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-2/+2
* [multiple] remove buffer_init_buffer()Glenn Strauss2022-01-071-1/+1
* [multiple] remove buffer_init_string()Glenn Strauss2022-01-071-1/+2
* [mod_authn_gssapi] reduce KRB5CCNAME mem allocGlenn Strauss2022-01-071-14/+11
* [mod_authn_gssapi] code reuse: fdevent_mkostemp()Glenn Strauss2022-01-071-6/+2
* [multiple] inline struct in con->dst_addr_bufGlenn Strauss2021-08-271-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-22/+43
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-8/+7
* [core] remove HANDLER_UNSET enum valueGlenn Strauss2021-05-131-2/+2
* [multiple] pass len when copying constant stringsGlenn Strauss2021-04-021-1/+1
* [multiple] extend enum http_header_e listGlenn Strauss2020-10-111-2/+6
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-90/+91
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-4/+4
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-1/+1
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-3/+3
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-4/+4
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-63/+66
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-11/+0
* [mod_auth*] use config_plugin_values_init()Glenn Strauss2020-07-081-87/+65
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-1/+1
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-3/+3
* [mod_authn_gssapi] option to store delegated creds (fixes #2967)Glenn Strauss2019-09-081-1/+11
* [mod_authn_gssapi] 500 if fail to delegate creds (#2967)Glenn Strauss2019-09-071-10/+22
* [core] use buffer_eq_icase_ssn funcGlenn Strauss2019-06-061-1/+1
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] prefer buffer_append_string_len()Glenn Strauss2018-09-231-5/+5
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-19/+18
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-121-0/+4
* [core] reduce exposure of unistd.h, other includesGlenn Strauss2017-07-151-0/+1
* [core] report file path when mkstemp() fails (fixes #2802)Glenn Strauss2017-03-281-1/+1
* [mod_authn_gssapi] fix missing error ret, coverityGlenn Strauss2016-12-051-7/+5
* [mod_authn_gssapi] better resource cleanupGlenn Strauss2016-11-271-21/+23
* [mod_authn_gssapi] fix memory leakStefan Bühler2016-11-021-10/+12
* minor: coverity commentsGlenn Strauss2016-10-291-1/+2
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-12/+0
* [autobuild] remove mod_authn_gssapi dep on resolvGlenn Strauss2016-10-161-1/+0
* [mod_auth] fix printing of IP in error traceGlenn Strauss2016-10-041-1/+1
* [mod_auth] HTTP Basic auth backends also do authz (#1817)Glenn Strauss2016-09-281-6/+6
* remove excess initializers (fix compiler warnings)Glenn Strauss2016-09-231-1/+1