Home
last modified time | relevance | path

Searched refs:NVLSTR (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dprocessor.c222 …Log_error("HttpRequest: error -- client [%s]: %s %d %s\n", NVLSTR(Socket_getRemoteHost(req->S)), S… in send_error()
751 …HttpRequest: access denied -- client [%s]: missing CSRF token cookie\n", NVLSTR(Socket_getRemoteHo… in is_authenticated()
781 …rror("HttpRequest: access denied -- client [%s]: CSRF token mismatch\n", NVLSTR(Socket_getRemoteHo… in is_authenticated()
788 …("HttpRequest: access denied -- client [%s]: no CSRF token in cookie\n", NVLSTR(Socket_getRemoteHo… in is_authenticated()
803 …ccess denied -- client [%s]: missing or invalid Authorization header\n", NVLSTR(Socket_getRemoteHo… in basic_authenticate()
810 …pRequest: access denied -- client [%s]: invalid Authorization header\n", NVLSTR(Socket_getRemoteHo… in basic_authenticate()
814 …Log_debug("HttpRequest: access denied -- client [%s]: empty username\n", NVLSTR(Socket_getRemoteHo… in basic_authenticate()
819 …Log_debug("HttpRequest: access denied -- client [%s]: empty password\n", NVLSTR(Socket_getRemoteHo… in basic_authenticate()
825 …Log_error("HttpRequest: access denied -- client [%s]: unknown user '%s'\n", NVLSTR(Socket_getRemot… in basic_authenticate()
830 …pRequest: access denied -- client [%s]: wrong password for user '%s'\n", NVLSTR(Socket_getRemoteHo… in basic_authenticate()
[all …]
/dports/sysutils/monit/monit-5.29.0/src/
H A Dalert.c126 const char *message = NVLSTR(e->message); in _substitute()
H A Dmonit.h432 #define NVLSTR(x) (x ? x : "") macro
H A Dvalidate.c822 const char *attr = NVLSTR(attribute); in _checkSecurityAttribute()
/dports/sysutils/monit/monit-5.29.0/src/net/
H A Dnet.c223 …STRLEN, "Cannot translate %s socket [%s]:%d -- %s", socketnames[family], NVLSTR(address), port, st… in create_server_socket_tcp()
/dports/sysutils/monit/monit-5.29.0/src/process/
H A DProcessTree.c309 snprintf(s->inf.process->secattr, STRLEN, "%s", NVLSTR(ptree[leaf].secattr)); in ProcessTree_updateProcess()