summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-06-03 14:14:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2011-06-03 14:14:16 +1000
commit3e78a516a0f476f193bc3b566b5e0919d29ccc17 (patch)
tree7a35a0bc46dbf75c3c7ae2ab9272711955d85c06 /ChangeLog
parentc09182f61366f31609224765b36386bab84298b2 (diff)
- dtucker@cvs.openbsd.org 2011/06/03 01:37:40
[ssh-agent.c] Check current parent process ID against saved one to determine if the parent has exited, rather than attempting to send a zero signal, since the latter won't work if the parent has changed privs. bz#1905, patch from Daniel Kahn Gillmor, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 724bb4f1d..2831c374f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,12 @@
17 AT googlemail.com; ok dtucker@ 17 AT googlemail.com; ok dtucker@
18 NB. includes additional portability code to enable setproctitle emulation 18 NB. includes additional portability code to enable setproctitle emulation
19 on platforms that don't support it. 19 on platforms that don't support it.
20 - dtucker@cvs.openbsd.org 2011/06/03 01:37:40
21 [ssh-agent.c]
22 Check current parent process ID against saved one to determine if the parent
23 has exited, rather than attempting to send a zero signal, since the latter
24 won't work if the parent has changed privs. bz#1905, patch from Daniel Kahn
25 Gillmor, ok djm@
20 26
2120110529 2720110529
22 - (djm) OpenBSD CVS Sync 28 - (djm) OpenBSD CVS Sync