summaryrefslogtreecommitdiff
path: root/uidswap.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
commit1b816ea846aca3ee89e7995373ace609e9518424 (patch)
treeb41cdc8495cae7fa9c2e0f98a5f2e71656b61f9a /uidswap.h
parentfa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (diff)
parent086ea76990b1e6287c24b6db74adffd4605eb3b0 (diff)
import openssh-4.6p1-gsskex-20070312.patch
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/uidswap.h b/uidswap.h
index 0726980d0..1c1163d75 100644
--- a/uidswap.h
+++ b/uidswap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: uidswap.h,v 1.9 2001/06/26 17:27:25 markus Exp $ */ 1/* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -12,11 +12,7 @@
12 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
13 */ 13 */
14 14
15#ifndef UIDSWAP_H
16#define UIDSWAP_H
17
18void temporarily_use_uid(struct passwd *); 15void temporarily_use_uid(struct passwd *);
19void restore_uid(void); 16void restore_uid(void);
20void permanently_set_uid(struct passwd *); 17void permanently_set_uid(struct passwd *);
21 18void permanently_drop_suid(uid_t);
22#endif /* UIDSWAP_H */