[openssh-commits] [openssh] branch master updated (8408218 -> fdd020e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 6 12:29:10 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 8408218 upstream commit
new e3cbb06 upstream commit
new 4e44a79 upstream commit
new c5f7c08 upstream commit
new c61b42f upstream commit
new b19e1b4 upstream commit
new b007159 upstream commit
new 905b054 upstream commit
new e14ac43 upstream commit
new 21ae8ee upstream commit
new fdd020e upstream commit
The 10 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 fdd020e86439afa7f537e2429d29d4b744c94331
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Oct 6 01:20:59 2015 +0000
upstream commit
adapt to recent sshkey_parse_private_fileblob() API
change
Upstream-Regress-ID: 5c0d818da511e33e0abf6a92a31bd7163b7ad988
commit 21ae8ee3b630b0925f973db647a1b9aa5fcdd4c5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 24 07:15:39 2015 +0000
upstream commit
fix command-line option to match what was actually
committed
Upstream-Regress-ID: 3e8c24a2044e8afd37e7ce17b69002ca817ac699
commit e14ac43b75e68f1ffbd3e1a5e44143c8ae578dcd
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 24 06:16:53 2015 +0000
upstream commit
regress test for CertificateFile; patch from Meghana Bhat
via bz#2436
Upstream-Regress-ID: e7a6e980cbe0f8081ba2e83de40d06c17be8bd25
commit 905b054ed24e0d5b4ef226ebf2c8bfc02ae6d4ad
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Oct 5 17:11:21 2015 +0000
upstream commit
some more bzero->explicit_bzero, from Michael McConville
Upstream-ID: 17f19545685c33327db2efdc357c1c9225ff00d0
commit b007159a0acdbcf65814b3ee05dbe2cf4ea46011
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Fri Oct 2 15:52:55 2015 +0000
upstream commit
fix email
Upstream-ID: 72150f2d54b94de14ebef1ea054ef974281bf834
commit b19e1b4ab11884c4f62aee9f8ab53127a4732658
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Fri Oct 2 01:39:52 2015 +0000
upstream commit
a sandbox using tame ok djm
Upstream-ID: 4ca24e47895e72f5daaa02f3e3d3e5ca2d820fa3
commit c61b42f2678f21f05653ac2d3d241b48ab5d59ac
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Fri Oct 2 01:39:26 2015 +0000
upstream commit
re-order system calls in order of risk, ok i'll be
honest, ordered this way they look like tame... ok djm
Upstream-ID: 42a1e6d251fd8be13c8262bee026059ae6328813
commit c5f7c0843cb6e6074a93c8ac34e49ce33a6f5546
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Fri Sep 25 18:19:54 2015 +0000
upstream commit
some certificatefile tweaks; ok djm
Upstream-ID: 0e5a7852c28c05fc193419cc7e50e64c1c535af0
commit 4e44a79a07d4b88b6a4e5e8c1bed5f58c841b1b8
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 24 06:15:11 2015 +0000
upstream commit
add ssh_config CertificateFile option to explicitly list
a certificate; patch from Meghana Bhat on bz#2436; ok markus@
Upstream-ID: 58648ec53c510b41c1f46d8fe293aadc87229ab8
commit e3cbb06ade83c72b640a53728d362bbefa0008e2
Author: sobrado at openbsd.org <sobrado at openbsd.org>
Date: Tue Sep 22 08:33:23 2015 +0000
upstream commit
fix two typos.
Upstream-ID: 424402c0d8863a11b51749bacd7f8d932083b709
Summary of changes:
readconf.c | 47 ++++++++++-
readconf.h | 8 +-
regress/Makefile | 5 +-
regress/cert-file.sh | 138 +++++++++++++++++++++++++++++++++
regress/limit-keytype.sh | 19 +++--
regress/unittests/sshkey/test_file.c | 42 ++++------
regress/unittests/sshkey/test_fuzz.c | 74 ++++++------------
regress/unittests/sshkey/test_sshkey.c | 4 +-
sandbox-systrace.c | 44 +++++------
sandbox-null.c => sandbox-tame.c | 35 ++++-----
scp.1 | 5 +-
sftp.1 | 5 +-
ssh.1 | 8 +-
ssh.c | 65 ++++++++++++++--
ssh.h | 8 +-
ssh_config.5 | 58 ++++++++++++--
sshbuf-misc.c | 10 +--
sshbuf.c | 4 +-
sshconnect2.c | 61 ++++++++++++---
19 files changed, 473 insertions(+), 167 deletions(-)
create mode 100644 regress/cert-file.sh
copy sandbox-null.c => sandbox-tame.c (71%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list