diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-28 05:28:07 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-28 05:28:07 +0000 |
commit | b22fa20a4c5e78f371b76827b2c090cb15d2b9da (patch) | |
tree | 5464393fdad2abe51ee740f944d1f4833644f11c /security/openssh-portable/files/patch-auth2.c | |
parent | 592046b1399b0f3991507433daeaeca738b2d582 (diff) | |
download | FreeBSD-ports-b22fa20a4c5e78f371b76827b2c090cb15d2b9da.zip FreeBSD-ports-b22fa20a4c5e78f371b76827b2c090cb15d2b9da.tar.gz |
Defaults changed: (Gregory Sutter)
ChallengeResponseAuthentication no
UseLogin no
patch for configure, to detect MAP_ANON submitted by:
Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker
fix missing includes for "canohost.h"
Diffstat (limited to 'security/openssh-portable/files/patch-auth2.c')
-rw-r--r-- | security/openssh-portable/files/patch-auth2.c | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/security/openssh-portable/files/patch-auth2.c b/security/openssh-portable/files/patch-auth2.c index 46fa0f4..8d999bf 100644 --- a/security/openssh-portable/files/patch-auth2.c +++ b/security/openssh-portable/files/patch-auth2.c @@ -1,6 +1,14 @@ ---- auth2.c.orig Tue Feb 26 19:09:43 2002 -+++ auth2.c Sun Mar 17 20:53:15 2002 -@@ -168,6 +168,15 @@ +--- auth2.c.orig Fri Jun 21 08:21:11 2002 ++++ auth2.c Fri Jun 28 06:57:56 2002 +@@ -35,6 +35,7 @@ + #include "dispatch.h" + #include "pathnames.h" + #include "monitor_wrap.h" ++#include "canohost.h" + + /* import */ + extern ServerOptions options; +@@ -137,6 +138,15 @@ Authmethod *m = NULL; char *user, *service, *method, *style = NULL; int authenticated = 0; @@ -16,7 +24,7 @@ if (authctxt == NULL) fatal("input_userauth_request: no authctxt"); -@@ -208,6 +217,41 @@ +@@ -178,6 +188,41 @@ "(%s,%s) -> (%s,%s)", authctxt->user, authctxt->service, user, service); } |