summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-11-09 15:54:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-11-09 15:54:08 +0000
commit007eb912eae0258744043d08e85f99ba3201aeea (patch)
treea1257a91a6f17f9c3cbd85b1561d439a122eae82 /ChangeLog
parentb6df73b06abb12772d816e64f210ad30ebaf54cb (diff)
- markus@cvs.openbsd.org 2002/11/07 22:35:38
[scp.c] check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ca11a877..f947b3505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,10 @@
32 target host and ssh-keysign(8) does not know the remote hostname 32 target host and ssh-keysign(8) does not know the remote hostname
33 and not trust ssh(1) about the hostname, so we add a new option 33 and not trust ssh(1) about the hostname, so we add a new option
34 EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de 34 EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
35 - markus@cvs.openbsd.org 2002/11/07 22:35:38
36 [scp.c]
37 check exit status from ssh, and exit(1) if ssh fails; bug#369;
38 binder@arago.de
35 39
3620021021 4020021021
37 - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from 41 - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from
@@ -809,4 +813,4 @@
809 save auth method before monitor_reset_key_state(); bugzilla bug #284; 813 save auth method before monitor_reset_key_state(); bugzilla bug #284;
810 ok provos@ 814 ok provos@
811 815
812$Id: ChangeLog,v 1.2508 2002/11/09 15:52:31 mouring Exp $ 816$Id: ChangeLog,v 1.2509 2002/11/09 15:54:08 mouring Exp $