summaryrefslogtreecommitdiffstats
path: root/uidswap.h
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2018-07-18 13:34:04 +0200
committerDamien Miller <djm@mindrot.org>2018-07-19 13:41:42 +0200
commit258dc8bb07dfb35a46e52b0822a2c5b7027df60a (patch)
tree0076c7e0f10f5f525efbd9f7499e5707203b743f /uidswap.h
parentupstream: Slot 0 in the hostbased key array was previously RSA1, (diff)
downloadopenssh-258dc8bb07dfb35a46e52b0822a2c5b7027df60a.tar.xz
openssh-258dc8bb07dfb35a46e52b0822a2c5b7027df60a.zip
upstream: Remove support for running ssh(1) setuid and fatal if
attempted. Do not link uidwap.c into ssh any more. Neuters UsePrivilegedPort, which will be marked as deprecated shortly. ok markus@ djm@ OpenBSD-Commit-ID: c4ba5bf9c096f57a6ed15b713a1d7e9e2e373c42
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/uidswap.h b/uidswap.h
index 1c1163d75..4ac91aa04 100644
--- a/uidswap.h
+++ b/uidswap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: uidswap.h,v 1.14 2018/07/18 11:34:05 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,4 +15,3 @@
void temporarily_use_uid(struct passwd *);
void restore_uid(void);
void permanently_set_uid(struct passwd *);
-void permanently_drop_suid(uid_t);