[openssh-commits] [openssh] branch master updated (6c8a2464 -> e0ce54c0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Dec 7 11:49:23 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 6c8a2464 Replace mkinstalldirs with mkdir -p.
new 3dde09ab upstream commit
new a8c89499 upstream commit
new 927f8514 upstream commit
new 168ecec1 upstream commit
new 609d96b3 upstream commit
new e0ce54c0 upstream commit
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 e0ce54c0b9ca3a9388f9c50f4fa6cc25c28a3240
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Dec 6 05:06:21 2017 +0000
upstream commit
don't accept junk after "yes" or "no" responses to
hostkey prompts. bz#2803 reported by Maksim Derbasov; ok dtucker@
OpenBSD-Commit-ID: e1b159fb2253be973ce25eb7a7be26e6f967717c
commit 609d96b3d58475a15b2eb6b3d463f2c5d8e510c0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Dec 5 23:59:47 2017 +0000
upstream commit
Replace atoi and strtol conversions for integer arguments
to config keywords with a checking wrapper around strtonum. This will
prevent and flag invalid and negative arguments to these keywords. ok djm@
OpenBSD-Commit-ID: 99ae3981f3d608a219ccb8d2fff635ae52c17998
commit 168ecec13f9d7cb80c07df3bf7d414f4e4165e84
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Dec 5 23:56:07 2017 +0000
upstream commit
Add missing break for rdomain. Prevents spurious
"Deprecated option" warnings. ok djm@
OpenBSD-Commit-ID: ba28a675d39bb04a974586241c3cba71a9c6099a
commit 927f8514ceffb1af380a5f63ab4d3f7709b1b198
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 5 01:30:19 2017 +0000
upstream commit
include the addr:port in bind/listen failure messages
OpenBSD-Commit-ID: fdadb69fe1b38692608809cf0376b71c2c28e58e
commit a8c89499543e2d889629c4e5e8dcf47a655cf889
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Nov 29 05:49:54 2017 +0000
upstream commit
Import updated moduli.
OpenBSD-Commit-ID: 524d210f982af6007aa936ca7f4c977f4d32f38a
commit 3dde09ab38c8e1cfc28252be473541a81bc57097
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Nov 28 21:10:22 2017 +0000
upstream commit
Have sftp print a warning about shell cleanliness when
decoding the first packet fails, which is usually caused by shells polluting
stdout of non-interactive starups. bz#2800, ok markus@ deraadt at .
OpenBSD-Commit-ID: 88d6a9bf3470f9324b76ba1cbd53e50120f685b5
Summary of changes:
channels.c | 13 +-
misc.c | 16 +-
misc.h | 3 +-
moduli | 836 ++++++++++++++++++++++++++++------------------------------
readconf.c | 16 +-
servconf.c | 11 +-
sftp-client.c | 20 +-
sshconnect.c | 11 +-
8 files changed, 464 insertions(+), 462 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list