summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-19 05:27:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-19 05:27:08 +0000
commit18b5a6a6bb6f71e1c2609c104cbb619af63074f2 (patch)
tree4b9cfc3329a70a01ff42d4a1ea6d704c4821d0a3 /usr.bin
parent001bdfd0bc84a2e9a6f113de77f60f4e06e71fac (diff)
stop doing kerberos in ssh and sshd
the code bloat makes that no longer trustworthy functionality ok guenther
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh/Makefile3
-rw-r--r--usr.bin/ssh/sshd/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile
index fd4a7e7899b..d30b74ad0f1 100644
--- a/usr.bin/ssh/ssh/Makefile
+++ b/usr.bin/ssh/ssh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.59 2013/06/18 20:27:20 miod Exp $
+# $OpenBSD: Makefile,v 1.60 2013/06/19 05:27:06 deraadt Exp $
.PATH: ${.CURDIR}/..
@@ -17,6 +17,7 @@ SRCS= ssh.c readconf.c clientloop.c sshtty.c \
roaming_common.c roaming_client.c
.include <bsd.own.mk>
+KERBEROS5=no
.if (${KERBEROS5:L} == "yes")
CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 800b849e441..5caa77eeaaf 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.75 2013/06/18 20:27:20 miod Exp $
+# $OpenBSD: Makefile,v 1.76 2013/06/19 05:27:07 deraadt Exp $
.PATH: ${.CURDIR}/..
@@ -19,6 +19,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
roaming_common.c roaming_serv.c sandbox-systrace.c
.include <bsd.own.mk> # for KERBEROS and AFS
+KERBEROS5=no
.if (${KERBEROS5:L} == "yes")
CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI