Mercurial > dropbear
comparison agentfwd.h @ 550:61c3513825b0 agent-client
Talking to the agent works now. Can't interpret the pubkeys.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 01 Jul 2009 06:27:27 +0000 |
parents | cf376c696dfc |
children | c3f2ec71e3d4 |
comparison
equal
deleted
inserted
replaced
547:cf376c696dfc | 550:61c3513825b0 |
---|---|
37 int agentreq(struct ChanSess * chansess); | 37 int agentreq(struct ChanSess * chansess); |
38 void agentsetauth(struct ChanSess *chansess); | 38 void agentsetauth(struct ChanSess *chansess); |
39 void agentcleanup(struct ChanSess * chansess); | 39 void agentcleanup(struct ChanSess * chansess); |
40 void agentset(struct ChanSess *chansess); | 40 void agentset(struct ChanSess *chansess); |
41 | 41 |
42 void load_agent_keys(); | 42 void load_agent_keys(struct SignKeyList * ret_list); |
43 | 43 |
44 #ifdef __hpux | 44 #ifdef __hpux |
45 #define seteuid(a) setresuid(-1, (a), -1) | 45 #define seteuid(a) setresuid(-1, (a), -1) |
46 #define setegid(a) setresgid(-1, (a), -1) | 46 #define setegid(a) setresgid(-1, (a), -1) |
47 #endif | 47 #endif |