summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2559e19e0..eb05caeb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,13 @@
17 [auth-options.c auth.c auth.h] 17 [auth-options.c auth.c auth.h]
18 move the packet_send_debug handling from auth-options.c to auth.c; 18 move the packet_send_debug handling from auth-options.c to auth.c;
19 ok provos@ 19 ok provos@
20 - millert@cvs.openbsd.org 2002/05/13 15:53:19
21 [sshd.c]
22 Call setsid() in the child after sshd accepts the connection and forks.
23 This is needed for privsep which calls setlogin() when it changes uids.
24 Without this, there is a race where the login name of an existing
25 connection, as returned by getlogin(), may be changed to the privsep
26 user (sshd). markus@ OK
20 27
2120020514 2820020514
22 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. 29 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
@@ -621,4 +628,4 @@
621 - (stevesk) entropy.c: typo in debug message 628 - (stevesk) entropy.c: typo in debug message
622 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 629 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
623 630
624$Id: ChangeLog,v 1.2126 2002/05/15 16:16:14 mouring Exp $ 631$Id: ChangeLog,v 1.2127 2002/05/15 16:17:56 mouring Exp $