summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-06-11 04:14:27 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-06-11 04:14:27 +0000
commit2e86e72e347d53105ca52815beafec3a0a61c506 (patch)
treea59a690c6cff3083146b59fb9c6a5d213e21abd3 /usr.bin/ssh/sshd
parent7ba5de77e3430cb487f40b81ceef0540e6d265ee (diff)
no longer use uidswap.[ch] from the ssh client
run less code with euid==0 if ssh is installed setuid root just switch the euid, don't switch the complete set of groups (this is only needed by sshd). ok provos@
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index f23148d5390..5720e323cca 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.49 2002/05/25 18:51:07 markus Exp $
+# $OpenBSD: Makefile,v 1.50 2002/06/11 04:14:26 markus Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ MAN= sshd.8
CFLAGS+=-DHAVE_LOGIN_CAP -DBSD_AUTH
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
- sshpty.c sshlogin.c servconf.c serverloop.c \
+ sshpty.c sshlogin.c servconf.c serverloop.c uidswap.c \
auth.c auth1.c auth2.c auth-options.c session.c \
auth-chall.c auth2-chall.c groupaccess.c \
auth-skey.c auth-bsdauth.c monitor_mm.c monitor.c \