From 106079c06d308f6fb3b582607f590b2dcb4682b0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 6 Jan 2011 22:43:44 +1100 Subject: - 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@ --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19b2d098d..3be37d2c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,12 @@ [sshconnect.c] don't mention key type in key-changed-warning, since we also print this warning if a new key type appears. ok djm@ + - 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@ 20110104 - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage -- cgit v1.2.3