Mercurial > dropbear
comparison cli-auth.c @ 320:08b69964e408 agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 12b2f59db65e7339d340e95ac67d6d9ddb193c2b)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 06 Jun 2006 15:40:09 +0000 |
parents | baea1d43e7eb |
children | 8f3ec7c104d9 |
comparison
equal
deleted
inserted
replaced
297:79bf1023cf11 | 320:08b69964e408 |
---|---|
234 cli_ses.lastauthtype = AUTH_TYPE_NONE; | 234 cli_ses.lastauthtype = AUTH_TYPE_NONE; |
235 } | 235 } |
236 | 236 |
237 void cli_auth_try() { | 237 void cli_auth_try() { |
238 | 238 |
239 int finished = 0; | |
239 TRACE(("enter cli_auth_try")) | 240 TRACE(("enter cli_auth_try")) |
240 int finished = 0; | |
241 | 241 |
242 CHECKCLEARTOWRITE(); | 242 CHECKCLEARTOWRITE(); |
243 | 243 |
244 /* Order to try is pubkey, interactive, password. | 244 /* Order to try is pubkey, interactive, password. |
245 * As soon as "finished" is set for one, we don't do any more. */ | 245 * As soon as "finished" is set for one, we don't do any more. */ |