Searched refs:tmate_debug (Results 1 – 13 of 13) sorted by relevance
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/ |
H A D | tmate-ssh-server.c | 190 tmate_debug("ssh disconnected"); in on_ssh_read() 218 tmate_debug("Bootstrapping ssh client ip=%s", client->ip_address); in client_bootstrap() 255 tmate_debug("Exchanging DH keys"); in client_bootstrap() 349 tmate_debug("proxy header: %s", header); in get_client_ip_proxy_protocol() 448 tmate_debug("Child %d exited (%d)", pid, WEXITSTATUS(status)); in handle_sigchld() 450 tmate_debug("Child %d killed (%d)", pid, WTERMSIG(status)); in handle_sigchld() 452 tmate_debug("Child %d stopped (%d)", pid, WSTOPSIG(status)); in handle_sigchld() 505 tmate_debug("Connection accepted ip=%s", client->ip_address); in tmate_ssh_server_main()
|
H A D | tmate-daemon-encoder.c | 150 tmate_debug("Remote cmd (cid=%d): %s", client_id, cmd); in tmate_client_cmd_str() 220 tmate_debug("Remote cmd (cid=%d): %s", client_id, cmd_str); in tmate_client_cmd()
|
H A D | tmate-daemon-decoder.c | 237 tmate_debug("Local cmd: %s", cmd_str); in tmate_exec_cmd_str() 240 tmate_debug("parse error: %s", cause); in tmate_exec_cmd_str() 272 tmate_debug("parse error: %s", cause); in tmate_exec_cmd() 278 tmate_debug("Local cmd: %s", cmd_str); in tmate_exec_cmd()
|
H A D | tmate.h | 16 #define tmate_debug(...) log_emit(LOG_DEBUG, __VA_ARGS__) macro 19 #define tmate_fatal_quiet(...) ({tmate_debug(__VA_ARGS__); exit(1);})
|
H A D | tmate-debug.c | 61 tmate_debug("%s(%s) [%s]", file, line, address); in print_resolved_stack_frame()
|
H A D | tmate-auth-keys.c | 219 tmate_debug("(preauth) allow=%d", ret); in would_tmate_session_allow_auth()
|
H A D | tmate-main.c | 276 tmate_debug("Dropped priviledges to %s (%d,%d), jailed in %s", in get_in_jail()
|
H A D | tmate-websocket.c | 416 tmate_debug("Connected to websocket server at %s:%d", hostname, port); in _tmate_connect_to_websocket()
|
/dports/sysutils/tmate/tmate-2.4.0/ |
H A D | tmate-ssh-client.c | 306 tmate_debug("Establishing connection to %s", client->server_ip); in on_ssh_client_event() 380 tmate_debug("Connected to %s", client->server_ip); in on_ssh_client_event() 395 tmate_debug("Auth successful via none method"); in on_ssh_client_event() 428 tmate_debug("Auth successful with pubkey"); in on_ssh_client_event() 452 tmate_debug("Session opened, initalizing tmate"); in on_ssh_client_event() 466 tmate_debug("Ready"); in on_ssh_client_event() 513 tmate_debug("SSH client killed (%s)", client->server_ip); in kill_ssh_client() 554 tmate_debug("[%d] [%s] %s", priority, function, buffer); in ssh_log_function()
|
H A D | tmate-debug.c | 61 tmate_debug("%s(%s) [%s]", file, line, address); in print_resolved_stack_frame()
|
H A D | tmate.h | 12 #define tmate_debug(...) log_emit(LOG_DEBUG, __VA_ARGS__) macro
|
H A D | tmate-session.c | 107 tmate_debug("Looking up %s...", tmate_server_host); in lookup_and_connect()
|
H A D | tmate-encoder.c | 20 tmate_debug("uname() failed"); in tmate_write_uname()
|