summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de42c4b5..f9496530c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,19 @@
3 openbsd-compat/openbsd-compat.h openbsd-compat/strptime.c] Add strptime to 3 openbsd-compat/openbsd-compat.h openbsd-compat/strptime.c] Add strptime to
4 the compat library which helps on platforms like old IRIX. Based on work 4 the compat library which helps on platforms like old IRIX. Based on work
5 by djm, tested by Tom Christensen. 5 by djm, tested by Tom Christensen.
6 - OpenBSD CVS Sync
7 - djm@cvs.openbsd.org 2010/08/12 21:49:44
8 [ssh.c]
9 close any extra file descriptors inherited from parent at start and
10 reopen stdin/stdout to /dev/null when forking for ControlPersist.
11
12 prevents tools that fork and run a captive ssh for communication from
13 failing to exit when the ssh completes while they wait for these fds to
14 close. The inherited fds may persist arbitrarily long if a background
15 mux master has been started by ControlPersist. cvs and scp were effected
16 by this.
17
18 "please commit" markus@
6 19
720100812 2020100812
8 - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh 21 - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh