Mercurial > dropbear
comparison session.h @ 686:983a817f8e41 insecure-nocrypto
- Only request "none" cipher after auth has succeeded
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 May 2012 20:52:57 +0800 |
parents | fc7ae88e63b3 |
children | bf0ac0512ef7 |
comparison
equal
deleted
inserted
replaced
685:5af8993f7529 | 686:983a817f8e41 |
---|---|
267 int auth_interact_failed; /* flag whether interactive auth can still | 267 int auth_interact_failed; /* flag whether interactive auth can still |
268 be used */ | 268 be used */ |
269 int interact_request_received; /* flag whether we've received an | 269 int interact_request_received; /* flag whether we've received an |
270 info request from the server for | 270 info request from the server for |
271 interactive auth.*/ | 271 interactive auth.*/ |
272 | |
273 int cipher_none_after_auth; /* Set to 1 if the user requested "none" | |
274 auth */ | |
272 #endif | 275 #endif |
273 sign_key *lastprivkey; | 276 sign_key *lastprivkey; |
274 | 277 |
275 int retval; /* What the command exit status was - we emulate it */ | 278 int retval; /* What the command exit status was - we emulate it */ |
276 #if 0 | 279 #if 0 |