| /dflybsd-src/crypto/openssh/ |
| H A D | sandbox-systrace.c | 104 debug3("%s: preparing systrace sandbox", __func__); in ssh_sandbox_init() 116 debug3("%s: ready", __func__); in ssh_sandbox_child() 120 debug3("%s: started", __func__); in ssh_sandbox_child() 132 debug3("%s: wait for child %ld", __func__, (long)child_pid); in ssh_sandbox_parent() 146 debug3("%s: child %ld stopped", __func__, (long)child_pid); in ssh_sandbox_parent() 157 debug3("%s: systrace attach, fd=%d", __func__, box->systrace_fd); in ssh_sandbox_parent() 190 debug3("%s: policy: enable syscall %d", __func__, i); in ssh_sandbox_parent() 197 debug3("%s: start child %ld", __func__, (long)child_pid); in ssh_sandbox_parent() 209 debug3("%s: finished", __func__); in ssh_sandbox_parent_finish()
|
| H A D | auth-shadow.c | 64 debug3("%s: today %lld sp_expire %lld days left %lld", __func__, in auth_shadow_acctexpired() 68 debug3("account expiration disabled"); in auth_shadow_acctexpired() 73 debug3("account will expire in %lld days", daysleft); in auth_shadow_acctexpired() 122 debug3("password expiration disabled"); in auth_shadow_pwexpired() 127 debug3("password expiration disabled"); in auth_shadow_pwexpired() 132 debug3("password will expire in %d days", daysleft); in auth_shadow_pwexpired()
|
| H A D | sandbox-darwin.c | 52 debug3("%s: preparing Darwin sandbox", __func__); in ssh_sandbox_init() 65 debug3("%s: starting Darwin sandbox", __func__); in ssh_sandbox_child() 90 debug3("%s: finished", __func__); in ssh_sandbox_parent_finish()
|
| H A D | sftp-client.c | 246 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request() 265 debug3("Sent message fd %d T:%u I:%u F:0x%04x M:%05o", in send_string_attrs_request() 295 debug3("SSH2_FXP_STATUS %u", status); in get_status() 389 debug3("Received stat reply T:%u I:%u F:0x%04x M:%05o", in get_decode_stat() 414 debug3("Received statvfs reply T:%u I:%u", type, id); in get_decode_statvfs() 578 debug3("server upload/download buffer sizes " in sftp_init() 591 debug3("server handle limit %llu; using %u", in sftp_init() 642 debug3("Sent message limits@openssh.com I:%u", id); in sftp_get_limits() 650 debug3("Received limits reply T:%u I:%u", type, msg_id); in sftp_get_limits() 690 debug3("Sent message SSH2_FXP_CLOSE I:%u", id); in sftp_close() [all …]
|
| H A D | monitor_wrap.c | 705 debug3("%s entering", __func__); in mm_start_pam() 724 debug3("%s entering", __func__); in mm_do_pam_account() 742 debug3("%s returning %d", __func__, ret); in mm_do_pam_account() 753 debug3("%s", __func__); in mm_sshpam_init_ctx() 757 debug3("%s: waiting for MONITOR_ANS_PAM_INIT_CTX", __func__); in mm_sshpam_init_ctx() 763 debug3("%s: pam_init_ctx failed", __func__); in mm_sshpam_init_ctx() 779 debug3("%s", __func__); in mm_sshpam_query() 783 debug3("%s: waiting for MONITOR_ANS_PAM_QUERY", __func__); in mm_sshpam_query() 791 debug3("%s: pam_query returned %d", __func__, ret); in mm_sshpam_query() 814 debug3("%s", __func__); in mm_sshpam_respond() [all …]
|
| H A D | auth-pam.c | 305 debug3("%s %d", __func__, reqd); in sshpam_password_change_required() 334 debug3("PAM: %s entering", __func__); in import_environments() 355 debug3("PAM: num env strings %u", num_env); in import_environments() 400 debug3("PAM: %s entering, %d messages", __func__, n); in sshpam_thread_conv() 600 debug3("PAM: %s entering", __func__); in sshpam_thread_cleanup() 615 debug3("PAM: %s entering, %d messages", __func__, n); in sshpam_null_conv() 628 debug3("PAM: %s called with %d messages", __func__, n); in sshpam_store_conv() 804 debug3("PAM: %s entering", __func__); in sshpam_init_ctx() 854 debug3("PAM: %s entering", __func__); in sshpam_query() 900 debug3("PAM: %s", pam_strerror(sshpam_handle, type)); in sshpam_query() [all …]
|
| H A D | audit-bsm.c | 270 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string); in bsm_audit_record() 274 debug3("BSM audit: writing audit new record"); in bsm_audit_record() 358 debug3("BSM audit: connection from %.100s port %d", host, port); in audit_connection_from() 366 debug3("BSM audit: iptype %d machine ID %s", (int)tid->at_type, buf); in audit_connection_from() 372 debug3("BSM audit: machine ID %s", buf); in audit_connection_from()
|
| H A D | sftp-server.c | 554 debug3("request %u: sent status %u", id, status); in send_status_errmsg() 754 debug3("request %u: open flags %d", id, pflags); in process_open() 791 debug3("request %u: close handle %u", id, handle); in process_close() 909 debug3("request %u: %sstat", id, do_lstat ? "l" : ""); in process_do_stat() 1108 debug3("request %u: opendir", id); in process_opendir() 1194 debug3("request %u: remove", id); in process_remove() 1215 debug3("request %u: mkdir", id); in process_mkdir() 1232 debug3("request %u: rmdir", id); in process_rmdir() 1254 debug3("request %u: realpath", id); in process_realpath() 1278 debug3("request %u: rename", id); in process_rename() [all …]
|
| H A D | sandbox-seccomp-filter.c | 445 debug3("%s: preparing seccomp filter sandbox", __func__); in ssh_sandbox_init() 474 debug3("%s: installing SIGSYS handler", __func__); in ssh_sandbox_child_debugging() 515 debug3("%s: setting PR_SET_NO_NEW_PRIVS", __func__); in ssh_sandbox_child() 521 debug3("%s: attaching seccomp filter program", __func__); in ssh_sandbox_child() 534 debug3("%s: finished", __func__); in ssh_sandbox_parent_finish()
|
| H A D | sandbox-capsicum.c | 61 debug3("%s: preparing capsicum sandbox", __func__); in ssh_sandbox_init() 119 debug3("%s: finished", __func__); in ssh_sandbox_parent_finish()
|
| H A D | auth-bsdauth.c | 73 debug3("bsdauth_query: style %s", in bsdauth_query() 112 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()
|
| H A D | dh.c | 476 debug3("using 2k bit group 14"); in dh_new_group_fallback() 479 debug3("using 4k bit group 16"); in dh_new_group_fallback() 482 debug3("using 8k bit group 18"); in dh_new_group_fallback()
|
| H A D | ssh.c | 1447 debug3("expanding RemoteCommand: %s", options.remote_command); in main() 1451 debug3("expanded RemoteCommand: %s", options.remote_command); in main() 1522 debug3("expanded UserKnownHostsFile '%s' -> " in main() 1535 debug3("expanded LocalForward listen path " in main() 1544 debug3("expanded LocalForward connect path " in main() 1556 debug3("expanded RemoteForward listen path " in main() 1565 debug3("expanded RemoteForward connect path " in main() 1622 debug3("applying channel timeout %s", in main() 1646 debug3("timeout: %d ms remain after connect", timeout_ms); in main() 1766 debug3("clear hostkey %d", i); in main() [all …]
|
| H A D | entropy.c | 77 debug3("RNG is ready, skipping seeding"); in seed_rng()
|
| H A D | srclimit.c | 157 debug3("%s: addr ntop failed", __func__); in srclimit_check_allow() 160 debug3("%s: new unauthenticated connection from %s/%d, at %d of %d", in srclimit_check_allow() 164 debug3("%s: no free slot", __func__); in srclimit_check_allow()
|
| H A D | msg.c | 73 debug3("ssh_msg_recv entering"); in ssh_msg_recv()
|
| H A D | moduli.c | 191 debug3("sieve_large %u", s32); in sieve_large() 475 debug3("wrote checkpoint line %lu to '%s'", in write_checkpoint() 625 debug3("skipping line %u, before checkpoint or " in prime_test()
|
| H A D | monitor.c | 271 debug3("preauth child monitor started"); in monitor_child_preauth() 917 debug3("%s: sending result %d", __func__, authenticated); in mm_answer_authpassword() 1044 debug3("%s", __func__); in mm_answer_pam_init_ctx() 1070 debug3("%s", __func__); in mm_answer_pam_query() 1111 debug3("%s", __func__); in mm_answer_pam_respond() 1151 debug3("%s", __func__); in mm_answer_pam_free_ctx() 1684 debug3("%s entering", __func__); in mm_answer_audit_event() 1712 debug3("%s entering", __func__); in mm_answer_audit_command()
|
| H A D | auth2-pubkeyfile.c | 157 debug3("matched principal from key options \"%.100s\"", in match_principals_option() 209 debug3("%s: matched principal \"%.100s\"", in auth_check_principals_line()
|
| H A D | canohost.c | 50 debug3("Normalising mapped IPv4 in IPv6 address"); in ipv64_normalise_mapped()
|
| H A D | dns.c | 214 debug3("verify_host_key_dns"); in verify_host_key_dns()
|
| H A D | misc.c | 122 debug3("fd %d is O_NONBLOCK", fd); in set_nonblock() 146 debug3("fd %d is not O_NONBLOCK", fd); in unset_nonblock() 713 debug3("put_host_port: %s", hoststr); in put_host_port() 1723 debug3("clock_gettime: %s", strerror(errno)); in monotime_ts() 1964 debug3("%s: set socket %d IPV6_V6ONLY", __func__, s); in sock_set_v6only() 2034 debug3("already daemonized"); in daemonized() 2698 debug3("sigaction(%s): %s", strsignal(signum), strerror(errno)); in ssh_signal()
|
| H A D | sshconnect2.c | 1915 debug3("userauth_kbdint: disable: no info_req_seen"); in userauth_kbdint() 2313 debug3("start over, passed a different list %s", authlist); in authmethod_get() 2317 debug3("preferred %s", preferred); in authmethod_get() 2329 debug3("authmethod_lookup %s", name); in authmethod_get() 2330 debug3("remaining preferred: %s", preferred); in authmethod_get() 2333 debug3("authmethod_is_enabled %s", name); in authmethod_get()
|
| H A D | kex-names.c | 175 debug3("kex names ok: [%s]", names); in kex_names_valid()
|
| H A D | sftp-common.c | 146 debug3("Got file attribute \"%.100s\" len %zu", in decode_attrib()
|