- 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

--HG--
extra : convert_revision : 9d19b4f22c39798af5f3f24c2022f8caec4919e8
This commit is contained in:
Matt Johnston
2004-08-01 08:54:01 +00:00
parent cb071834da
commit 051b7454f8
12 changed files with 261 additions and 124 deletions

View File

@@ -7,6 +7,8 @@
#include "packet.h"
#include "runopts.h"
#undef DROPBEAR_PUBKEY_AUTH
void cli_authinitialise() {
memset(&ses.authstate, 0, sizeof(ses.authstate));