diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-11 16:37:51 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-11 16:37:51 +0000 |
commit | f9c4884c8effe6dd78ab3ed4e42ed69c4a8652d0 (patch) | |
tree | bf92c1c3374176a70d0a2dd9ea23d97e13d5ee57 /ChangeLog | |
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@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -29,6 +29,12 @@ | |||
29 | [channels.c channels.h session.c] | 29 | [channels.c channels.h session.c] |
30 | move creation of agent socket to session.c; no need for uidswapping | 30 | move creation of agent socket to session.c; no need for uidswapping |
31 | in channel.c. | 31 | in channel.c. |
32 | - markus@cvs.openbsd.org 2002/06/11 04:14:26 | ||
33 | [ssh.c sshconnect.c sshconnect.h] | ||
34 | no longer use uidswap.[ch] from the ssh client | ||
35 | run less code with euid==0 if ssh is installed setuid root | ||
36 | just switch the euid, don't switch the complete set of groups | ||
37 | (this is only needed by sshd). ok provos@ | ||
32 | 38 | ||
33 | 20020609 | 39 | 20020609 |
34 | - (bal) OpenBSD CVS Sync | 40 | - (bal) OpenBSD CVS Sync |
@@ -894,4 +900,4 @@ | |||
894 | - (stevesk) entropy.c: typo in debug message | 900 | - (stevesk) entropy.c: typo in debug message |
895 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 901 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
896 | 902 | ||
897 | $Id: ChangeLog,v 1.2207 2002/06/11 15:59:02 mouring Exp $ | 903 | $Id: ChangeLog,v 1.2208 2002/06/11 16:37:51 mouring Exp $ |