]> andersk Git - openssh.git/blame - uidswap.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / uidswap.h
CommitLineData
31652869 1/* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt 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
255cabd9 15void temporarily_use_uid(struct passwd *);
16void restore_uid(void);
17void permanently_set_uid(struct passwd *);
3c33c1b6 18void permanently_drop_suid(uid_t);
This page took 1.064979 seconds and 5 git commands to generate.