comparison cli-auth.c @ 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 0913e2ee3545
children 942b22d7dd1c
comparison
equal deleted inserted replaced
39:0883c0906870 40:b4874d772210
4 #include "dbutil.h" 4 #include "dbutil.h"
5 #include "buffer.h" 5 #include "buffer.h"
6 #include "ssh.h" 6 #include "ssh.h"
7 #include "packet.h" 7 #include "packet.h"
8 #include "runopts.h" 8 #include "runopts.h"
9
10 #undef DROPBEAR_PUBKEY_AUTH
9 11
10 void cli_authinitialise() { 12 void cli_authinitialise() {
11 13
12 memset(&ses.authstate, 0, sizeof(ses.authstate)); 14 memset(&ses.authstate, 0, sizeof(ses.authstate));
13 } 15 }