[openssh-commits] [openssh] branch master updated (5c27e3b -> fecede0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 27 12:04:01 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 5c27e3b upstream commit
new 53097b2 upstream commit
new 2aa9da1 upstream commit
new a22b9ef upstream commit
new df100be upstream commit
new 7d4f96f upstream commit
new 4daeb67 upstream commit
new 5f57e77 upstream commit
new 47842f7 upstream commit
new b8afbe2 upstream commit
new f9b7885 upstream commit
new 1b0ef38 upstream commit
new fecede0 upstream commit
The 12 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 fecede00a76fbb33a349f5121c0b2f9fbc04a777
Author: markus at openbsd.org <markus at openbsd.org>
Date: Thu Mar 26 19:32:19 2015 +0000
upstream commit
sigp and lenp are not optional in ssh_agent_sign(); ok
djm@
commit 1b0ef3813244c78669e6d4d54c624f600945327d
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Thu Mar 26 12:32:38 2015 +0000
upstream commit
don't try to load .ssh/identity by default if SSH1 is
disabled; ok markus@
commit f9b78852379b74a2d14e6fc94fe52af30b7e9c31
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 26 07:00:04 2015 +0000
upstream commit
ban all-zero curve25519 keys as recommended by latest
CFRG curves draft; ok markus
commit b8afbe2c1aaf573565e4da775261dfafc8b1ba9c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 26 06:59:28 2015 +0000
upstream commit
relax bits needed check to allow
diffie-hellman-group1-sha1 key exchange to complete for chacha20-poly1305 was
selected as symmetric cipher; ok markus
commit 47842f71e31da130555353c1d57a1e5a8937f1c0
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Mar 25 19:29:58 2015 +0000
upstream commit
ignore v1 errors on ssh-add -D; only try v2 keys on
-l/-L (unless WITH_SSH1) ok djm@
commit 5f57e77f91bf2230c09eca96eb5ecec39e5f2da6
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Mar 25 19:21:48 2015 +0000
upstream commit
unbreak ssh_agent_sign (lenp vs *lenp)
commit 4daeb67181054f2a377677fac919ee8f9ed3490e
Author: markus at openbsd.org <markus at openbsd.org>
Date: Tue Mar 24 20:10:08 2015 +0000
upstream commit
don't leak 'setp' on error; noted by Nicholas Lemonias;
ok djm@
commit 7d4f96f9de2a18af0d9fa75ea89a4990de0344f5
Author: markus at openbsd.org <markus at openbsd.org>
Date: Tue Mar 24 20:09:11 2015 +0000
upstream commit
consistent check for NULL as noted by Nicholas
Lemonias; ok djm@
commit df100be51354e447d9345cf1ec22e6013c0eed50
Author: markus at openbsd.org <markus at openbsd.org>
Date: Tue Mar 24 20:03:44 2015 +0000
upstream commit
correct fmt-string for size_t as noted by Nicholas
Lemonias; ok djm@
commit a22b9ef21285e81775732436f7c84a27bd3f71e0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 24 09:17:21 2015 +0000
upstream commit
promote chacha20-poly1305 at openssh.com to be the default
cipher; ok markus
commit 2aa9da1a3b360cf7b13e96fe1521534b91501fb5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 24 01:29:19 2015 +0000
upstream commit
Compile-time disable SSH protocol 1. You can turn it
back on using the Makefile.inc knob if you need it to talk to ancient
devices.
commit 53097b2022154edf96b4e8526af5666f979503f7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 24 01:11:12 2015 +0000
upstream commit
fix double-negative error message "ssh1 is not
unsupported"
Summary of changes:
authfd.c | 8 +++-----
configure.ac | 13 +++++++------
dh.c | 4 ++--
hmac.c | 4 ++--
kexc25519.c | 7 ++++++-
myproposal.h | 14 +++++++-------
packet.c | 23 +++++++++++++----------
ssh-add.c | 20 +++++++++++++-------
ssh-keysign.c | 4 ++--
sshbuf-misc.c | 4 ++--
sshconnect.c | 4 ++--
11 files changed, 59 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list