Mercurial > dropbear
comparison session.h @ 43:942b22d7dd1c
Banner printing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 02 Aug 2004 04:25:05 +0000 |
parents | 18eccbfb9641 |
children | 9ee8996a375f |
comparison
equal
deleted
inserted
replaced
42:837f9172df09 | 43:942b22d7dd1c |
---|---|
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 void cli_session_cleanup(); |
59 void cleantext(unsigned char* dirtytext); | |
59 | 60 |
60 struct key_context { | 61 struct key_context { |
61 | 62 |
62 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */ | 63 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */ |
63 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */ | 64 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */ |