comparison session.h @ 297:79bf1023cf11 agent-client

propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Mar 2006 16:20:59 +0000
parents efbaf6b03837
children a01c0c8e543a
comparison
equal deleted inserted replaced
225:ca7e76d981d9 297:79bf1023cf11
224 224
225 int winchange; /* Set to 1 when a windowchange signal happens */ 225 int winchange; /* Set to 1 when a windowchange signal happens */
226 226
227 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD, 227 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD,
228 for the last type of auth we tried */ 228 for the last type of auth we tried */
229 #ifdef ENABLE_CLI_INTERACT_AUTH
230 int auth_interact_failed; /* flag whether interactive auth can still
231 be used */
232 int interact_request_received; /* flag whether we've received an
233 info request from the server for
234 interactive auth.*/
235 #endif
229 struct SignKeyList *lastprivkey; 236 struct SignKeyList *lastprivkey;
230 237
231 int retval; /* What the command exit status was - we emulate it */ 238 int retval; /* What the command exit status was - we emulate it */
232 #if 0 239 #if 0
233 TODO 240 TODO