| commit | f9c4884c8effe6dd78ab3ed4e42ed69c4a8652d0 | [log] [download] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Tue Jun 11 16:37:51 2002 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Tue Jun 11 16:37:51 2002 +0000 |
| tree | bf92c1c3374176a70d0a2dd9ea23d97e13d5ee57 | |
| parent | 8bb6f36c8fab33f7ca59b9c56e11d54caf36f965 [diff] |
- markus@cvs.openbsd.org 2002/06/11 04:14:26
[ssh.c sshconnect.c sshconnect.h]
no longer use uidswap.[ch] from the ssh client
run less code with euid==0 if ssh is installed setuid root
just switch the euid, don't switch the complete set of groups
(this is only needed by sshd). ok provos@