summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99448aa9d..9e0b5159a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
3320020609 3920020609
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 $