Commit Graph

34 Commits (2e0676fd6dbab9da6b838f8f803bfc5dec11b346)

Author SHA1 Message Date
Glenn Strauss 33c8cf41db [multiple] rename connection_reset hook to request
3 years ago
Glenn Strauss 7c7f8c467c [multiple] split con, request (very large change)
3 years ago
Glenn Strauss cc2134c88b [multiple] copy small struct instead of memcpy()
3 years ago
Glenn Strauss 31d9495330 [core] store subrequest_handler instead of mode
3 years ago
Glenn Strauss a22cdca1cb [core] move addtl request-specific struct members
3 years ago
Glenn Strauss 100dfaa3f3 [core] move plugin_ctx into (request_st *)
3 years ago
Glenn Strauss 8131e4396d [core] move addtl request-specific struct members
3 years ago
Glenn Strauss 50bdb55de8 [multiple] connection hooks no longer get (srv *)
3 years ago
Glenn Strauss 010c28949c [multiple] prefer (connection *) to (srv *)
3 years ago
Glenn Strauss b73949e03f [multiple] plugin.c handles common FREE_FUNC code
3 years ago
Glenn Strauss 8e713130b3 [mod_auth*] use config_plugin_values_init()
3 years ago
Glenn Strauss e2de4e581e [core] const char *name in struct plugin
3 years ago
Glenn Strauss 36f64b26a1 [core] simpler config_check_cond()
3 years ago
Glenn Strauss 6eb34ef5ab [core] add const to callers of http_header_*_get()
3 years ago
Glenn Strauss 47a758f959 [core] inline buffer key for *_patch_connection()
3 years ago
Glenn Strauss 3390642285 [mod_authn_gssapi] option to store delegated creds (fixes #2967)
4 years ago
Glenn Strauss e9440ecfdf [mod_authn_gssapi] 500 if fail to delegate creds (#2967)
4 years ago
Glenn Strauss 1300815688 [core] use buffer_eq_icase_ssn func
4 years ago
Mohammed Sadiq 6a988bb0d0 [multiple] cleaner calloc use in SETDEFAULTS_FUNC
4 years ago
Glenn Strauss 65fcd7810f [core] prefer buffer_append_string_len()
5 years ago
Glenn Strauss 3dd3cde902 [core] abstraction layer for HTTP header manip
5 years ago
Glenn Strauss 9bc61f16cb [core] attempt to quiet coverity false positives
6 years ago
Glenn Strauss 9e75b81982 [core] reduce exposure of unistd.h, other includes
6 years ago
Glenn Strauss 162e754d0d [core] report file path when mkstemp() fails (fixes #2802)
6 years ago
Glenn Strauss 7ef58b5a81 [mod_authn_gssapi] fix missing error ret, coverity
6 years ago
Glenn Strauss e628fc3509 [mod_authn_gssapi] better resource cleanup
6 years ago
Stefan Bühler d352790331 [mod_authn_gssapi] fix memory leak
6 years ago
Glenn Strauss 204df06814 minor: coverity comments
6 years ago
Glenn Strauss ac90699d28 [autobuild] rm module stub code for missing deps
7 years ago
Glenn Strauss 5feb2694f7 [autobuild] remove mod_authn_gssapi dep on resolv
7 years ago
Glenn Strauss 28d1213470 [mod_auth] fix printing of IP in error trace
7 years ago
Glenn Strauss a401c9469a [mod_auth] HTTP Basic auth backends also do authz (#1817)
7 years ago
Glenn Strauss d2b7c7bad2 remove excess initializers (fix compiler warnings)
7 years ago
Glenn Strauss 1c1a63786e [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)
7 years ago