Searched refs:packet_disconnect (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshconnect1.c115 packet_disconnect("Protocol error during RSA authentication: %d",
156 packet_disconnect("Protocol error waiting RSA auth "
182 packet_disconnect(
189 packet_disconnect(
253 packet_disconnect("Protocol error during RSA authentication: %d", type);
337 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
374 packet_disconnect("Protocol error during RSA authentication: %d", type);
397 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
425 packet_disconnect("Protocol error: got %d in response "
457 packet_disconnect("Protoco
[all...]
H A Dauth2.c207 packet_disconnect("bad service request %s", service);
264 packet_disconnect("no authentication methods enabled");
267 packet_disconnect("Change of username or service not allowed: "
282 packet_disconnect("Sorry, you are not allowed to connect.");
287 packet_disconnect("Logins not available right now.");
H A Dauth1.c351 packet_disconnect("%s", msg);
429 packet_disconnect("Cannot change user when server not running as root.");
H A Dserverloop.c762 packet_disconnect("wait: %.100s", strerror(errno));
793 packet_disconnect("Command terminated on signal %d.",
797 packet_disconnect("wait returned status %04x.", wait_status);
1072 packet_disconnect("Possible attack: attempt to open a session "
1337 packet_disconnect("server_input_channel_req: "
H A Dopacket.c316 packet_disconnect(const char *fmt, ...) function
H A Dopacket.h105 void packet_disconnect(const char *, ...)
H A Dchannels.c2380 packet_disconnect("Received data for nonexistent channel %d.", id);
2442 packet_disconnect("Received extended_data for bad channel %d.", id);
2451 packet_disconnect("Received extended_data after EOF "
2487 packet_disconnect("Received ieof for nonexistent channel %d.", id);
2511 packet_disconnect("Received close for nonexistent channel %d.", id);
2549 packet_disconnect("Received oclose for nonexistent channel %d.", id);
2563 packet_disconnect("Received close confirmation for "
2566 packet_disconnect("Received close confirmation for "
2583 packet_disconnect("Received open confirmation for "
2633 packet_disconnect("Receive
[all...]
H A Dsshd.c547 packet_disconnect("Your ssh version is too old and "
2549 packet_disconnect("Warning: client selects unsupported cipher.");
2555 packet_disconnect("IP Spoofing check bytes do not match.");
H A Dssh.c1735 packet_disconnect("Protocol error waiting for "
1776 packet_disconnect("Protocol error waiting for pty "
1798 packet_disconnect("Protocol error waiting for X11 "
H A Dauth.c349 packet_disconnect("Too many authentication failures");
H A Dsession.c421 packet_disconnect(
426 packet_disconnect(
2116 packet_disconnect("Protocol error: you already have a pty.");
2522 packet_disconnect("wait returned status %04x.", status);
H A Dssh_namespace.h491 #define packet_disconnect Fssh_packet_disconnect macro

Completed in 218 milliseconds