Mercurial > dropbear
comparison options.h @ 458:c1e9c81d1d27 agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Aug 2007 13:34:37 +0000 |
parents | 319262c94d24 79bf1023cf11 |
children | d588e3ea557a |
comparison
equal
deleted
inserted
replaced
457:e430a26064ee | 458:c1e9c81d1d27 |
---|---|
62 | 62 |
63 #define ENABLE_SVR_LOCALTCPFWD | 63 #define ENABLE_SVR_LOCALTCPFWD |
64 #define ENABLE_SVR_REMOTETCPFWD | 64 #define ENABLE_SVR_REMOTETCPFWD |
65 | 65 |
66 /* Enable Authentication Agent Forwarding - server only for now */ | 66 /* Enable Authentication Agent Forwarding - server only for now */ |
67 #define ENABLE_AGENTFWD | 67 #define ENABLE_SVR_AGENTFWD |
68 #define ENABLE_CLI_AGENTFWD | |
68 | 69 |
69 /* Encryption - at least one required. | 70 /* Encryption - at least one required. |
70 * RFC Draft requires 3DES and recommends AES128 for interoperability. | 71 * RFC Draft requires 3DES and recommends AES128 for interoperability. |
71 * Including multiple keysize variants the same cipher | 72 * Including multiple keysize variants the same cipher |
72 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ | 73 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ |
383 | 384 |
384 #ifndef ENABLE_AGENTFWD | 385 #ifndef ENABLE_AGENTFWD |
385 #define DISABLE_AGENTFWD | 386 #define DISABLE_AGENTFWD |
386 #endif | 387 #endif |
387 | 388 |
389 #if defined(DROPBEAR_PRNGD_SOCKET) || defined(ENABLE_CLI_AGENTFWD) | |
390 #define ENABLE_CONNECT_UNIX | |
391 #endif | |
392 | |
388 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) | 393 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) |
389 #define ENABLE_CLI_ANYTCPFWD | 394 #define ENABLE_CLI_ANYTCPFWD |
390 #endif | 395 #endif |
391 | 396 |
392 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) | 397 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) |