summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50f959226..65d5ba7b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,16 @@
6 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with 6 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
7 very short lived X connections. Bug report from Tobias Oetiker 7 very short lived X connections. Bug report from Tobias Oetiker
8 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org> 8 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
9 - (djm) CVS OpenBSD sync:
10 - markus@cvs.openbsd.org 2000/09/26 13:59:59
11 [clientloop.c]
12 use debug2
13 - markus@cvs.openbsd.org 2000/09/27 15:41:34
14 [auth2.c sshconnect2.c]
15 use key_type()
16 - markus@cvs.openbsd.org 2000/09/28 12:03:18
17 [channels.c]
18 debug -> debug2 cleanup
9 19
1020000929 2020000929
11 - (djm) Fix SSH2 not terminating until all background tasks done problem. 21 - (djm) Fix SSH2 not terminating until all background tasks done problem.