summaryrefslogtreecommitdiffstats
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 a7c40231..43e154b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@
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
+ - djm@cvs.openbsd.org 2014/07/18 02:46:01
+ [ssh-agent.c]
+ restore umask around listener socket creation (dropped in streamlocal patch
+ merge)
20140717
- (djm) [digest-openssl.c] Preserve array order when disabling digests.