summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:08:36 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:08:36 +1000
commitc71f4e40b6d8cdf1c0d83381945841e66c127a95 (patch)
tree8132842fd05322ca31d89d412f8799dd4077fed6 /ChangeLog
parentae45246696fed011e1a9941d33b89669c74b3198 (diff)
- markus@cvs.openbsd.org 2001/10/09 19:51:18
[serverloop.c] close all channels if the connection to the remote host has been closed, should fix sshd's hanging with WCHAN==wait
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f90af68..2eda5e1b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,10 @@
40 - markus@cvs.openbsd.org 2001/10/09 19:32:49 40 - markus@cvs.openbsd.org 2001/10/09 19:32:49
41 [session.c] 41 [session.c]
42 stat subsystem command before calling do_exec, and return error to client. 42 stat subsystem command before calling do_exec, and return error to client.
43 - markus@cvs.openbsd.org 2001/10/09 19:51:18
44 [serverloop.c]
45 close all channels if the connection to the remote host has been closed,
46 should fix sshd's hanging with WCHAN==wait
43 47
4420011007 4820011007
45 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. 49 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6685,4 +6689,4 @@
6685 - Wrote replacements for strlcpy and mkdtemp 6689 - Wrote replacements for strlcpy and mkdtemp
6686 - Released 1.0pre1 6690 - Released 1.0pre1
6687 6691
6688$Id: ChangeLog,v 1.1596 2001/10/10 05:08:06 djm Exp $ 6692$Id: ChangeLog,v 1.1597 2001/10/10 05:08:36 djm Exp $