summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-18 15:04:10 +1000
committerDamien Miller <djm@mindrot.org>2014-07-18 15:04:10 +1000
commit357610d15946381ae90c271837dcdd0cdce7145f (patch)
treee94ba70af3b190aa205f06b8eedf4b910c5dc2e2 /ChangeLog
parentdad9a4a0b7c2b5d78605f8df28718f116524134e (diff)
- djm@cvs.openbsd.org 2014/07/17 07:22:19
[mux.c ssh.c] reflect stdio-forward ("ssh -W host:port ...") failures in exit status. previously we were always returning 0. bz#2255 reported by Brendan Germain; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2e52afcc..a7c402316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,11 @@
28 - djm@cvs.openbsd.org 2014/07/17 00:12:03 28 - djm@cvs.openbsd.org 2014/07/17 00:12:03
29 [key.c] 29 [key.c]
30 silence "incorrect passphrase" error spam; reported and ok dtucker@ 30 silence "incorrect passphrase" error spam; reported and ok dtucker@
31 - djm@cvs.openbsd.org 2014/07/17 07:22:19
32 [mux.c ssh.c]
33 reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
34 previously we were always returning 0. bz#2255 reported by Brendan
35 Germain; ok dtucker
31 36
3220140717 3720140717
33 - (djm) [digest-openssl.c] Preserve array order when disabling digests. 38 - (djm) [digest-openssl.c] Preserve array order when disabling digests.