summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-12 11:35:50 +1000
committerDamien Miller <djm@mindrot.org>2001-10-12 11:35:50 +1000
commit0585d51a52350409f63b687a02619a7617643309 (patch)
tree45d5190ff8c5273f1b71277514dda4714158ce05 /ChangeLog
parent3ec2759ad40f054c152c753db046ac55f9670d14 (diff)
- markus@cvs.openbsd.org 2001/10/11 13:45:21
[session.c] delay detach of session if a channel gets closed but the child is still alive. however, release pty, since the fd's to the child are already closed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5a13d21d..7c7832556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 don't kill the login shells if the shells stdin/out/err is closed. 7 don't kill the login shells if the shells stdin/out/err is closed.
8 this should now work: 8 this should now work:
9 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ? 9 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
10 - markus@cvs.openbsd.org 2001/10/11 13:45:21
11 [session.c]
12 delay detach of session if a channel gets closed but the child is
13 still alive. however, release pty, since the fd's to the child are
14 already closed.
10 15
1120011010 1620011010
12 - (djm) OpenBSD CVS Sync 17 - (djm) OpenBSD CVS Sync
@@ -6705,4 +6710,4 @@
6705 - Wrote replacements for strlcpy and mkdtemp 6710 - Wrote replacements for strlcpy and mkdtemp
6706 - Released 1.0pre1 6711 - Released 1.0pre1
6707 6712
6708$Id: ChangeLog,v 1.1601 2001/10/12 01:35:04 djm Exp $ 6713$Id: ChangeLog,v 1.1602 2001/10/12 01:35:50 djm Exp $