| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth2-hostbased.c | 125 debug2_f("disabled because of invalid user"); in userauth_hostbased() 160 debug2_f("authenticated %d", authenticated); in userauth_hostbased() 186 debug2_f("chost %s resolvedname %s ipaddr %s", in hostbased_key_allowed() 196 debug2_f("auth_rhosts2 refused user \"%.100s\" " in hostbased_key_allowed() 207 debug2_f("auth_rhosts2 refused " in hostbased_key_allowed() 214 debug2_f("access allowed by auth_rhosts2"); in hostbased_key_allowed()
|
| H A D | addrmatch.c | 58 debug2_f("couldn't parse address %.100s", addr); in addr_match_list() 74 debug2_f("inconsistent mask length for " in addr_match_list() 118 debug2_f("couldn't parse address %.100s", addr); in addr_match_cidr_list()
|
| H A D | compat.c | 149 debug2_f("original KEX proposal: %s", p); in compat_kex_proposal() 164 debug2_f("compat KEX proposal: %s", cp); in compat_kex_proposal()
|
| H A D | ssh-agent.c | 419 debug2_f("constraint %zu %s%s%s (%u keys) > %s%s%s (%u keys)", in permitted_by_dest_constraints() 447 debug2_f("allowed for hostname %s", in permitted_by_dest_constraints() 452 debug2_f("%s identity \"%s\" not permitted for this destination", in permitted_by_dest_constraints() 620 debug2_f("entering"); in process_request_identities() 644 debug2_f("replying with %u allowed of %u available keys", in process_request_identities() 993 debug2_f("entering"); in process_remove_identity() 1022 debug2_f("entering"); in process_remove_all_identities() 1145 debug2_f("parsed %s (%u keys) > %s%s%s (%u keys)", in parse_dest_constraint() 1354 debug2_f("entering"); in process_add_identity() 1465 debug2_f("entering"); in process_lock_agent() [all …]
|
| H A D | auth2-pubkey.c | 137 debug2_f("%s user %s %s public key %s %s", in userauth_pubkey() 206 debug2_f("disabled because of invalid user"); in userauth_pubkey() 280 debug2_f("disabled because of invalid user"); in userauth_pubkey() 307 debug2_f("authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
|
| H A D | auth2-pubkeyfile.c | 263 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_process_principals() 523 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_check_authkeys_file()
|
| H A D | auth-rhosts.c | 200 debug2_f("clientuser %s hostname %s ipaddr %s", in auth_rhosts2()
|
| H A D | ssh.c | 342 debug2_f("could not resolve name %.100s as address: %s", in resolve_addr() 429 debug2_f("hostname %.100s is address", *hostp); in resolve_canonicalize() 431 debug2_f("canonicalised address \"%s\" => \"%s\"", in resolve_canonicalize() 511 debug2_f("host %s not found in any suffix", *hostp); in resolve_canonicalize() 1817 debug2_f("background process is %ld", (long)pid); in control_persist_detach() 1860 debug2_f("%d expected forwarding replies remaining", in forwarding_success()
|
| H A D | ssh-ed25519-sk.c | 229 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_sk_verify()
|
| H A D | log.h | 95 #define debug2_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS… macro
|
| H A D | clientloop.c | 253 debug2_f("cancel scheduled exit"); in set_control_persist_exit_time() 259 debug2_f("schedule exit in %d seconds", in set_control_persist_exit_time() 375 debug2_f("xauth command: %s", cmd); in client_x11_get_proto() 464 debug2_f("changed"); in client_check_window_change() 2218 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames() 2702 debug2_f("id %d", id); in client_session2_setup()
|
| H A D | ssh-ed25519.c | 256 debug2_f("crypto_sign_ed25519_open failed: %d", ret); in ssh_ed25519_verify()
|
| H A D | auth2-gss.c | 116 debug2_f("disabled because of invalid user"); in userauth_gssapi()
|
| H A D | ssh-keysign.c | 133 debug2_f("check expect chost %s got %s", host, p); in valid_request()
|
| H A D | hostfile.c | 816 debug2_f("%s:%ld: bad host hash \"%.32s\"", in hostkeys_foreach_file() 829 debug2_f("%s:%ld: bad ip hash " in hostkeys_foreach_file()
|
| H A D | krl.c | 1064 debug2_f("bad KRL magic header"); in ssh_krl_from_blob() 1268 debug2_f("checking CA key"); in ssh_krl_check_key() 1291 debug2_f("checking KRL %s", path); in ssh_krl_file_contains_key()
|
| H A D | sftp-client.c | 1601 debug2_f("download remote \"%s\" to local \"%s\"", in sftp_download() 1888 debug2_f("download dir remote \"%s\" to local \"%s\"", src, dst); in download_dir_internal() 2031 debug2_f("upload local \"%s\" to remote \"%s\"", in sftp_upload() 2243 debug2_f("upload local dir \"%s\" to remote \"%s\"", src, dst); in upload_dir_internal() 2451 debug2_f("crossload src \"%s\" to dst \"%s\"", from_path, to_path); in sftp_crossload() 2692 debug2_f("crossload dir src \"%s\" to dst \"%s\"", from_path, to_path); in crossload_dir_internal()
|
| H A D | ssh-xmss.c | 330 debug2_f("xmss_sign_open failed: %d", ret); in ssh_xmss_verify()
|
| H A D | scp.c | 1553 debug2_f("stat local \"%s\": %s", dst, strerror(errno)); in sink_sftp() 1563 debug2_f("creating destination \"%s\"", dst); in sink_sftp() 1775 debug2_f("incoming filename \"%s\" does not " in sink()
|
| H A D | sshconnect.c | 539 debug2_f("skipping address [%s]:%s: " in ssh_connect_direct() 1547 debug2_f("server host key %s %s matches cached key", in verify_host_key()
|
| H A D | sftp-server.c | 694 debug2_f("refusing to advertise disallowed extension %s", name); in compose_extension() 885 debug2_f("nothing at all written"); in process_write()
|
| H A D | sshsig.c | 534 debug2_f("hashed %zu bytes", total); in hash_file()
|
| H A D | session.c | 1560 debug2_f("allocate (allocated %d max %d)", in session_new()
|
| H A D | misc.c | 274 debug2_f("unsupported socket family %d", af); in set_sock_tos()
|