summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-av
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-11-04 23:04:25 +0000
committerBrian Feldman <green@FreeBSD.org>2000-11-04 23:04:25 +0000
commitc512ae8ac925c933208cd6c71172336ffe482637 (patch)
treec36b4dc0bc1d855fd19635aa2dee8991fb1fca8b /security/openssh/files/patch-av
parentUpdate to knu-cvsweb 1.104.1.39. (diff)
Update to OpenSSH 2.2.0. This is an end-of-life update for the
ports-based OpenSSH. OpenSSH has been in the base system for more than long enough to justify not having to maintain two separate FreeBSD versions of OpenSSH.
Notes
Notes: svn path=/head/; revision=34806
Diffstat (limited to '')
-rw-r--r--security/openssh/files/patch-av16
1 files changed, 4 insertions, 12 deletions
diff --git a/security/openssh/files/patch-av b/security/openssh/files/patch-av
index d781357fb1da..146643ad6122 100644
--- a/security/openssh/files/patch-av
+++ b/security/openssh/files/patch-av
@@ -1,18 +1,10 @@
---- auth.c.orif Thu Apr 20 17:21:58 2000
-+++ auth.c Thu Apr 20 17:50:06 2000
-@@ -26,7 +26,6 @@
- #include "session.h"
- #include "dispatch.h"
-
--
- /* import */
- extern ServerOptions options;
- extern char *forced_command;
-@@ -106,6 +105,16 @@
+--- auth.c.orig Sat Nov 4 17:30:17 2000
++++ auth.c Sat Nov 4 17:29:00 2000
+@@ -111,6 +111,16 @@
return 0;
}
}
-+#ifdef __FreeBSD__
++#ifdef __FreeBSD__
+ /* Fail if the account's expiration time has passed. */
+ if (pw->pw_expire != 0) {
+ struct timeval tv;