[openssh-commits] [openssh] branch master updated (643c2ad8 -> 07949bfe)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 23 20:13:32 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 643c2ad8 upstream commit
new de4ae07f upstream commit
new b074c3c3 upstream commit
new 07949bfe misc.c needs functions from platform.c now
The 3 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 07949bfe9133234eddd01715592aa0dde67745f0
Author: Damien Miller <djm at mindrot.org>
Date: Wed Aug 23 20:13:18 2017 +1000
misc.c needs functions from platform.c now
commit b074c3c3f820000a21953441cea7699c4b17d72f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Aug 18 05:48:04 2017 +0000
upstream commit
add a "quiet" flag to exited_cleanly() that supresses
errors about exit status (failure due to signal is still reported)
Upstream-ID: db85c39c3aa08e6ff67fc1fb4ffa89f807a9d2f0
commit de4ae07f12dabf8815ecede54235fce5d22e3f63
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Aug 18 05:36:45 2017 +0000
upstream commit
Move several subprocess-related functions from various
locations to misc.c. Extend subprocess() to offer a little more control over
stdio disposition.
feedback & ok dtucker@
Upstream-ID: 3573dd7109d13ef9bd3bed93a3deb170fbfce049
Summary of changes:
Makefile.in | 4 +-
auth.c | 99 +-----------
auth.h | 6 +-
auth2-pubkey.c | 303 ++-----------------------------------
misc.c | 470 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
misc.h | 22 ++-
session.c | 61 +-------
session.h | 4 +-
8 files changed, 508 insertions(+), 461 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list