summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:14:37 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:14:37 +1000
commit52b77beb6560c409dfaaec6e61a8f2a2bf53d7d8 (patch)
tree361b15f34c99af10cafad3198d7727893c019b81 /ChangeLog
parentc71f4e40b6d8cdf1c0d83381945841e66c127a95 (diff)
- markus@cvs.openbsd.org 2001/10/09 21:59:41
[channels.c channels.h serverloop.c session.c session.h] simplify session close: no more delayed session_close, no more blocking wait() calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eda5e1b3..9fd4abbb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,10 @@
44 [serverloop.c] 44 [serverloop.c]
45 close all channels if the connection to the remote host has been closed, 45 close all channels if the connection to the remote host has been closed,
46 should fix sshd's hanging with WCHAN==wait 46 should fix sshd's hanging with WCHAN==wait
47 - markus@cvs.openbsd.org 2001/10/09 21:59:41
48 [channels.c channels.h serverloop.c session.c session.h]
49 simplify session close: no more delayed session_close, no more
50 blocking wait() calls.
47 51
4820011007 5220011007
49 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. 53 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6689,4 +6693,4 @@
6689 - Wrote replacements for strlcpy and mkdtemp 6693 - Wrote replacements for strlcpy and mkdtemp
6690 - Released 1.0pre1 6694 - Released 1.0pre1
6691 6695
6692$Id: ChangeLog,v 1.1597 2001/10/10 05:08:36 djm Exp $ 6696$Id: ChangeLog,v 1.1598 2001/10/10 05:14:37 djm Exp $