comparison session.h @ 40:b4874d772210

- Added terminal mode handling etc for the client, and window change - Refactored the terminal-mode handling for the server - Improved session closing for the client
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Aug 2004 08:54:01 +0000
parents 0883c0906870
children 18eccbfb9641
comparison
equal deleted inserted replaced
39:0883c0906870 40:b4874d772210
53 53
54 /* Client */ 54 /* Client */
55 void cli_session(int sock, char *remotehost); 55 void cli_session(int sock, char *remotehost);
56 void cli_dropbear_exit(int exitcode, const char* format, va_list param); 56 void cli_dropbear_exit(int exitcode, const char* format, va_list param);
57 void cli_dropbear_log(int priority, const char* format, va_list param); 57 void cli_dropbear_log(int priority, const char* format, va_list param);
58 void cli_session_cleanup();
58 59
59 struct key_context { 60 struct key_context {
60 61
61 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */ 62 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */
62 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */ 63 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */