Lines Matching refs:sshdebug

142 sshdebug(Conn *c, char *fmt, ...)  in sshdebug()  function
310 sshdebug(nil, "server started for %s", getuser()); in server()
317 sshdebug(c, "%s", msg); in respexit()
351 sshdebug(nil, "stopen: open %s failed: %r", p); in stopen()
426 sshdebug(cl, "stlisconn conn %d poisoned", xconn); in stlisconn()
432 sshdebug(cl, "stlisconn conn %d ctlfd < 0; poisoned", xconn); in stlisconn()
481 sshdebug(c, "responding to listen open"); in stlisconn()
554 sshdebug(c, "responding to chan listen open"); in stlischan()
593 sshdebug(c, "increasing receive window to %lud, inq %lud\n", in getdata()
843 sshdebug(c, "sending EOF1 to channel request listener"); in readreqrem()
857 sshdebug(c, "sending EOF2 to channel request " in readreqrem()
907 sshdebug(c, "sending EOF1 to channel listener"); in readdata()
918 sshdebug(c, "got interrupt/error in readdata %r"); in readdata()
925 sshdebug(c, "sending EOF2 to channel listener"); in readdata()
991 sshdebug(c, "tcp connect %s %s", toks[1], ntok > 3? toks[2]: ""); in dialbyhand()
1009 sshdebug(c, "userauth for user %s", c->user); in userauth()
1019 sshdebug(c, "userauth got password"); in userauth()
1032 sshdebug(c, "userauth trying rsa"); in userauth()
1050 sshdebug(c, "sending msg svc req for %s", c->service); in userauth()
1052 sshdebug(c, "authing write failed: %r"); in userauth()
1065 sshdebug(c, "sleeping for auth"); in userauth()
1106 sshdebug(c, "level %d writectl: %s", lev, buf); in writectlproc()
1114 sshdebug(c, "id %s", toks[1]); in writectlproc()
1158 sshdebug(c, "got %s argument for announce", toks[1]); in writectlproc()
1206 sshdebug(c, "chan writectl: connect %s", in writectlproc()
1250 sshdebug(c, "got argument `%s' for chan announce", in writectlproc()
1292 sshdebug(c, "writereqrem: %s", buf); in writereqremproc()
1346 sshdebug(c, "sending shell request: rlength=%lud twindow=%lud", in writereqremproc()
1433 sshdebug(c, "got clunk on file: %#llux %d %d %d: %s", in stclunk()
1517 sshdebug(nil, "got flush on file %#llux %lld %lld %lld: %s %#p", in stflush()
1794 sshdebug(c, "dohandshake: server, got `%s', sent `%s'", remid, in exchids()
1803 sshdebug(c, "dohandshake: client, got `%s' sent `%s'", remid, MYID); in exchids()
1810 sshdebug(c, "remote id string `%s'", remid); in exchids()
1828 sshdebug(c, "awaiting establishment"); in negotiate()
1835 sshdebug(c, "failed to establish"); in negotiate()
1838 sshdebug(c, "established; crypto now on"); in negotiate()
1959 sshdebug(c, "id string `%s'", path); in dohandshake()
2015 sshdebug(c, "initializing kexinit packet"); in send_kexinit()
2032 sshdebug(c, "sent KEX algs: %s", buf); in send_kexinit()
2041 sshdebug(c, "sent host key algs: %s", buf); in send_kexinit()
2048 sshdebug(c, "sent crypto algs: %s", buf); in send_kexinit()
2055 sshdebug(c, "sent MAC algs: %s", buf); in send_kexinit()
2095 sshdebug(c, "got disconnect: %s", buf); in negotiating()
2135 sshdebug(c, "using %s for encryption and %s for decryption", in negotiating()
2180 sshdebug(c, "got service request: %s", buf); in negotiating()
2185 sshdebug(c, "connection"); in negotiating()
2209 sshdebug(c, "got service accept: %s: responding with %s %s", in negotiating()
2250 sshdebug(c, "in Established state, got:"); in established()
2257 sshdebug(c, "got disconnect: %s", buf); in established()
2266 sshdebug(c, "got debug message: %s", buf); in established()
2276 sshdebug(c, "kex crypto algorithm mismatch (Established)"); in established()
2279 sshdebug(c, "using %s Kex algorithm and %s PKA", in established()
2289 sshdebug(c, "searching for a listener for channel type %s", buf); in established()
2296 sshdebug(c, "alloced channel %d for listener", ch->id); in established()
2300 sshdebug(c, "got lock in channel open"); in established()
2307 sshdebug(c, "no listener: sleeping"); in established()
2312 sshdebug(c, "waiting for someone to announce %s", ch->ann); in established()
2315 sshdebug(c, "found listener on channel %d", ch->id); in established()
2341 sshdebug(c, "new twindow for channel: %d: %lud", cnum, ch->twindow); in established()
2410 sshdebug(c, "queueing channel request for channel: %d", cnum); in established()
2416 sshdebug(c, "request message begins: %s", in established()
2461 sshdebug(c, "calling read for connection %d, state %d, nb %d, dc %d", in reader0()
2464 sshdebug(c, "reader for connection %d exiting, got %d: %r", in reader0()
2471 sshdebug(c, "got message length: %ld", p->rlength); in reader0()
2473 sshdebug(c, "absurd packet length: %ld, unrecoverable decrypt failure", in reader0()
2483 sshdebug(c, "got message of %d bytes %d padding", n, p->pad_len); in reader0()
2487 sshdebug(c, " for channel %d win %lud", in reader0()
2490 sshdebug(c, " for invalid channel %d", i); in reader0()
2492 sshdebug(c, " first byte: %d", p->payload[0]); in reader0()
2496 sshdebug(c, "got EOF/error on connection read: %d %d %r", np, nm); in reader0()
2502 sshdebug(c, "bad packet in connection %d: exiting", c->id); in reader0()
2508 sshdebug(c, "missing KEX init packet: %d", p->payload[0]); in reader0()
2516 sshdebug(c, "kex crypto algorithm mismatch (Initting)"); in reader0()
2519 sshdebug(c, "using %s Kex algorithm and %s PKA", in reader0()
2532 sshdebug(c, "got disconnect: %s", buf); in reader0()
2562 sshdebug(c, "connection %d in bad state, reader exiting", c->id); in reader0()
2576 sshdebug(c, "starting reader for connection %d, pid %d", c->id, c->rpid); in reader()
2606 sshdebug(nil, "received KEX algs: %s", buf); in validatekexs()
2612 sshdebug(nil, "kex algs not in kexes"); in validatekexs()
2619 sshdebug(nil, "received host key algs: %s", buf); in validatekexs()
2625 sshdebug(nil, "host key algs not in pkas"); in validatekexs()
2632 sshdebug(nil, "received C2S crypto algs: %s", buf); in validatekexs()
2638 sshdebug(nil, "c2s crypto algs not in cryptos"); in validatekexs()
2645 sshdebug(nil, "received S2C crypto algs: %s", buf); in validatekexs()
2651 sshdebug(nil, "s2c crypto algs not in cryptos"); in validatekexs()
2658 sshdebug(nil, "received C2S MAC algs: %s", buf); in validatekexs()
2664 sshdebug(nil, "c2s mac algs not in cryptos"); in validatekexs()
2671 sshdebug(nil, "received S2C MAC algs: %s", buf); in validatekexs()
2677 sshdebug(nil, "s2c mac algs not in cryptos"); in validatekexs()
2813 sshdebug(nil, "writing `%.*s' to caphash", SHA1dlen, hash); in mkcap()
2877 sshdebug(c, "auth_req publickey for user %s", user); in authreqpk()
2958 sshdebug(c, "got userauth request: %s %s %s", user, service, method); in auth_req()
2968 sshdebug(c, "auth_req password"); in auth_req()
2977 sshdebug(c, "auth successful: cuid %s suid %s cap %s", in auth_req()
3015 sshdebug(c, "client_auth"); in client_auth()
3027 sshdebug(c, "client_auth using password for svc %s", c->service); in client_auth()
3029 sshdebug(c, "client_auth trying rsa public key"); in client_auth()
3039 sshdebug(c, "client_auth no rsa key"); in client_auth()
3067 sshdebug(c, "client_auth rsa signing alg %d: %r", i); in client_auth()
3069 sshdebug(c, "client_auth rsa signing failed: %r"); in client_auth()
3081 sshdebug(c, "client_auth write failed: %r"); in client_auth()
3132 sshdebug(c, "shutting down connection %d", c->id); in shutdown()
3142 sshdebug(c, "clone %ld ctl %ld data %ld listen %ld " in shutdown()
3219 sshdebug(c, "done processing shutdown of connection %d", c->id); in shutdown()