HomeSort by: relevance | last modified time | path
    Searched refs:debug2 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssh/dist/
nchan.c 97 debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
107 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
115 debug2("channel %d: read failed", c->self);
131 debug2("channel %d: ibuf empty", c->self);
153 debug2("channel %d: obuf empty", c->self);
174 debug2("channel %d: rcvd eow", c->self);
188 debug2("channel %d: send eof", c->self);
211 debug2("channel %d: send_close2", c->self);
221 debug2("channel %d: send close for remote id %u", c->self,
236 debug2("channel %d: send eow", c->self)
    [all...]
auth-bsdauth.c 65 debug2("bsdauth_query: try reuse session");
74 debug2("bsdauth_query: new bsd auth session");
81 debug2("bsdauth_query: <%s>", challenge ? challenge : "empty");
moduli.c 300 debug2("start point: 0x%s", BN_bn2hex(largebase));
377 debug2("test q = largebase+%u", 2 * j);
561 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
586 debug2("%10u: comment or short line", count_in);
601 debug2("%10u: known composite", count_in);
620 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
637 debug2("%10u: (%u)", count_in, in_type);
646 debug2("Unknown prime type");
655 debug2("%10u: bit size %u mismatch", count_in, in_size);
659 debug2("%10u: bit size %u too short", count_in, in_size)
    [all...]
channels.c 462 debug2("channel %d: rfd %d isatty", c->self, c->rfd);
537 debug2("channel: expanding %d", sc->channels_alloc);
939 debug2("channel %d: big output buffer %zu > %u",
1192 debug2("channel %d: send open", id);
1212 debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
1347 debug2("tcpwinsz: %d for connection: %d", tcpwinsz,
1367 debug2("channel %d: "
1426 debug2("Initial X11 packet contains bad byte order byte: 0x%x",
1439 debug2("X11 connection uses different authentication protocol.");
1446 debug2("X11 auth data does not match fake data.")
    [all...]
auth2-pubkeyfile.c 302 debug2("%s: check options: '%s'", loc, cp);
311 debug2("%s: advance: '%s'", loc, cp);
467 debug2("[LDAP] user_key_allowed: check options: '%s'", cp);
479 debug2("[LDAP] user_key_allowed: advance: '%s'", cp);
dispatch.c 110 debug2("skipped packet (type %u)", type);
hostfile.c 78 debug2("extract_salt: string too short");
82 debug2("extract_salt: invalid magic identifier");
88 debug2("extract_salt: missing salt termination character");
95 debug2("extract_salt: bad encoded salt length %u", b64len);
105 debug2("extract_salt: salt decode error");
109 debug2("extract_salt: expected salt len %zd, got %d",
890 debug2("%s:%ld: truncated before key type",
939 debug2("%s:%ld: truncated after key type",
auth2-chall.c 194 debug2("kbdint_next_device: devices %s", kbdintctxt->devices ?
240 debug2("auth2_challenge_start: devices %s",
sftp-client.c 483 debug2("Remote version: %u", ret->version);
538 debug2("Server supports extension \"%s\" revision %s",
541 debug2("Unrecognised server extension \"%s\"", name);
852 debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
867 debug2("Sending SSH2_FXP_MKDIR \"%s\"", path);
885 debug2("Sending SSH2_FXP_RMDIR \"%s\"", path);
903 debug2("Sending SSH2_FXP_STAT \"%s\"", path);
939 debug2("Sending SSH2_FXP_FSTAT \"%s\"");
954 debug2("Sending SSH2_FXP_SETSTAT \"%s\"", path);
973 debug2("Sending SSH2_FXP_FSETSTAT")
    [all...]
kex.c 202 debug2("%s: %s", proposal_names[i], proposal[i]);
212 debug2("first_kex_follows %d ", v);
213 debug2("reserved %u ", i);
917 debug2("proposal mismatch: my %s peer %s",
922 debug2("proposals match");
944 debug2("local %s KEXINIT proposal", kex->server ? "server" : "client");
947 debug2("peer %s KEXINIT proposal", kex->server ? "client" : "server");
log.h 108 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__) macro
auth2-hostbased.c 191 debug2("stripping trailing dot from chost %s", chost);
sshconnect2.c 533 debug2("service_accept: %s", reply);
536 debug2("buggy server: service_accept w/o service");
585 debug2("we sent a %s packet, wait for reply", method->name);
588 debug2("we did not send a packet, disable method");
1117 debug2("input_userauth_passwd_changereq");
1580 debug2("no passphrase given, try next key");
1595 debug2("bad passphrase given, try again...");
1962 debug2("userauth_kbdint");
2437 debug2("Unrecognized authentication method name: %s", name ? name : "NULL");
auth2.c 360 debug2("input_userauth_request: try method %s", method);
685 debug2("authentication methods list %d complete", i);
dh.c 271 debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p));
auth-pam.c 816 debug2("%s: auth information in SSH_AUTH_INFO_0", caller);
1013 debug2("PAM: %s entering, %u responses", __func__, num);
misc.c 164 debug2("fd %d setting O_NONBLOCK", fd);
219 debug2("fd %d is TCP_NODELAY", fd);
223 debug2("fd %d setting TCP_NODELAY", fd);
mux.c 1691 debug2("Unrecognised master extension \"%s\"", name);
2157 debug2("Exiting on signal: %s", strsignal(muxclient_terminate));
2160 debug2("Control master terminated unexpectedly");
2163 debug2("Received exit status from master %d", exitval);
session.c 1743 debug2("subsystem request for %.100s by user %s", s->subsys,
1871 debug2("Ignoring env request %s: too many env vars", name);
1877 debug2("Setting env %d: %s=%s", s->num_env, name, val);
1886 debug2("Ignoring env request %s: disallowed name", name);
ssh.c 1630 debug2("resolved SecurityKeyProvider %s => %s",
1653 debug2("resolving \"%s\" port %d", host, options.port);
1712 debug2("hostbased pubkey \"%s\" in slot %d", p, o); \
1722 debug2("hostbased cert \"%s\" in slot %d", p, o); \
sftp-server.c 206 debug2("Permitting allowlisted %s request", h->name);
813 debug2("read change len %u to %u", len, SFTP_MAX_READ_LENGTH);
servconf.c 2451 debug2("%s line %d: ignoring duplicate env "
2536 debug2("%s line %d: new include %s",
2547 debug2("%s line %d: no match for %s",
2557 debug2("%s line %d: including %s",
ssh-add.c 991 debug2("%s: %s", argv[i], sshkey_ssh_name(k));
  /src/sys/kern/
init_sysctl.c 614 struct ctldebug /* debug0, */ /* debug1, */ debug2, debug3, debug4; variable in typeref:struct:ctldebug
619 &debug0, &debug1, &debug2, &debug3, &debug4,
  /src/sys/sys/
sysctl.h 1012 extern struct ctldebug debug0, debug1, debug2, debug3, debug4;

Completed in 49 milliseconds

1 2