Home
last modified time | relevance | path

Searched refs:debug2 (Results 1 – 25 of 44) sorted by relevance

12

/NextBSD/crypto/openssh/
HDnchan.c95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate()
104 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate], in chan_set_ostate()
116 debug2("channel %d: rcvd oclose", c->self); in chan_rcvd_oclose1()
140 debug2("channel %d: read failed", c->self); in chan_read_failed()
155 debug2("channel %d: ibuf empty", c->self); in chan_ibuf_empty()
181 debug2("channel %d: rcvd ieof", c->self); in chan_rcvd_ieof1()
198 debug2("channel %d: write failed", c->self); in chan_write_failed1()
219 debug2("channel %d: obuf empty", c->self); in chan_obuf_empty()
241 debug2("channel %d: send ieof", c->self); in chan_send_ieof1()
258 debug2("channel %d: send oclose", c->self); in chan_send_oclose1()
[all …]
HDcompat.c245 debug2("Compat: skipping algorithm \"%s\"", cp); in filter_proposal()
260 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
262 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
273 debug2("%s: original public key proposal: %s", __func__, pkalg_prop); in compat_pkalg_proposal()
275 debug2("%s: compat public key proposal: %s", __func__, pkalg_prop); in compat_pkalg_proposal()
286 debug2("%s: original KEX proposal: %s", __func__, kex_prop); in compat_kex_proposal()
288 debug2("%s: compat KEX proposal: %s", __func__, kex_prop); in compat_kex_proposal()
HDmoduli.c343 debug2("start point: 0x%s", BN_bn2hex(largebase)); in gen_candidates()
420 debug2("test q = largebase+%u", 2 * j); in gen_candidates()
603 debug2("%.24s Final %u Miller-Rabin trials (%x generator)", in prime_test()
628 debug2("%10u: comment or short line", count_in); in prime_test()
643 debug2("%10u: known composite", count_in); in prime_test()
662 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test()
679 debug2("%10u: (%u)", count_in, in_type); in prime_test()
688 debug2("Unknown prime type"); in prime_test()
697 debug2("%10u: bit size %u mismatch", count_in, in_size); in prime_test()
701 debug2("%10u: bit size %u too short", count_in, in_size); in prime_test()
[all …]
HDchannels.c256 debug2("channel %d: rfd %d isatty", c->self, c->rfd); in channel_register_fds()
308 debug2("channel: expanding %d", channels_alloc); in channel_new()
507 debug2("channel %d: big input buffer %d", in channel_not_very_much_buffered_data()
513 debug2("channel %d: big output buffer %u > %u", in channel_not_very_much_buffered_data()
679 debug2("channel %d: send open", id); in channel_send_open()
697 debug2("channel %d: request %s confirm %d", id, service, wantconfirm); in channel_request_start()
853 debug2("tcpwinsz: %d for connection: %d", tcpwinsz, sd); in channel_tcpwinsz()
880 debug2("channel %d: obuf_empty delayed efd %d/(%d)", in channel_pre_open()
910 debug2("channel %d: closing after input drain.", c->self); in channel_pre_input_draining()
952 debug2("Initial X11 packet contains bad byte order byte: 0x%x", in x11_open_helper()
[all …]
HDauth2-hostbased.c68 debug2("userauth_hostbased: disabled because of invalid user"); in userauth_hostbased()
138 debug2("userauth_hostbased: authenticated %d", authenticated); in userauth_hostbased()
165 debug2("userauth_hostbased: chost %s resolvedname %s ipaddr %s", in hostbased_key_allowed()
169 debug2("stripping trailing dot from chost %s", chost); in hostbased_key_allowed()
186 debug2("userauth_hostbased: access allowed by auth_rhosts2"); in hostbased_key_allowed()
HDauth-bsdauth.c58 debug2("bsdauth_query: try reuse session"); in bsdauth_query()
67 debug2("bsdauth_query: new bsd auth session"); in bsdauth_query()
74 debug2("bsdauth_query: <%s>", challenge ? challenge : "empty"); in bsdauth_query()
HDmux.c225 debug2("%s: channel %d: not open", __func__, sc->self); in mux_master_control_cleanup_cb()
283 debug2("%s: channel %d slave version %u", __func__, c->self, ver); in process_mux_master_hello()
295 debug2("Unrecognised slave extension \"%s\"", name); in process_mux_master_hello()
360 debug2("%s: channel %d: request tty %d, X %d, agent %d, subsys %d, " in process_mux_new_session()
398 debug2("%s: session already open", __func__); in process_mux_new_session()
421 debug2("%s: session refused by user", __func__); in process_mux_new_session()
463 debug2("%s: channel_new: %d linked to control channel %d", in process_mux_new_session()
478 debug2("%s: channel %d: alive check", __func__, c->self); in process_mux_alive_check()
491 debug2("%s: channel %d: terminate request", __func__, c->self); in process_mux_terminate()
497 debug2("%s: termination refused by user", __func__); in process_mux_terminate()
[all …]
HDhostfile.c73 debug2("extract_salt: string too short"); in extract_salt()
77 debug2("extract_salt: invalid magic identifier"); in extract_salt()
83 debug2("extract_salt: missing salt termination character"); in extract_salt()
90 debug2("extract_salt: bad encoded salt length %u", b64len); in extract_salt()
100 debug2("extract_salt: salt decode error"); in extract_salt()
104 debug2("extract_salt: expected salt len %zd, got %d", in extract_salt()
HDsshconnect2.c375 debug2("service_accept: %s", reply); in ssh_userauth2()
378 debug2("buggy server: service_accept w/o service"); in ssh_userauth2()
443 debug2("we sent a %s packet, wait for reply", method->name); in userauth()
446 debug2("we did not send a packet, disable method"); in userauth()
554 debug2("input_userauth_pk_ok: SSH_BUG_PKOK"); in input_userauth_pk_ok()
583 debug2("input_userauth_pk_ok: fp %s", fp); in input_userauth_pk_ok()
898 debug2("input_userauth_passwd_changereq"); in input_userauth_passwd_changereq()
1128 debug2("no passphrase given, try next key"); in load_identity_file()
1135 debug2("bad passphrase given, try again..."); in load_identity_file()
1238 debug2("key: %s (%p),%s", id->filename, id->key, in pubkey_prepare()
[all …]
HDauth2-pubkey.c85 debug2("userauth_pubkey: disabled because of invalid user"); in userauth_pubkey()
90 debug2("userauth_pubkey: SSH_BUG_PKAUTH"); in userauth_pubkey()
190 debug2("userauth_pubkey: authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
343 debug2("user_key_allowed: check options: '%s'", cp); in check_authkeys_file()
355 debug2("user_key_allowed: advance: '%s'", cp); in check_authkeys_file()
419 debug2("key not found"); in check_authkeys_file()
439 debug2("%s: CA %s %s is not listed in %s", __func__, in user_cert_trusted_ca()
HDkex.c185 debug2("kex_parse_kexinit: %s", proposal[i]); in kex_buf2prop()
191 debug2("kex_parse_kexinit: first_kex_follows %d ", i); in kex_buf2prop()
193 debug2("kex_parse_kexinit: reserved %u ", i); in kex_buf2prop()
445 debug2("proposal mismatch: my %s peer %s", in proposals_match()
450 debug2("proposals match"); in proposals_match()
529 debug2("skipping next packet (type %u)", type); in kex_choose_conf()
606 debug2("kex_derive_keys"); in kex_derive_keys()
HDssh-ed25519.c129 debug2("%s: crypto_sign_ed25519_open failed: %d", in ssh_ed25519_verify()
133 debug2("%s: crypto_sign_ed25519_open " in ssh_ed25519_verify()
HDauth2.c247 debug2("input_userauth_request: setting up authctxt for %s", user); in input_userauth_request()
310 debug2("input_userauth_request: try method %s", method); in input_userauth_request()
475 debug2("Unrecognized authentication method name: %s", in authmethod_lookup()
636 debug2("authentication methods list %d complete", i); in auth2_update_methods_lists()
HDmac.c141 debug2("mac_setup: setup %s", name); in mac_setup()
145 debug2("mac_setup: unknown %s", name); in mac_setup()
HDclientloop.c273 debug2("%s: cancel scheduled exit", __func__); in set_control_persist_exit_time()
279 debug2("%s: schedule exit in %d seconds", __func__, in set_control_persist_exit_time()
356 debug2("x11_get_proto: %s", cmd); in client_x11_get_proto()
381 debug2("x11_get_proto: %s", cmd); in client_x11_get_proto()
526 debug2("client_check_window_change: changed"); in client_check_window_change()
791 debug2("%s request accepted on channel %d", in client_status_confirm()
1882 debug2("buggy server: x11 request w/o originator_port"); in client_request_x11()
2110 debug2("%s: id %d", __func__, id); in client_session2_setup()
HDlog.h69 void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
HDauth2-chall.c185 debug2("kbdint_next_device: devices %s", kbdintctxt->devices ? in kbdint_next_device()
228 debug2("auth2_challenge_start: devices %s", in auth2_challenge_start()
HDaddrmatch.c386 debug2("%s: couldn't parse address %.100s", __func__, addr); in addr_match_list()
446 debug2("%s: couldn't parse address %.100s", __func__, addr); in addr_match_cidr_list()
HDsession.c340 debug2("compression disabled"); in do_authenticated1()
358 debug2("SSH_PROTOFLAG_SCREEN_NUMBER: %d", screen_flag); in do_authenticated1()
362 debug2("Buggy client: " in do_authenticated1()
1932 debug2("%s: allocate (allocated %d max %d)", in session_new()
2156 debug2("subsystem request for %.100s by user %s", s->subsys, in session_subsystem_req()
2254 debug2("Ignoring env request %s: too many env vars", name); in session_env_req()
2260 debug2("Setting env %d: %s=%s", s->num_env, name, val); in session_env_req()
2269 debug2("Ignoring env request %s: disallowed name", name); in session_env_req()
HDmisc.c95 debug2("fd %d setting O_NONBLOCK", fd); in set_nonblock()
150 debug2("fd %d is TCP_NODELAY", fd); in set_nodelay()
154 debug2("fd %d setting TCP_NODELAY", fd); in set_nodelay()
HDauth-rhosts.c205 debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s", in auth_rhosts2_raw()
HDsshconnect1.c271 debug2("no passphrase given, try next key"); in try_rsa_authentication()
278 debug2("bad passphrase given, try again..."); in try_rsa_authentication()
/NextBSD/crypto/openssh/openbsd-compat/
HDport-solaris.c86 debug2("%s: setting up process contract template on fd %d", in solaris_contract_pre_fork()
129 debug2("%s: clearing process contract template on fd %d", in solaris_contract_post_fork_child()
148 debug2("%s: clearing template (fd %d)", __func__, tmpl_fd); in solaris_contract_post_fork_parent()
172 debug2("%s: abandoning contract id %ld", __func__, ctid); in solaris_contract_post_fork_parent()
HDgetrrsetbyname-ldns.c147 debug2("ldns: got %u answers from DNS", rrset->rri_nrdatas); in getrrsetbyname()
155 debug2("ldns: trying to validate RRset"); in getrrsetbyname()
161 debug2("ldns: got %u signature(s) (RRTYPE %u) from DNS", in getrrsetbyname()
167 debug2("ldns: RRset is signed with a valid key"); in getrrsetbyname()
169 debug2("ldns: RRset validation failed: %s", in getrrsetbyname()
/NextBSD/sys/gnu/dts/arm/
HDk2hk-evm.dts70 debug2 {
71 label = "keystone:blue:debug2";

12