aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh/files/patch-an
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-09 22:37:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-09 22:37:50 +0000
commit2ec13ccae9b17f2958afd2d64b59631ba961c1b4 (patch)
tree33195d9de0cd92ac6b012920b0ab31023f7d89c7 /security/openssh/files/patch-an
parentff2892dc21be127d4ab1e5d3ea9aadd6a25616cb (diff)
Add patch to deal with possible remote root exploit found by
Michal Zalewski of the Bindview RAZOR Team, and some patches to hopefully deal with compilation on older versions of FreeBSD. Submitted by: alfred
Diffstat (limited to 'security/openssh/files/patch-an')
-rw-r--r--security/openssh/files/patch-an7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssh/files/patch-an b/security/openssh/files/patch-an
index b26ba76bfa14..e5f14e469d89 100644
--- a/security/openssh/files/patch-an
+++ b/security/openssh/files/patch-an
@@ -1,12 +1,11 @@
---- sshd.c.orig Wed May 3 19:21:49 2000
-+++ sshd.c Fri May 12 07:11:43 2000
-@@ -49,6 +49,13 @@
+--- /home/bright/ssh/ssh/sshd.c Thu Aug 17 13:06:34 2000
++++ sshd.c Fri Feb 9 11:19:08 2001
+@@ -49,6 +49,12 @@
int deny_severity = LOG_WARNING;
#endif /* LIBWRAP */
+#ifdef __FreeBSD__
+#include <libutil.h>
-+#include <poll.h>
+#include <syslog.h>
+#include <time.h>
+#endif /* __FreeBSD__ */