- (bal) mispelling in uidswap.c (portable only)
This commit is contained in:
parent
07739fe305
commit
af40bc6a72
|
@ -39,6 +39,7 @@
|
|||
- markus@cvs.openbsd.org 2002/04/02 20:11:38
|
||||
[ssh-rsa.c]
|
||||
ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
|
||||
- (bal) mispelling in uidswap.c (portable only)
|
||||
|
||||
20020401
|
||||
- (stevesk) [monitor.c] PAM should work again; will *not* work with
|
||||
|
@ -8146,4 +8147,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.2019 2002/04/03 03:03:04 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2020 2002/04/03 03:36:54 mouring Exp $
|
||||
|
|
|
@ -84,7 +84,7 @@ temporarily_use_uid(struct passwd *pw)
|
|||
/* Set the effective uid to the given (unprivileged) uid. */
|
||||
if (setgroups(user_groupslen, user_groups) < 0)
|
||||
fatal("setgroups: %.100s", strerror(errno));
|
||||
#endif /* !HAVE_CYWIN */
|
||||
#endif /* !HAVE_CYGWIN */
|
||||
#ifndef SAVED_IDS_WORK_WITH_SETEUID
|
||||
/* Propagate the privileged gid to all of our gids. */
|
||||
if (setgid(getegid()) < 0)
|
||||
|
|
Loading…
Reference in New Issue