| /netbsd/src/usr.sbin/ldpd/ |
| D | ldp_errors.c | 45 int debug_f = 0, warn_f = 0, syslog_f = 0; variable 57 if (!debug_f) in debugp() 73 if (!debug_f && !warn_f) in warnp()
|
| D | main.c | 57 extern int debug_f, warn_f, syslog_f; 80 debug_f = 1; in main()
|
| D | ldp_command.c | 56 min_label, max_label, debug_f, warn_f; 536 debug_f ? "YES" : "NO"); in show_debug() 624 debug_f = atoi(recvspace); in set_debug()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | serverloop.c | 440 debug_f("originator %s port %u, target %s port %u", in server_request_direct_tcpip() 485 debug_f("originator %s port %d, target %s", in server_request_direct_streamlocal() 533 debug_f("invalid tun"); in server_request_tun() 623 debug_f("ctype %s rchan %u win %u max %u", in server_input_channel_open() 636 debug_f("confirm %s", ctype); in server_input_channel_open() 653 debug_f("failure %s", ctype); in server_input_channel_open() 771 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request() 778 debug_f("tcpip-forward listen %s port %u", in server_input_global_request() 805 debug_f("cancel-tcpip-forward addr %s port %d", in server_input_global_request() 814 debug_f("streamlocal-forward listen path %s", in server_input_global_request() [all …]
|
| D | ssh-agent.c | 303 debug_f("user %s hostname %s is_ca %d nkeys %u", in dump_dest_constraint_hop() 313 debug_f("key %u/%u: %s%s%s key_is_ca %d", i, dch->nkeys, in dump_dest_constraint_hop() 330 debug_f("%s: %zu constraints", context, ndcs); in dump_dest_constraints() 332 debug_f("constraint %zu / %zu: from: ", i, ndcs); in dump_dest_constraints() 334 debug_f("constraint %zu / %zu: to: ", i, ndcs); in dump_dest_constraints() 337 debug_f("done for %s", context); in dump_dest_constraints() 401 debug_f("cert %s / hostname %s rejected: %s", in match_key_hop() 633 debug_f("key %u / %u: %s %s", i++, idtab->nentries, in process_request_identities() 808 debug_f("signed data matches public key userauth request"); in check_websafe_message_contents() 812 debug_f("signed data matches SSHSIG signature request"); in check_websafe_message_contents() [all …]
|
| D | ssh-pkcs11.c | 109 debug_f("provider \"%s\" refcount %d valid %d", in pkcs11_provider_finalize() 135 debug_f("provider \"%s\" refcount %d", p->name, p->refcount); in pkcs11_provider_unref() 201 debug_f("parent %p ptr %p idx %d", parent, ptr, idx); in pkcs11_k11_free() 262 debug_f("no pin specified"); in pkcs11_login_slot() 336 debug_f("provider \"%s\" slot %lu object %lu: attrib %lu = %d", in pkcs11_check_obj_bool_attrib() 406 debug_f("always-auth key"); in pkcs11_get_key() 1544 debug_f("provider already registered: %s", provider_id); in pkcs11_register_provider() 1593 debug_f("provider %s returned no slots", provider_id); in pkcs11_register_provider() 1697 debug_f("provider %s returned no keys", provider_id); in pkcs11_add_provider() 1718 debug_f("provider \"%s\" available", provider_id); in pkcs11_gakp() [all …]
|
| D | compat.c | 132 debug_f("match: %s pat %s compat 0x%08x", in compat_banner() 138 debug_f("no match: %s", version); in compat_banner()
|
| D | ssh-sk-helper.c | 119 debug_f("ready to sign with key %s, provider %s: " in process_sign() 250 debug_f("key %zu %s %s uidlen %zu", i, in process_load_resident() 318 debug_f("received message len %zu", sshbuf_len(req)); in main() 349 debug_f("reply len %zu", sshbuf_len(resp)); in main()
|
| D | ssh-sk.c | 135 debug_f("provider %s implements version 0x%08lx", ret->path, in sshsk_open() 478 debug_f("provider \"%s\", device \"%s\", application \"%s\", " in sshsk_enroll() 516 debug_f("using random challenge"); in sshsk_enroll() 537 debug_f("provider \"%s\" failure %d", provider_path, r); in sshsk_enroll() 648 debug_f("provider \"%s\", key %s, flags 0x%02x%s", in sshsk_sign() 688 debug_f("sk_sign failed with code %d", r); in sshsk_sign() 799 debug_f("provider \"%s\"%s", provider_path, in sshsk_load_resident()
|
| D | readpass.c | 146 debug_f("requested to askpass"); in read_passphrase() 151 debug_f("stdin is not a tty"); in read_passphrase() 167 debug_f("can't open %s: %s", _PATH_TTY, in read_passphrase()
|
| D | clientloop.c | 1709 debug_f("listen %s port %d, originator %s port %d", in client_request_forwarded_tcpip() 1765 debug_f("request: %s", listen_path); in client_request_forwarded_streamlocal() 1841 debug_f("bound agent to hostkey"); in client_request_agent() 2007 debug_f("no sink for exit-status on channel %d", in client_input_channel_req() 2228 debug_f("hostkeys file %s does not exist", in check_old_keys_othernames() 2323 debug_f("known hosts file %s does not " in update_known_hosts() 2403 debug_f("server used untrusted RSA signature algorithm " in client_global_hostkeys_prove_confirm() 2516 debug_f("server sent no hostkeys"); in client_input_hostkeys() 2533 debug_f("searching %s for %s / %s", in client_input_hostkeys() 2540 debug_f("hostkeys file %s does not exist", in client_input_hostkeys() [all …]
|
| D | session.c | 1970 debug_f("signal %s, killpg(%ld, %d)", signame, (long)s->pid, sig); in session_signal_req() 1998 debug_f("agent forwarding disabled"); in session_auth_agent_req() 2019 debug_f("session %d req %s", s->self, rtype); in session_input_channel_req() 2089 debug_f("session %d release %s", s->self, s->tty); in session_pty_cleanup2() 2145 debug_f("x11 channel %d missing", id); in session_close_x11() 2148 debug_f("detach x11 channel %d", id); in session_close_x11() 2166 debug_f("session %d: closing channel %d", in session_close_single_x11() 2219 debug_f("session %d channel %d pid %ld %s", s->self, s->chanid, in session_exit_message() 2224 debug_f("release channel %d", s->chanid); in session_exit_message() 2279 debug_f("no session for pid %ld", (long)pid); in session_close_by_pid() [all …]
|
| D | dns.c | 273 debug_f("matched SSHFP type %d fptype %d", in verify_host_key_dns() 277 debug_f("failed SSHFP type %d fptype %d", in verify_host_key_dns()
|
| D | kex.c | 382 debug_f("Sending SSH2_MSG_EXT_INFO"); in kex_server_update_ext_info() 420 debug_f("%s=<%s>", name, val); in kex_ext_info_check_ver() 424 debug_f("unsupported version of %s extension", name); in kex_ext_info_check_ver() 441 debug_f("%s=<%s>", name, value); in kex_ext_info_client_parse() 457 debug_f("%s (unrecognised)", name); in kex_ext_info_client_parse() 474 debug_f("%s (unrecognised)", name); in kex_ext_info_server_parse() 1293 debug_f("write: %.100s", strerror(errno)); in kex_exchange_identification() 1391 debug_f("banner line %zu: %s", n, cp); in kex_exchange_identification()
|
| D | auth.c | 536 debug_f("key for %s found at %s:%ld", in check_key_in_hostfiles() 539 debug_f("key for host %s not found", host); in check_key_in_hostfiles() 806 debug_f("setting new authentication options"); in auth_activate_options() 820 debug_f("restricting session"); in auth_restrict_session()
|
| D | ssh-sk-client.c | 96 debug_f("starting %s %s", helper, in start_helper() 194 debug_f("helper returned error -%u", rerr); in client_converse() 450 debug_f("srks[%zu]: %s %s uidlen %zu", nsrks, in sshsk_load_resident()
|
| D | sshsig.c | 318 debug_f("verify message length %zu", sshbuf_len(h_message)); in sshsig_wrap_verify() 359 debug_f("expected namespace \"%s\" received \"%s\"", in sshsig_wrap_verify() 366 debug_f("expected algorithm \"%s\" received \"%s\"", in sshsig_wrap_verify() 491 debug_f("signature made with hash \"%s\"", hashalg); in sshsig_verifyb() 619 debug_f("signature made with hash \"%s\"", hashalg); in sshsig_verify_fd() 782 debug_f("%s:%lu: matched principal \"%s\"", in parse_principals_key_and_options()
|
| D | ssh.c | 348 debug_f("getaddrinfo %.100s returned no addresses", name); in resolve_addr() 352 debug_f("getaddrinfo %.100s returned multiple addresses", name); in resolve_addr() 357 debug_f("Could not format address for name %.100s: %s", in resolve_addr() 446 debug_f("hostname %.100s is an unrecognised address", *hostp); in resolve_canonicalize() 1859 debug_f("backgrounding master process"); in control_persist_detach() 1915 debug_f("all expected forwarding replies received"); in forwarding_success() 2010 debug_f("tunnel forward established, id=%d", id); in ssh_tun_confirm() 2145 debug_f("expecting replies for %d forwards", in ssh_init_forwarding() 2543 debug_f("key %s type %s is not a certificate", in load_public_identity_files() 2576 debug_f("key %s type %s is not a certificate", in load_public_identity_files()
|
| D | sshconnect2.c | 734 debug_f("server sent unknown pkalg %s", pkalg); in input_userauth_pk_ok() 1408 debug_f("no separate private key for certificate " in sign_and_send_pubkey() 1525 debug_f("no mutual signature algorithm"); in send_pubkey_test() 1677 debug_f("bound agent to hostkey"); in get_agent_identities() 1689 debug_f("agent returned %zu keys", idlist->nkeys); in get_agent_identities() 1722 debug_f("ignoring certificate %s: not a user " in pubkey_prepare() 1727 debug_f("ignoring authenticator-hosted key %s as no " in pubkey_prepare() 1745 debug_f("ignoring certificate %s: not a user " in pubkey_prepare() 1750 debug_f("ignoring authenticator-hosted key " in pubkey_prepare() 2221 debug_f("trying hostkey %s %s using sigalg %s", in userauth_hostbased()
|
| D | sshd.c | 312 debug_f("enter%s", force_final ? " (forcing)" : ""); in child_close() 399 debug_f("preauth child %ld for %s exited " in child_reap() 405 debug_f("preauth child %ld for %s prohibited by" in child_reap() 411 debug_f("preauth child %ld for %s exited " in child_reap() 576 debug_f("p %d, r %d", p, r); in should_drop_connection()
|
| D | sshconnect.c | 476 debug_f("bound to %s", ntop); in ssh_create_socket() 796 debug_f("found matching key in %s:%lu", path, l->linenum); in hostkeys_find_by_key_cb() 817 debug_f("hostkeys file %s does not exist", file); in hostkeys_find_by_key_hostfile() 1036 debug_f("invalid hostname \"%s\"; will not record: %s", in check_host_key() 1468 debug_f("hostkey not known or explicitly trusted: " in check_host_key()
|
| D | auth2-pubkey.c | 240 debug_f("sk_counter = %u, sk_flags = 0x%02x", in userauth_pubkey() 274 debug_f("%s test pkalg %s pkblob %s%s%s", method, pkalg, key_s, in userauth_pubkey() 305 debug_f("key options inconsistent with existing"); in userauth_pubkey()
|
| D | mux.c | 609 debug_f("%s for: listen %d, connect %s:%d", in mux_confirm_remote_forward() 1096 debug_f("channel %d: stop listening", c->self); in mux_master_process_stop_listening() 1128 debug_f("channel %d: proxy request", c->self); in mux_master_process_proxy() 1595 debug_f("write packet: %s", strerror(errno)); in mux_client_hello_exchange() 1603 debug_f("read packet failed"); in mux_client_hello_exchange() 1955 debug_f("master session id: %u", sid); in mux_client_request_session() 2162 debug_f("master session id: %u", sid); in mux_client_request_stdio_fwd()
|
| D | packet.c | 546 debug_f("getpeername failed: %.100s", strerror(errno)); in ssh_remote_hostname() 962 debug_f("rekeying %s, input %llu bytes %llu blocks, " in ssh_set_newkeys() 985 DBG(debug_f("cipher_init: %s", dir)); in ssh_set_newkeys() 1298 debug_f("resetting send seqnr %u", state->p_send.seqnr); in ssh_packet_send2_wrapped() 1773 debug_f("resetting read seqnr %u", state->p_read.seqnr); in ssh_packet_read_poll2() 2253 debug_f("setting to %d", s); in ssh_packet_set_maxsize() 2326 debug_f("called"); in ssh_packet_set_postauth()
|
| D | ttymodes.c | 266 debug_f("no fd or tio"); in ssh_tty_make_modes()
|