Mercurial > dropbear
comparison session.h @ 551:c3f2ec71e3d4 agent-client
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 06 Jul 2009 12:59:13 +0000 |
parents | 61c3513825b0 |
children | 7f66b8e40f2d |
comparison
equal
deleted
inserted
replaced
550:61c3513825b0 | 551:c3f2ec71e3d4 |
---|---|
259 be used */ | 259 be used */ |
260 int interact_request_received; /* flag whether we've received an | 260 int interact_request_received; /* flag whether we've received an |
261 info request from the server for | 261 info request from the server for |
262 interactive auth.*/ | 262 interactive auth.*/ |
263 #endif | 263 #endif |
264 struct SignKeyList *lastprivkey; | 264 sign_key *lastprivkey; |
265 | 265 |
266 int retval; /* What the command exit status was - we emulate it */ | 266 int retval; /* What the command exit status was - we emulate it */ |
267 #if 0 | 267 #if 0 |
268 TODO | 268 TODO |
269 struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ | 269 struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ |