comparison options.h @ 225:ca7e76d981d9 agent-client

- progress towards client agent forwarding (incomplete and does not compile)
author Matt Johnston <matt@ucc.asn.au>
date Mon, 18 Jul 2005 14:32:52 +0000
parents 9089929fb2b7
children 79bf1023cf11
comparison
equal deleted inserted replaced
224:1dbd2473482f 225:ca7e76d981d9
57 57
58 #define ENABLE_SVR_LOCALTCPFWD 58 #define ENABLE_SVR_LOCALTCPFWD
59 #define ENABLE_SVR_REMOTETCPFWD 59 #define ENABLE_SVR_REMOTETCPFWD
60 60
61 /* Enable Authentication Agent Forwarding - server only for now */ 61 /* Enable Authentication Agent Forwarding - server only for now */
62 #define ENABLE_AGENTFWD 62 #define ENABLE_SVR_AGENTFWD
63 #define ENABLE_CLI_AGENTFWD
63 64
64 /* Encryption - at least one required. 65 /* Encryption - at least one required.
65 * RFC Draft requires 3DES, and recommends Blowfish, AES128 & Twofish128 */ 66 * RFC Draft requires 3DES, and recommends Blowfish, AES128 & Twofish128 */
66 #define DROPBEAR_AES128_CBC 67 #define DROPBEAR_AES128_CBC
67 #define DROPBEAR_BLOWFISH_CBC 68 #define DROPBEAR_BLOWFISH_CBC
316 317
317 #ifndef ENABLE_AGENTFWD 318 #ifndef ENABLE_AGENTFWD
318 #define DISABLE_AGENTFWD 319 #define DISABLE_AGENTFWD
319 #endif 320 #endif
320 321
322 #if defined(DROPBEAR_PRNGD_SOCKET) || defined(ENABLE_CLI_AGENTFWD)
323 #define ENABLE_CONNECT_UNIX
324 #endif
325
321 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) 326 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
322 #define ENABLE_CLI_ANYTCPFWD 327 #define ENABLE_CLI_ANYTCPFWD
323 #endif 328 #endif
324 329
325 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) 330 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD)