comparison options.h @ 486:d59f628e7baa

propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553) to branch 'au.asn.ucc.matt.dropbear' (head 636506b73e973b004cc058b07e6f36a25ff902f8)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 17 Sep 2008 14:49:12 +0000
parents 738313e73b1c 12d845ab7b5f
children 2e17f82a7330
comparison
equal deleted inserted replaced
484:effb4a25b1ae 486:d59f628e7baa
67 #define ENABLE_SVR_LOCALTCPFWD 67 #define ENABLE_SVR_LOCALTCPFWD
68 #define ENABLE_SVR_REMOTETCPFWD 68 #define ENABLE_SVR_REMOTETCPFWD
69 69
70 /* Enable Authentication Agent Forwarding - server only for now */ 70 /* Enable Authentication Agent Forwarding - server only for now */
71 #define ENABLE_AGENTFWD 71 #define ENABLE_AGENTFWD
72
73 /* Enable "Netcat mode". TODO describe here. */
74 #define ENABLE_CLI_NETCAT
75
72 76
73 /* Encryption - at least one required. 77 /* Encryption - at least one required.
74 * RFC Draft requires 3DES and recommends AES128 for interoperability. 78 * RFC Draft requires 3DES and recommends AES128 for interoperability.
75 * Including multiple keysize variants the same cipher 79 * Including multiple keysize variants the same cipher
76 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ 80 * (eg AES256 as well as AES128) will result in a minimal size increase.*/