diff options
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 $ |