Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c124 debug2_f("disabled because of invalid user"); in userauth_hostbased()
159 debug2_f("authenticated %d", authenticated); in userauth_hostbased()
185 debug2_f("chost %s resolvedname %s ipaddr %s", in hostbased_key_allowed()
195 debug2_f("auth_rhosts2 refused user \"%.100s\" " in hostbased_key_allowed()
206 debug2_f("auth_rhosts2 refused " in hostbased_key_allowed()
213 debug2_f("access allowed by auth_rhosts2"); in hostbased_key_allowed()
H A Daddrmatch.c54 debug2_f("couldn't parse address %.100s", addr); in addr_match_list()
70 debug2_f("inconsistent mask length for " in addr_match_list()
114 debug2_f("couldn't parse address %.100s", addr); in addr_match_cidr_list()
H A Dmux.c219 debug2_f("channel %d: not open", sc->self); in mux_master_control_cleanup_cb()
279 debug2_f("channel %d client version %u", c->self, ver); in mux_master_process_hello()
295 debug2_f("Unrecognised extension \"%s\" length %zu", in mux_master_process_hello()
382 debug2_f("channel %d: request tty %d, X %d, agent %d, subsys %d, " in mux_master_process_new_session()
417 debug2_f("session already open"); in mux_master_process_new_session()
438 debug2_f("session refused by user"); in mux_master_process_new_session()
473 debug2_f("channel_new: %d linked to control channel %d", in mux_master_process_new_session()
492 debug2_f("channel %d: alive check", c->self); in mux_master_process_alive_check()
512 debug2_f("channel %d: info request", c->self); in mux_master_process_ext_info()
544 debug2_f("channel %d: terminate request", c->self); in mux_master_process_terminate()
[all …]
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 Dauth2-pubkey.c130 debug2_f("%s user %s %s public key %s %s", in userauth_pubkey()
200 debug2_f("disabled because of invalid user"); in userauth_pubkey()
274 debug2_f("disabled because of invalid user"); in userauth_pubkey()
301 debug2_f("authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
341 debug2_f("glob \"%s\" returned %zu matches", file, in match_principals_file()
836 debug2_f("glob \"%s\" returned %zu matches", file, in user_key_allowed()
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.c441 debug2_f("constraint %zu %s%s%s (%u keys) > %s%s%s (%u keys)", in permitted_by_dest_constraints()
469 debug2_f("allowed for hostname %s", in permitted_by_dest_constraints()
474 debug2_f("%s identity \"%s\" not permitted for this destination", in permitted_by_dest_constraints()
648 debug2_f("entering"); in process_request_identities()
671 debug2_f("replying with %u allowed of %u available keys", in process_request_identities()
1021 debug2_f("entering"); in process_remove_identity()
1050 debug2_f("entering"); in remove_all_identities()
1183 debug2_f("parsed %s (%u keys) > %s%s%s (%u keys)", in parse_dest_constraint()
1376 debug2_f("entering"); in process_add_identity()
1487 debug2_f("entering"); in process_lock_agent()
[all …]
H A Dauth2-pubkeyfile.c257 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_process_principals()
450 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_check_authkeys_file()
H A Dauth-rhosts.c198 debug2_f("clientuser %s hostname %s ipaddr %s", in auth_rhosts2()
H A Dclientloop.c252 debug2_f("cancel scheduled exit"); in set_control_persist_exit_time()
258 debug2_f("schedule exit in %d seconds", in set_control_persist_exit_time()
374 debug2_f("xauth command: %s", cmd); in client_x11_get_proto()
463 debug2_f("changed"); in client_check_window_change()
1638 debug2_f("session QoS is now %s", interactive ? in client_loop()
2238 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()
2723 debug2_f("id %d", id); in client_session2_setup()
H A Dsshd-auth.c403 debug2_f("key %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
412 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
H A Dssh-add.c732 debug2_f("looking up host keys for \"%s\" in %s", host, path); in parse_dest_constraint_hop()
787 debug2_f("constraint %zu: %s%s%s (%u keys) > %s%s%s (%u keys)", *ndcp, in parse_dest_constraint()
1003 debug2_f("loaded %zu certificates", ncerts); in main()
H A Dssh_api.c571 debug2_f("orig/%d %s", ssh->kex->server, orig); in _ssh_order_hostkeyalgs()
572 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
H A Dchannels.c315 debug2_f("global channel timeout %d seconds", timeout_secs); in channel_add_timeout()
319 debug2_f("channel type \"%s\" timeout %d seconds", in channel_add_timeout()
391 debug2_f("labeled channel %d as %s (inactive timeout %u)", id, xctype, in channel_set_xtype()
1824 debug2_f("channel %d: unknown SOCKS version %u", c->self, ver); in channel_pre_dynamic()
3406 debug2_f("channel %u: unsupported type %u", c->self, type); in channel_proxy_upstream()
3680 debug2_f("channel %d: callback start", c->self); in channel_input_open_confirmation()
3682 debug2_f("channel %d: callback done", c->self); in channel_input_open_confirmation()
3734 debug2_f("channel %d: callback start", c->self); in channel_input_open_failure()
3736 debug2_f("channel %d: callback done", c->self); in channel_input_open_failure()
3783 debug2_f("type %d id %d", type, id); in channel_input_status_confirm()
[all …]
H A Dssh.c339 debug2_f("could not resolve name %.100s as address: %s", in resolve_addr()
427 debug2_f("hostname %.100s is address", *hostp); in resolve_canonicalize()
429 debug2_f("canonicalised address \"%s\" => \"%s\"", in resolve_canonicalize()
509 debug2_f("host %s not found in any suffix", *hostp); in resolve_canonicalize()
1878 debug2_f("background process is %ld", (long)pid); in control_persist_detach()
1921 debug2_f("%d expected forwarding replies remaining", in forwarding_success()
H A Dssh-ed25519-sk.c226 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_sk_verify()
H A Dsshd-session.c619 debug2_f("privkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
628 debug2_f("pubkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
637 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
H A Dlog.h121 #define debug2_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS… macro
H A Dssh-keysign.c132 debug2_f("check expect chost \"%s\" got \"%s\"", host, p); in valid_request()
H A Dssh-ed25519.c278 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_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.c1378 debug2_f("using private key \"%s\"%s for " in sign_and_send_pubkey()
1837 debug2_f("done"); in pubkey_prepare()
1962 debug2_f("entering"); in input_userauth_info_req()
1994 debug2_f("num_prompts %d", num_prompts); in input_userauth_info_req()
2217 debug2_f("chost %s", chost); in userauth_hostbased()
H A Dsftp-client.c1600 debug2_f("download remote \"%s\" to local \"%s\"", in sftp_download()
1896 debug2_f("download dir remote \"%s\" to local \"%s\"", src, dst); in download_dir_internal()
2039 debug2_f("upload local \"%s\" to remote \"%s\"", in sftp_upload()
2255 debug2_f("upload local dir \"%s\" to remote \"%s\"", src, dst); in upload_dir_internal()
2466 debug2_f("crossload src \"%s\" to dst \"%s\"", from_path, to_path); in sftp_crossload()
2712 debug2_f("crossload dir src \"%s\" to dst \"%s\"", from_path, to_path); in crossload_dir_internal()
H A Dhostfile.c856 debug2_f("%s:%ld: bad host hash \"%.32s\"", in hostkeys_foreach_file()
869 debug2_f("%s:%ld: bad ip hash " in hostkeys_foreach_file()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c104 debug2_f("reading"); in pselect_notify_done()

12