- djm@cvs.openbsd.org 2006/04/22 04:06:51
[uidswap.c] use setres[ug]id() to permanently revoke privileges; ok deraadt@ (ID Sync only - portable already uses setres[ug]id() whenever possible)
This commit is contained in:
parent
525a0b090f
commit
2282c6e305
|
@ -62,6 +62,10 @@
|
||||||
a file descriptor per session and apparently makes userland ppp over
|
a file descriptor per session and apparently makes userland ppp over
|
||||||
ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this
|
ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this
|
||||||
decision on a per-platform basis)
|
decision on a per-platform basis)
|
||||||
|
- djm@cvs.openbsd.org 2006/04/22 04:06:51
|
||||||
|
[uidswap.c]
|
||||||
|
use setres[ug]id() to permanently revoke privileges; ok deraadt@
|
||||||
|
(ID Sync only - portable already uses setres[ug]id() whenever possible)
|
||||||
|
|
||||||
20060421
|
20060421
|
||||||
- (djm) [Makefile.in configure.ac session.c sshpty.c]
|
- (djm) [Makefile.in configure.ac session.c sshpty.c]
|
||||||
|
@ -4573,4 +4577,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4314 2006/04/23 02:10:49 djm Exp $
|
$Id: ChangeLog,v 1.4315 2006/04/23 02:11:57 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: uidswap.c,v 1.26 2006/03/25 13:17:03 djm Exp $ */
|
/* $OpenBSD: uidswap.c,v 1.27 2006/04/22 04:06:51 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
|
Loading…
Reference in New Issue