]> andersk Git - openssh.git/blame - uidswap.h
- jmc@cvs.openbsd.org 2006/07/18 07:56:28
[openssh.git] / uidswap.h
CommitLineData
b1842393 1/* $OpenBSD: uidswap.h,v 1.12 2006/07/06 16:03:53 stevesk Exp $ */
23c2a7a5 2
8efc0c15 3/*
5260325f 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5260325f 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
6ae2364d 7 *
bcbf86ec 8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
12 * called by a name other than "ssh" or "Secure Shell".
5260325f 13 */
8efc0c15 14
15#ifndef UIDSWAP_H
16#define UIDSWAP_H
17
b1842393 18#include <sys/types.h>
19
20#include <pwd.h>
21
255cabd9 22void temporarily_use_uid(struct passwd *);
23void restore_uid(void);
24void permanently_set_uid(struct passwd *);
3c33c1b6 25void permanently_drop_suid(uid_t);
8efc0c15 26
5260325f 27#endif /* UIDSWAP_H */
This page took 0.274906 seconds and 5 git commands to generate.