summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-10-29 10:18:00 +0000
committerdes <des@FreeBSD.org>2002-10-29 10:18:00 +0000
commitda156e9602036970d85297b2fc0d67af0ae20e0d (patch)
tree124d1f1e1c456a20299518d4f53ecf7e2ede8043 /secure
parente1248d5245841c59947ed6cbc7aa6d00650bbcf5 (diff)
downloadFreeBSD-src-da156e9602036970d85297b2fc0d67af0ae20e0d.zip
FreeBSD-src-da156e9602036970d85297b2fc0d67af0ae20e0d.tar.gz
Update for OpenSSH 3.5p1.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile10
-rw-r--r--secure/libexec/ssh-keysign/Makefile1
-rw-r--r--secure/usr.bin/ssh/Makefile2
3 files changed, 11 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 515dab5..8e03711 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -8,7 +8,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
- scard.c monitor_wrap.c monitor_fdpass.c msg.c
+ scard.c monitor_wrap.c monitor_fdpass.c msg.c xmmap.c
# Portability layer
SRCS+= bsd-misc.c entropy.c
# FreeBSD additions
@@ -17,6 +17,14 @@ CFLAGS+=-I${SSHDIR}
NOLINT= true
+.if defined(MAKE_KERBEROS4)
+CFLAGS+= -DKRB4
+.endif
+
+.if defined(MAKE_KERBEROS5)
+CFLAGS+= -DKRB5 -DHEIMDAL
+.endif
+
.if defined(COMPAT_GETADDRINFO)
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
.endif
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
index 7a21e59..1f74eac 100644
--- a/secure/libexec/ssh-keysign/Makefile
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= ssh-keysign
+SRCS= ssh-keysign.c msg.c readconf.c
MAN= ssh-keysign.8
CFLAGS+=-I${SSHDIR}
.if defined(ENABLE_SUID_SSH)
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 42964ca..204e95a 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -7,7 +7,7 @@ LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
MAN= ssh.1 ssh_config.5
MLINKS= ssh.1 slogin.1
-SRCS= ssh.c readconf.c clientloop.c sshtty.c \
+SRCS= ssh.c authfd.c hostfile.c msg.c readconf.c clientloop.c sshtty.c \
sshconnect.c sshconnect1.c sshconnect2.c
.if defined(MAKE_KERBEROS4)
OpenPOWER on IntegriCloud