Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c115 packet_disconnect("Protocol error during RSA authentication: %d", in try_agent_authentication()
156 packet_disconnect("Protocol error waiting RSA auth " in try_agent_authentication()
182 packet_disconnect( in respond_to_rsa_challenge()
189 packet_disconnect( in respond_to_rsa_challenge()
253 packet_disconnect("Protocol error during RSA authentication: %d", type); in try_rsa_authentication()
330 packet_disconnect("Protocol error waiting RSA auth response: %d", type); in try_rsa_authentication()
367 packet_disconnect("Protocol error during RSA authentication: %d", type); in try_rhosts_rsa_authentication()
390 packet_disconnect("Protocol error waiting RSA auth response: %d", type); in try_rhosts_rsa_authentication()
418 packet_disconnect("Protocol error: got %d in response " in try_challenge_response_authentication()
450 packet_disconnect("Protocol error: got %d in response " in try_challenge_response_authentication()
[all …]
Dauth2.c205 packet_disconnect("bad service request %s", service); in input_service_request()
258 packet_disconnect("no authentication methods enabled"); in input_userauth_request()
261 packet_disconnect("Change of username or service not allowed: " in input_userauth_request()
Dauth1.c351 packet_disconnect("%s", msg); in do_authloop()
429 packet_disconnect("Cannot change user when server not running as root."); in do_authentication()
Dserverloop.c762 packet_disconnect("wait: %.100s", strerror(errno)); in server_loop()
793 packet_disconnect("Command terminated on signal %d.", in server_loop()
797 packet_disconnect("wait returned status %04x.", wait_status); in server_loop()
1078 packet_disconnect("Possible attack: attempt to open a session " in server_request_session()
1345 packet_disconnect("server_input_channel_req: " in server_input_channel_req()
Dchannels.c2361 packet_disconnect("Received data for nonexistent channel %d.", id);
2423 packet_disconnect("Received extended_data for bad channel %d.", id);
2432 packet_disconnect("Received extended_data after EOF "
2468 packet_disconnect("Received ieof for nonexistent channel %d.", id);
2492 packet_disconnect("Received close for nonexistent channel %d.", id);
2530 packet_disconnect("Received oclose for nonexistent channel %d.", id);
2544 packet_disconnect("Received close confirmation for "
2547 packet_disconnect("Received close confirmation for "
2564 packet_disconnect("Received open confirmation for "
2614 packet_disconnect("Received open failure for "
[all …]
Dopacket.h107 void packet_disconnect(const char *, ...)
Dopacket.c328 packet_disconnect(const char *fmt, ...) in packet_disconnect() function
Dsession.c397 packet_disconnect( in do_authenticated1()
402 packet_disconnect( in do_authenticated1()
2084 packet_disconnect("Protocol error: you already have a pty."); in session_pty_req()
2484 packet_disconnect("wait returned status %04x.", status); in session_exit_message()
Dssh.c1630 packet_disconnect("Protocol error waiting for " in ssh_session()
1671 packet_disconnect("Protocol error waiting for pty " in ssh_session()
1695 packet_disconnect("Protocol error waiting for X11 " in ssh_session()
Dsshd.c524 packet_disconnect("Your ssh version is too old and " in sshd_exchange_identification()
2410 packet_disconnect("Warning: client selects unsupported cipher.");
2416 packet_disconnect("IP Spoofing check bytes do not match.");
Dauth.c341 packet_disconnect("Too many authentication failures"); in auth_maxtries_exceeded()
DChangeLog379 Convert packet_send_debug and packet_disconnect from macros to