[openssh-commits] [openssh] branch master updated (032147b -> 8f866d8)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 19 03:29:32 AEDT 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 032147b Move DEF_WEAK into defines.h.
new f901440 Import readpassphrase.c rev 1.25.
new 8f866d8 Import readpassphrase.c rev 1.26.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 8f866d8a57b9a2dc5dd04504e27f593b551618e3
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Oct 19 03:26:09 2016 +1100
Import readpassphrase.c rev 1.26.
Author: miller at openbsd.org:
Avoid generate SIGTTOU when restoring the terminal mode. If we get
SIGTTOU it means the process is not in the foreground process group
which, in most cases, means that the shell has taken control of the tty.
Requiring the user the fg the process in this case doesn't make sense
and can result in both SIGTSTP and SIGTTOU being sent which can lead to
the process being suspended again immediately after being brought into
the foreground.
commit f901440cc844062c9bab0183d133f7ccc58ac3a5
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Oct 19 03:23:16 2016 +1100
Import readpassphrase.c rev 1.25.
Wrap <readpassphrase.h> so internal calls go direct and
readpassphrase is weak.
(DEF_WEAK is a no-op in portable.)
Summary of changes:
openbsd-compat/readpassphrase.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list