summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-03 21:22:40 +1000
committerDamien Miller <djm@mindrot.org>2014-07-03 21:22:40 +1000
commitb1e967c8d7c7578dd0c172d85b3046cf54ea42ba (patch)
tree8f895c2e7399de136573dd2098540c8406cb9f7f /ChangeLog
parent61e28e55c3438d796b02ef878bcd28620d452670 (diff)
- djm@cvs.openbsd.org 2014/07/03 03:11:03
[ssh-agent.c] Only cleanup agent socket in the main agent process and not in any subprocesses it may have started (e.g. forked askpass). Fixes agent sockets being zapped when askpass processes fatal(); bz#2236 patch from Dmitry V. Levin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7715dafb..049a1d861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,12 @@
8 [sshkey.c] 8 [sshkey.c]
9 make Ed25519 keys' title fit properly in the randomart border; bz#2247 9 make Ed25519 keys' title fit properly in the randomart border; bz#2247
10 based on patch from Christian Hesse 10 based on patch from Christian Hesse
11 - djm@cvs.openbsd.org 2014/07/03 03:11:03
12 [ssh-agent.c]
13 Only cleanup agent socket in the main agent process and not in any
14 subprocesses it may have started (e.g. forked askpass). Fixes
15 agent sockets being zapped when askpass processes fatal();
16 bz#2236 patch from Dmitry V. Levin
11 17
1220140702 1820140702
13 - OpenBSD CVS Sync 19 - OpenBSD CVS Sync