summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-06 22:43:44 +1100
committerDamien Miller <djm@mindrot.org>2011-01-06 22:43:44 +1100
commit106079c06d308f6fb3b582607f590b2dcb4682b0 (patch)
tree99be677ace30c4fbec794652b18bbb2a0e2f3620 /ChangeLog
parent05c8997b33cf391784d6a5f9f0d85d275dcf7ce5 (diff)
- djm@cvs.openbsd.org 2010/12/15 00:49:27
[readpass.c] fix ControlMaster=ask regression reset SIGCHLD handler before fork (and restore it after) so we don't miss the the askpass child's exit status. Correct test for exit status/signal to account for waitpid() failure; with claudio@ ok claudio@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19b2d098d..3be37d2c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@
13 [sshconnect.c] 13 [sshconnect.c]
14 don't mention key type in key-changed-warning, since we also print 14 don't mention key type in key-changed-warning, since we also print
15 this warning if a new key type appears. ok djm@ 15 this warning if a new key type appears. ok djm@
16 - djm@cvs.openbsd.org 2010/12/15 00:49:27
17 [readpass.c]
18 fix ControlMaster=ask regression
19 reset SIGCHLD handler before fork (and restore it after) so we don't miss
20 the the askpass child's exit status. Correct test for exit status/signal to
21 account for waitpid() failure; with claudio@ ok claudio@ markus@
16 22
1720110104 2320110104
18 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage 24 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage