Mercurial > dropbear
comparison session.h @ 968:f7f6c15b0ec3
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 13 Aug 2014 21:48:47 +0800 |
parents | 36eacc322e00 |
children | 0bb16232e7c4 |
comparison
equal
deleted
inserted
replaced
967:02821319ab1f | 968:f7f6c15b0ec3 |
---|---|
45 void common_session_init(int sock_in, int sock_out); | 45 void common_session_init(int sock_in, int sock_out); |
46 void session_loop(void(*loophandler)()); | 46 void session_loop(void(*loophandler)()); |
47 void session_cleanup(); | 47 void session_cleanup(); |
48 void send_session_identification(); | 48 void send_session_identification(); |
49 void send_msg_ignore(); | 49 void send_msg_ignore(); |
50 void ignore_recv_msg_request_failure(); | |
50 | 51 |
51 void update_channel_prio(); | 52 void update_channel_prio(); |
52 | 53 |
53 const char* get_user_shell(); | 54 const char* get_user_shell(); |
54 void fill_passwd(const char* username); | 55 void fill_passwd(const char* username); |