summaryrefslogtreecommitdiff
path: root/security/dropbear/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/dropbear/patches/patch-ab')
-rw-r--r--security/dropbear/patches/patch-ab19
1 files changed, 16 insertions, 3 deletions
diff --git a/security/dropbear/patches/patch-ab b/security/dropbear/patches/patch-ab
index ebb042de223..dd637d304bf 100644
--- a/security/dropbear/patches/patch-ab
+++ b/security/dropbear/patches/patch-ab
@@ -1,8 +1,21 @@
-$NetBSD: patch-ab,v 1.2 2005/04/29 16:14:41 drochner Exp $
+$NetBSD: patch-ab,v 1.3 2005/08/09 17:31:06 drochner Exp $
---- options.h.orig 2005-03-07 05:27:02.000000000 +0100
+--- options.h.orig 2005-07-08 21:20:58.000000000 +0200
+++ options.h
-@@ -143,7 +143,7 @@ etc) slower (perhaps by 50%). Recommende
+@@ -122,8 +122,11 @@ 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. */
+
++#ifdef DISABLE_PAM
+ #define ENABLE_SVR_PASSWORD_AUTH
+-/*#define ENABLE_SVR_PAM_AUTH*/
++#else
++#define ENABLE_SVR_PAM_AUTH
++#endif
+ #define ENABLE_SVR_PUBKEY_AUTH
+
+ #define ENABLE_CLI_PASSWORD_AUTH
+@@ -148,7 +151,7 @@ etc) slower (perhaps by 50%). Recommende
* however significantly reduce the security of your ssh connections
* if the PRNG state becomes guessable - make sure you know what you are
* doing if you change this. */