[openssh-commits] [openssh] branch master updated (1622649 -> 8663e51)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 28 07:41:34 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 1622649 upstream commit
new f31c654 upstream commit
new 0493766 upstream commit
new 16277fc upstream commit
new de6a175 upstream commit
new b97739d upstream commit
new 8663e51 fix mdoc2man.awk formatting for top-level lists
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 8663e51c80c6aa3d750c6d3bcff6ee05091922be
Author: Damien Miller <djm at mindrot.org>
Date: Wed Sep 28 07:40:33 2016 +1000
fix mdoc2man.awk formatting for top-level lists
Reported by Glenn Golden
Diagnosis and fix from Ingo Schwarze
commit b97739dc21570209ed9d4e7beee0c669ed23b097
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 22 21:15:41 2016 +0000
upstream commit
missing bit from previous commit
Upstream-ID: 438d5ed6338b28b46e822eb13eee448aca31df37
commit de6a175a99d22444e10d19ad3fffef39bc3ee3bb
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Thu Sep 22 19:19:01 2016 +0000
upstream commit
organise the token stuff into a separate section; ok
markus for an earlier version of the diff ok/tweaks djm
Upstream-ID: 81a6daa506a4a5af985fce7cf9e59699156527c8
commit 16277fc45ffc95e4ffc3d45971ff8320b974de2b
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 22 17:55:13 2016 +0000
upstream commit
mention curve25519-sha256 KEX
Upstream-ID: 33ae1f433ce4795ffa6203761fbdf86e0d7ffbaf
commit 0493766d5676c7ca358824ea8d3c90f6047953df
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 22 17:52:53 2016 +0000
upstream commit
support plain curve25519-sha256 KEX algorithm now that it
is approaching standardisation (same algorithm is currently supported as
curve25519-sha256 at libssh.org)
Upstream-ID: 5e2b6db2e72667048cf426da43c0ee3fc777baa2
commit f31c654b30a6f02ce0b8ea8ab81791b675489628
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Sep 22 02:29:57 2016 +0000
upstream commit
If ssh receives a PACKET_DISCONNECT during userauth it
will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the
session being authenticated. Check for this and exit if necessary. ok djm@
Upstream-ID: b3afe126c0839d2eae6cddd41ff2ba317eda0903
Summary of changes:
kex.c | 3 +-
kex.h | 25 +++++-----
mdoc2man.awk | 2 +
myproposal.h | 7 ++-
ssh_config.5 | 6 +--
sshconnect2.c | 4 +-
sshd_config.5 | 144 ++++++++++++++++++++++++++++++++++++----------------------
7 files changed, 117 insertions(+), 74 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list