[openssh-commits] [openssh] branch master updated (4c607244 -> c9bab1d3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 29 14:59:12 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 4c607244 upstream: fix compilation on !HAVE_DLOPEN platforms; stub function
new e18435fe partial sync of regress/netcat.c with upstream
new bf3893dd partial sync of regress/netcat.c with upstream
new d6a81050 partial sync of regress/netcat.c with upstream
new 0f04c846 partial sync of regress/netcat.c with upstream
new 0b0d2193 partial sync of regress/netcat.c with upstream
new c9bab1d3 depend
The 6 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 c9bab1d3a9e183cef3a3412f57880a0374cc8cb2
Author: Damien Miller <djm at mindrot.org>
Date: Fri May 29 14:49:16 2020 +1000
depend
commit 0b0d219313bf9239ca043f20b1a095db0245588f
Author: sobrado <sobrado at openbsd.org>
Date: Thu Sep 3 23:06:28 2015 +0000
partial sync of regress/netcat.c with upstream
synchronize synopsis and usage.
commit 0f04c8467f589f85a523e19fd684c4f6c4ed9482
Author: chl <chl at openbsd.org>
Date: Sun Jul 26 19:12:28 2015 +0000
partial sync of regress/netcat.c with upstream
remove unused variable
ok tedu@
commit d6a81050ace2630b06c3c6dd39bb4eef5d1043f8
Author: tobias <tobias at openbsd.org>
Date: Thu Mar 26 21:22:50 2015 +0000
partial sync of regress/netcat.c with upstream
The code in socks.c writes multiple times in a row to a socket. If the socket becomes invalid between these calls (e.g. connection closed), write will throw SIGPIPE. With this patch, SIGPIPE is ignored so we can handle write's -1 return value (errno will be EPIPE). Ultimately, it leads to program exit, too -- but with nicer error message. :)
with input by and ok djm
commit bf3893dddd35e16def04bf48ed2ee1ad695b8f82
Author: tobias <tobias at openbsd.org>
Date: Thu Mar 26 10:36:03 2015 +0000
partial sync of regress/netcat.c with upstream
Check for short writes in fdpass(). Clean up while at it.
ok djm
commit e18435fec124b4c08eb6bbbbee9693dc04f4befb
Author: jca <jca at openbsd.org>
Date: Sat Feb 14 22:40:22 2015 +0000
partial sync of regress/netcat.c with upstream
Support for nc -T on IPv6 addresses.
ok sthen@
Summary of changes:
.depend | 95 +++++++++++++++++++++++++++-----------------------------
regress/netcat.c | 36 ++++++++++++++-------
2 files changed, 70 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list