[openssh-commits] [openssh] branch master updated (738c73dc -> dc2bd308)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 21 14:17:47 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 738c73dc make explicit_bzero/memset safe for sz=0
new 83fa3a04 upstream commit
new 43616876 upstream commit
new 853edbe0 upstream commit
new dc44dd3a upstream commit
new 7f13a482 upstream commit
new 1f3d2027 upstream commit
new b1e72df2 upstream commit
new fd0e8fa5 upstream commit
new dc2bd308 upstream commit
The 9 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 dc2bd308768386b02c7337120203ca477e67ba62
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Jul 19 08:30:41 2017 +0000
upstream commit
fix support for unknown key types; ok djm@
Upstream-ID: 53fb29394ed04d616d65b3748dee5aa06b07ab48
commit fd0e8fa5f89d21290b1fb5f9d110ca4f113d81d9
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jul 19 01:15:02 2017 +0000
upstream commit
switch from select() to poll() for the ssh-agent
mainloop; ok markus
Upstream-ID: 4a94888ee67b3fd948fd10693973beb12f802448
commit b1e72df2b813ecc15bd0152167bf4af5f91c36d3
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jul 14 03:18:21 2017 +0000
upstream commit
Make ""Killed by signal 1" LogLevel verbose so it's not
shown at the default level. Prevents it from appearing during ssh -J and
equivalent ProxyCommand configs. bz#1906, bz#2744, feedback&ok markus@
Upstream-ID: debfaa7e859b272246c2f2633335d288d2e2ae28
commit 1f3d202770a08ee6752ed2a234b7ca6f180eb498
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Thu Jul 13 19:16:33 2017 +0000
upstream commit
man pages with pseudo synopses which list filenames end
up creating very ugly output in man -k; after some discussion with ingo, we
feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly
helpful at page top, is contained already in FILES, and there are
sufficiently few that just zapping them is simple;
ok schwarze, who also helpfully ran things through a build to check
output;
Upstream-ID: 3e211b99457e2f4c925c5927d608e6f97431336c
commit 7f13a4827fb28957161de4249bd6d71954f1f2ed
Author: espie at openbsd.org <espie at openbsd.org>
Date: Mon Jul 10 14:09:59 2017 +0000
upstream commit
zap redundant Makefile variables. okay djm@
Upstream-ID: e39b3902fe1d6c4a7ba6a3c58e072219f3c1e604
commit dc44dd3a9e2c9795394e6a7e1e71c929cbc70ce0
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Sat Jul 8 18:32:54 2017 +0000
upstream commit
slightly rework previous, to avoid an article issue;
Upstream-ID: 15a315f0460ddd3d4e2ade1f16d6c640a8c41b30
commit 853edbe057a84ebd0024c8003e4da21bf2b469f7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jul 7 03:53:12 2017 +0000
upstream commit
When generating all hostkeys (ssh-keygen -A), clobber
existing keys if they exist but are zero length. zero-length keys could
previously be made if ssh-keygen failed part way through generating them, so
avoid that case too. bz#2561 reported by Krzysztof Cieplucha; ok dtucker@
Upstream-ID: f662201c28ab8e1f086b5d43c59cddab5ade4044
commit 43616876ba68a2ffaece6a6c792def4b039f2d6e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jul 1 22:55:44 2017 +0000
upstream commit
actually remove these files
Upstream-ID: 1bd41cba06a7752de4df304305a8153ebfb6b0ac
commit 83fa3a044891887369ce8b487ce88d713a04df48
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jul 1 13:50:45 2017 +0000
upstream commit
remove post-SSHv1 removal dead code from rsa.c and merge
the remaining bit that it still used into ssh-rsa.c; ok markus
Upstream-ID: ac8a048d24dcd89594b0052ea5e3404b473bfa2f
Summary of changes:
.skipped-commit-ids | 2 +
Makefile.in | 2 +-
authfd.c | 3 +-
authfile.c | 3 +-
clientloop.c | 8 +-
rsa.c | 188 -------------------------------
rsa.h | 26 -----
ssh-add.c | 3 +-
ssh-agent.c | 313 +++++++++++++++++++++++++++++++---------------------
ssh-keygen.1 | 9 +-
ssh-keygen.c | 109 ++++++++++++------
ssh-rsa.c | 37 ++++++-
ssh_config.5 | 7 +-
sshconnect.c | 3 +-
sshd.c | 3 +-
sshd_config.5 | 6 +-
sshkey.c | 12 +-
sshkey.h | 5 +-
18 files changed, 325 insertions(+), 414 deletions(-)
delete mode 100644 rsa.c
delete mode 100644 rsa.h
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list