The unified diff between revisions [8a7db1e2..] and [78d02301..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'options.h'
# # # patch "options.h" # from [e3ba6f793bd54fcf198e3ef87038d5e8dfed3333] # to [e73d26719374d625cd0cbb5c0bd02f9c53e91ba8] # ============================================================ --- options.h e3ba6f793bd54fcf198e3ef87038d5e8dfed3333 +++ options.h e73d26719374d625cd0cbb5c0bd02f9c53e91ba8 @@ -64,7 +64,8 @@ etc) slower (perhaps by 50%). Recommende #define ENABLE_SVR_REMOTETCPFWD /* Enable Authentication Agent Forwarding - server only for now */ -#define ENABLE_AGENTFWD +#define ENABLE_SVR_AGENTFWD +#define ENABLE_CLI_AGENTFWD /* Encryption - at least one required. * RFC Draft requires 3DES and recommends AES128 for interoperability. @@ -385,6 +386,10 @@ be overridden at runtime with -K. 0 disa #define DISABLE_AGENTFWD #endif +#if defined(DROPBEAR_PRNGD_SOCKET) || defined(ENABLE_CLI_AGENTFWD) +#define ENABLE_CONNECT_UNIX +#endif + #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) #define ENABLE_CLI_ANYTCPFWD #endif