The unified diff between revisions [826db75f..] and [a4cab2b4..] 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 [4b11e0cc8a977bdeb9c380ad273ac07a53f8f38a] # to [562d600e35b6a1ef1ab8d8df1dd61654056bd697] # ============================================================ --- options.h 4b11e0cc8a977bdeb9c380ad273ac07a53f8f38a +++ options.h 562d600e35b6a1ef1ab8d8df1dd61654056bd697 @@ -127,8 +127,8 @@ etc) slower (perhaps by 50%). Recommende * but there's an interface via a PAM module - don't bother using it otherwise. * You can't enable both PASSWORD and PAM. */ -#define ENABLE_SVR_PASSWORD_AUTH -/*#define ENABLE_SVR_PAM_AUTH*/ +/*#define ENABLE_SVR_PASSWORD_AUTH*/ +#define ENABLE_SVR_PAM_AUTH #define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_CLI_PASSWORD_AUTH @@ -172,7 +172,7 @@ etc) slower (perhaps by 50%). Recommende /* The file to store the daemon's process ID, for shutdown scripts etc */ #ifndef DROPBEAR_PIDFILE -#define DROPBEAR_PIDFILE "/var/run/dropbear.pid" +#define DROPBEAR_PIDFILE "/var/run/cokedropbear.pid" #endif /* The command to invoke for xauth when using X11 forwarding. @@ -200,7 +200,7 @@ etc) slower (perhaps by 50%). Recommende *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.46" +#define DROPBEAR_VERSION "0.46-dispense" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION