Mercurial > dropbear
comparison runopts.h @ 500:d588e3ea557a agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 23 Sep 2008 16:05:04 +0000 |
parents | ae600f1eef81 c1e9c81d1d27 |
children | 568638be7203 |
comparison
equal
deleted
inserted
replaced
499:f3ca5ebc319a | 500:d588e3ea557a |
---|---|
117 struct TCPFwdList * remotefwds; | 117 struct TCPFwdList * remotefwds; |
118 #endif | 118 #endif |
119 #ifdef ENABLE_CLI_LOCALTCPFWD | 119 #ifdef ENABLE_CLI_LOCALTCPFWD |
120 struct TCPFwdList * localfwds; | 120 struct TCPFwdList * localfwds; |
121 #endif | 121 #endif |
122 #ifdef ENABLE_CLI_AGENTFWD | |
123 int agent_fwd; | |
124 int agent_keys_loaded; /* whether pubkeys has been populated with a | |
125 list of keys held by the agent */ | |
126 #endif | |
122 | 127 |
123 #ifdef ENABLE_CLI_NETCAT | 128 #ifdef ENABLE_CLI_NETCAT |
124 char *netcat_host; | 129 char *netcat_host; |
125 unsigned int netcat_port; | 130 unsigned int netcat_port; |
126 #endif | 131 #endif |