summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/patch-auth2.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:42:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:42:53 +0000
commitcdfe97f541f5eaf75a9a5faf7f7111bd77d3376b (patch)
tree16ffc4b8d177c092f28e8266eef6820d2e109d4d /security/openssh-portable/files/patch-auth2.c
parent- run ldconfig on the GNUstep dir only (diff)
- cleanup patches
(only context changed)
Notes
Notes: svn path=/head/; revision=118777
Diffstat (limited to 'security/openssh-portable/files/patch-auth2.c')
-rw-r--r--security/openssh-portable/files/patch-auth2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh-portable/files/patch-auth2.c b/security/openssh-portable/files/patch-auth2.c
index 6012ce39d7b8..a7e9b703181d 100644
--- a/security/openssh-portable/files/patch-auth2.c
+++ b/security/openssh-portable/files/patch-auth2.c
@@ -1,5 +1,5 @@
---- auth2.c.orig Tue Sep 2 23:32:46 2003
-+++ auth2.c Tue Sep 16 20:05:44 2003
+--- auth2.c.orig Thu Aug 12 14:40:25 2004
++++ auth2.c Mon Sep 20 05:04:48 2004
@@ -35,6 +35,7 @@
#include "dispatch.h"
#include "pathnames.h"
@@ -8,7 +8,7 @@
#ifdef GSSAPI
#include "ssh-gss.h"
-@@ -143,6 +144,15 @@
+@@ -134,6 +135,15 @@
Authmethod *m = NULL;
char *user, *service, *method, *style = NULL;
int authenticated = 0;
@@ -24,7 +24,7 @@
if (authctxt == NULL)
fatal("input_userauth_request: no authctxt");
-@@ -187,6 +197,41 @@
+@@ -178,6 +188,41 @@
"(%s,%s) -> (%s,%s)",
authctxt->user, authctxt->service, user, service);
}