comparison session.h @ 93:5dda5a4d475c

Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 12:42:21 +0000
parents efb5e0b335cf
children 10f4d3319780
comparison
equal deleted inserted replaced
92:2e92778dd162 93:5dda5a4d475c
210 int something; /* XXX */ 210 int something; /* XXX */
211 unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */ 211 unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */
212 212
213 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */ 213 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */
214 struct termios saved_tio; 214 struct termios saved_tio;
215 int stdincopy;
216 int stdinflags;
215 217
216 int winchange; /* Set to 1 when a windowchange signal happens */ 218 int winchange; /* Set to 1 when a windowchange signal happens */
217 219
218 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD, 220 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD,
219 for the last type of auth we tried */ 221 for the last type of auth we tried */