summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-18 15:04:47 +1000
committerDamien Miller <djm@mindrot.org>2014-07-18 15:04:47 +1000
commitab2ec586baad122ed169285c31927ccf58bc7b28 (patch)
tree0d03482f06594db9e4669928641332b30a8cf9fe /ChangeLog
parent357610d15946381ae90c271837dcdd0cdce7145f (diff)
- djm@cvs.openbsd.org 2014/07/18 02:46:01
[ssh-agent.c] restore umask around listener socket creation (dropped in streamlocal patch merge)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c402316..43e154b0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@
33 reflect stdio-forward ("ssh -W host:port ...") failures in exit status. 33 reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
34 previously we were always returning 0. bz#2255 reported by Brendan 34 previously we were always returning 0. bz#2255 reported by Brendan
35 Germain; ok dtucker 35 Germain; ok dtucker
36 - djm@cvs.openbsd.org 2014/07/18 02:46:01
37 [ssh-agent.c]
38 restore umask around listener socket creation (dropped in streamlocal patch
39 merge)
36 40
3720140717 4120140717
38 - (djm) [digest-openssl.c] Preserve array order when disabling digests. 42 - (djm) [digest-openssl.c] Preserve array order when disabling digests.