summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-30 14:20:03 +1100
committerDamien Miller <djm@mindrot.org>2000-09-30 14:20:03 +1100
commitd344494346f60d8f8d94ed71f126f6541a80babc (patch)
tree13e531626e0a509bf99980c7c76fc57a753b1987 /ChangeLog
parentcf3888d396899f82a8ab1f60c6579cbc7887672c (diff)
- (djm) CVS OpenBSD sync:
- markus@cvs.openbsd.org 2000/09/26 13:59:59 [clientloop.c] use debug2 - markus@cvs.openbsd.org 2000/09/27 15:41:34 [auth2.c sshconnect2.c] use key_type() - markus@cvs.openbsd.org 2000/09/28 12:03:18 [channels.c] debug -> debug2 cleanup
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.