Searched refs:packet_disconnect (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | sshconnect1.c | 115 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() 337 packet_disconnect("Protocol error waiting RSA auth response: %d", type); in try_rsa_authentication() 374 packet_disconnect("Protocol error during RSA authentication: %d", type); in try_rhosts_rsa_authentication() 397 packet_disconnect("Protocol error waiting RSA auth response: %d", type); in try_rhosts_rsa_authentication() 425 packet_disconnect("Protocol error: got %d in response " in try_challenge_response_authentication() 457 packet_disconnect("Protocol error: got %d in response " in try_challenge_response_authentication() [all …]
|
D | auth2.c | 205 packet_disconnect("bad service request %s", service); in input_service_request() 262 packet_disconnect("no authentication methods enabled"); in input_userauth_request() 265 packet_disconnect("Change of username or service not allowed: " in input_userauth_request()
|
D | channels.c | 2719 packet_disconnect("Received data for nonexistent channel %d.", id); 2783 packet_disconnect("Received extended_data for bad channel %d.", id); 2794 packet_disconnect("Received extended_data after EOF " 2830 packet_disconnect("Received ieof for nonexistent channel %d.", id); 2856 packet_disconnect("Received close for nonexistent channel %d.", id); 2894 packet_disconnect("Received oclose for nonexistent channel %d.", id); 2910 packet_disconnect("Received close confirmation for " 2916 packet_disconnect("Received close confirmation for " 2933 packet_disconnect("Received open confirmation for " 2938 packet_disconnect("Received open confirmation for " [all …]
|
D | opacket.h | 105 void packet_disconnect(const char *, ...)
|
D | serverloop.c | 559 packet_disconnect("Possible attack: attempt to open a session " in server_request_session() 827 packet_disconnect("server_input_channel_req: " in server_input_channel_req()
|
D | opacket.c | 316 packet_disconnect(const char *fmt, ...) in packet_disconnect() function
|
D | ssh.c | 1731 packet_disconnect("Protocol error waiting for " in ssh_session() 1772 packet_disconnect("Protocol error waiting for pty " in ssh_session() 1794 packet_disconnect("Protocol error waiting for X11 " in ssh_session()
|
D | auth.c | 357 packet_disconnect("Too many authentication failures"); in auth_maxtries_exceeded()
|
D | session.c | 1880 packet_disconnect("Protocol error: you already have a pty."); in session_pty_req() 2276 packet_disconnect("wait returned status %04x.", status); in session_exit_message()
|