diff options
author | Damien Miller <djm@mindrot.org> | 2001-10-12 11:35:04 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-10-12 11:35:04 +1000 |
commit | 3ec2759ad40f054c152c753db046ac55f9670d14 (patch) | |
tree | 3b26532eed14eaf485834a531a4d187cde1b1149 /ChangeLog | |
parent | 4e088e4de02b6c813b498a1270df85e8136c4499 (diff) |
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/10/10 22:18:47
[channels.c channels.h clientloop.c nchan.c serverloop.c]
[session.c session.h]
try to keep channels open until an exit-status message is sent.
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ | |||
1 | 20011012 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - markus@cvs.openbsd.org 2001/10/10 22:18:47 | ||
4 | [channels.c channels.h clientloop.c nchan.c serverloop.c] | ||
5 | [session.c session.h] | ||
6 | try to keep channels open until an exit-status message is sent. | ||
7 | don't kill the login shells if the shells stdin/out/err is closed. | ||
8 | this should now work: | ||
9 | ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ? | ||
10 | |||
1 | 20011010 | 11 | 20011010 |
2 | - (djm) OpenBSD CVS Sync | 12 | - (djm) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2001/10/04 14:34:16 | 13 | - markus@cvs.openbsd.org 2001/10/04 14:34:16 |
@@ -6695,4 +6705,4 @@ | |||
6695 | - Wrote replacements for strlcpy and mkdtemp | 6705 | - Wrote replacements for strlcpy and mkdtemp |
6696 | - Released 1.0pre1 | 6706 | - Released 1.0pre1 |
6697 | 6707 | ||
6698 | $Id: ChangeLog,v 1.1600 2001/10/10 20:45:43 mouring Exp $ | 6708 | $Id: ChangeLog,v 1.1601 2001/10/12 01:35:04 djm Exp $ |