Home
last modified time | relevance | path

Searched refs:debug2_f (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-14.2/crypto/openssh/
H A Dauth2-hostbased.c122 debug2_f("disabled because of invalid user"); in userauth_hostbased()
157 debug2_f("authenticated %d", authenticated); in userauth_hostbased()
183 debug2_f("chost %s resolvedname %s ipaddr %s", in hostbased_key_allowed()
193 debug2_f("auth_rhosts2 refused user \"%.100s\" " in hostbased_key_allowed()
204 debug2_f("auth_rhosts2 refused " in hostbased_key_allowed()
211 debug2_f("access allowed by auth_rhosts2"); in hostbased_key_allowed()
H A Daddrmatch.c57 debug2_f("couldn't parse address %.100s", addr); in addr_match_list()
73 debug2_f("inconsistent mask length for " in addr_match_list()
117 debug2_f("couldn't parse address %.100s", addr); in addr_match_cidr_list()
H A Dcompat.c148 debug2_f("original KEX proposal: %s", p); in compat_kex_proposal()
163 debug2_f("compat KEX proposal: %s", cp); in compat_kex_proposal()
H A Dmux.c422 debug2_f("session already open"); in mux_master_process_new_session()
443 debug2_f("session refused by user"); in mux_master_process_new_session()
516 debug2_f("termination refused by user"); in mux_master_process_terminate()
728 debug2_f("channel %d: request %s", c->self, in mux_master_process_open_fwd()
772 debug2_f("found existing forwarding"); in mux_master_process_open_fwd()
784 debug2_f("found allocated port"); in mux_master_process_open_fwd()
799 debug2_f("forwarding refused by user"); in mux_master_process_open_fwd()
1007 debug2_f("session already open"); in mux_master_process_stdio_fwd()
1026 debug2_f("stdio fwd refused by user"); in mux_master_process_stdio_fwd()
1112 debug2_f("stop listen refused by user"); in mux_master_process_stop_listening()
[all …]
H A Dnchan.c381 debug2_f("channel %d: (i%d o%d sock %d wfd %d efd %d [%s])", in chan_shutdown_write()
386 debug2_f("channel %d: shutdown() failed for " in chan_shutdown_write()
404 debug2_f("channel %d: (i%d o%d sock %d wfd %d efd %d [%s])", in chan_shutdown_read()
H A Dssh-agent.c471 debug2_f("allowed for hostname %s", in permitted_by_dest_constraints()
644 debug2_f("entering"); in process_request_identities()
1017 debug2_f("entering"); in process_remove_identity()
1046 debug2_f("entering"); in process_remove_all_identities()
1169 debug2_f("parsed %s (%u keys) > %s%s%s (%u keys)", in parse_dest_constraint()
1382 debug2_f("entering"); in process_add_identity()
1493 debug2_f("entering"); in process_lock_agent()
1592 debug2_f("entering"); in process_add_smartcard_key()
1673 debug2_f("entering"); in process_remove_smartcard_key()
1719 debug2_f("entering"); in process_ext_session_bind()
[all …]
H A Dauth2-pubkey.c130 debug2_f("%s user %s %s public key %s %s", in userauth_pubkey()
199 debug2_f("disabled because of invalid user"); in userauth_pubkey()
273 debug2_f("disabled because of invalid user"); in userauth_pubkey()
300 debug2_f("authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
H A Dauth2-pubkeyfile.c253 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_process_principals()
437 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_check_authkeys_file()
H A Dauth-rhosts.c201 debug2_f("clientuser %s hostname %s ipaddr %s", in auth_rhosts2()
H A Dssh-add.c725 debug2_f("looking up host keys for \"%s\" in %s", host, path); in parse_dest_constraint_hop()
780 debug2_f("constraint %zu: %s%s%s (%u keys) > %s%s%s (%u keys)", *ndcp, in parse_dest_constraint()
1000 debug2_f("loaded %zu certificates", ncerts); in main()
H A Dssh_api.c559 debug2_f("orig/%d %s", ssh->kex->server, orig); in _ssh_order_hostkeyalgs()
560 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
H A Dchannels.c327 debug2_f("channel type \"%s\" timeout %d seconds", in channel_add_timeout()
3596 debug2_f("channel %d: callback start", c->self); in channel_input_open_confirmation()
3598 debug2_f("channel %d: callback done", c->self); in channel_input_open_confirmation()
3650 debug2_f("channel %d: callback start", c->self); in channel_input_open_failure()
3652 debug2_f("channel %d: callback done", c->self); in channel_input_open_failure()
3699 debug2_f("type %d id %d", type, id); in channel_input_status_confirm()
4039 debug2_f("close channel %d", i); in channel_cancel_rport_listener_tcpip()
4061 debug2_f("close channel %d", i); in channel_cancel_rport_listener_streamlocal()
4109 debug2_f("close channel %d", i); in channel_cancel_lport_listener_tcpip()
4136 debug2_f("close channel %d", i); in channel_cancel_lport_listener_streamlocal()
[all …]
H A Dssh-ed25519-sk.c228 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_sk_verify()
H A Dssh.c351 debug2_f("could not resolve name %.100s as address: %s", in resolve_addr()
438 debug2_f("hostname %.100s is address", *hostp); in resolve_canonicalize()
440 debug2_f("canonicalised address \"%s\" => \"%s\"", in resolve_canonicalize()
520 debug2_f("host %s not found in any suffix", *hostp); in resolve_canonicalize()
1846 debug2_f("background process is %ld", (long)pid); in control_persist_detach()
1889 debug2_f("%d expected forwarding replies remaining", in forwarding_success()
H A Dlog.h101 #define debug2_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS… macro
H A Dssh-ed25519.c256 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_verify()
H A Dclientloop.c255 debug2_f("cancel scheduled exit"); in set_control_persist_exit_time()
261 debug2_f("schedule exit in %d seconds", in set_control_persist_exit_time()
377 debug2_f("xauth command: %s", cmd); in client_x11_get_proto()
466 debug2_f("changed"); in client_check_window_change()
2222 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()
2725 debug2_f("id %d", id); in client_session2_setup()
H A Dssh-keysign.c134 debug2_f("check expect chost %s got %s", host, p); in valid_request()
H A Dauth2-gss.c114 debug2_f("disabled because of invalid user"); in userauth_gssapi()
H A Dhostfile.c820 debug2_f("%s:%ld: bad host hash \"%.32s\"", in hostkeys_foreach_file()
833 debug2_f("%s:%ld: bad ip hash " in hostkeys_foreach_file()
H A Dssh-xmss.c332 debug2_f("xmss_sign_open failed: %d", ret); in ssh_xmss_verify()
H A Dkrl.c1058 debug2_f("bad KRL magic header"); in ssh_krl_from_blob()
1263 debug2_f("checking CA key"); in ssh_krl_check_key()
1286 debug2_f("checking KRL %s", path); in ssh_krl_file_contains_key()
H A Dsshconnect2.c1372 debug2_f("using private key \"%s\"%s for " in sign_and_send_pubkey()
1827 debug2_f("done"); in pubkey_prepare()
1953 debug2_f("entering"); in input_userauth_info_req()
1981 debug2_f("num_prompts %d", num_prompts); in input_userauth_info_req()
2204 debug2_f("chost %s", chost); in userauth_hostbased()
H A Dsftp-client.c1615 debug2_f("download remote \"%s\" to local \"%s\"", in sftp_download()
1906 debug2_f("download dir remote \"%s\" to local \"%s\"", src, dst); in download_dir_internal()
2049 debug2_f("upload local \"%s\" to remote \"%s\"", in sftp_upload()
2262 debug2_f("upload local dir \"%s\" to remote \"%s\"", src, dst); in upload_dir_internal()
2470 debug2_f("crossload src \"%s\" to dst \"%s\"", from_path, to_path); in sftp_crossload()
2711 debug2_f("crossload dir src \"%s\" to dst \"%s\"", from_path, to_path); in crossload_dir_internal()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c132 debug2_f("reading"); in pselect_notify_done()

12