[openssh-commits] [openssh] branch master updated (9b47bd7b -> 8bdc3bb7)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 13 13:18:37 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 9b47bd7b upstream: no-touch-required certificate option should be an
new 714e1cbc upstream: sshpkt_fatal() does not return; ok djm
new 6fb6f186 upstream: vasnmprintf allocates str and returns -1; ok djm
new 15be29e1 upstream: sshsig: return correct error, fix null-deref; ok djm
new 31c860a0 upstream: pkcs11_register_provider: return < 0 on error; ok djm
new ff2acca0 upstream: exit if ssh_krl_revoke_key_sha256 fails; ok djm
new 5f25afe5 upstream: fix null-deref on calloc failure; ok djm
new 16d4f996 upstream: exit on parse failures in input_service_request; ok djm
new a6134b02 upstream: fix uninitialized pointers for forward_cancel; ok djm
new 31f1ee54 upstream: initialize cname in case ai_canonname is NULL or too
new 1ddf5682 upstream: consistently check packet_timeout_ms against 0; ok djm
new 05efe270 upstream: passphrase depends on kdfname, not ciphername (possible
new 7b4f70dd upstream: sshkey_cert_check_authority requires reason to be set;
new bc30b446 upstream: ssh_fetch_identitylist() returns the return value from
new fbff605e upstream: fix possible null-deref in check_key_not_revoked; ok
new 1b378c0d upstream: return correct error in sshsk_ed25519_sig; ok djm
new e26a3175 upstream: remove unused variables in ssh-pkcs11-helper; ok djm
new 31c39e78 upstream: principalsp is optional, pubkey required; ok djm
new 46e5c4c8 upstream: correct return code; ok djm
new 8fae395f upstream: initialize seconds for debug message; ok djm
new 5732d580 upstream: do not leak oprincipals; ok djm
new e32ef97a upstream: fix use-after-free in do_download_sk; ok djm
new 8bdc3bb7 upstream: fix relative includes in sshd_config; ok djm
The 22 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 8bdc3bb7cf4c82c3344cfcb82495a43406e87e83
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:29:54 2020 +0000
upstream: fix relative includes in sshd_config; ok djm
OpenBSD-Commit-ID: fa29b0da3c93cbc3a1d4c6bcd58af43c00ffeb5b
commit e32ef97a56ae03febfe307688858badae3a70e5a
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:29:14 2020 +0000
upstream: fix use-after-free in do_download_sk; ok djm
OpenBSD-Commit-ID: 96b49623d297797d4fc069f1f09e13c8811f8863
commit 5732d58020309364bf31fa125354e399361006db
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:28:50 2020 +0000
upstream: do not leak oprincipals; ok djm
OpenBSD-Commit-ID: 4691d9387eab36f8fda48f5d8009756ed13a7c4c
commit 8fae395f34c2c52cdaf9919aa261d1848b4bb00b
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:28:27 2020 +0000
upstream: initialize seconds for debug message; ok djm
OpenBSD-Commit-ID: 293fbefe6d00b4812a180ba02e26170e4c855b81
commit 46e5c4c8ffcd1569bcd5d04803abaa2ecf3e4cff
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:27:50 2020 +0000
upstream: correct return code; ok djm
OpenBSD-Commit-ID: 319d09e3b7f4b2bc920c67244d9ff6426b744810
commit 31c39e7840893f1bfdcbe4f813b20d1d7e69ec3e
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:27:15 2020 +0000
upstream: principalsp is optional, pubkey required; ok djm
OpenBSD-Commit-ID: 2cc3ea5018c28ed97edaccd7f17d2cc796f01024
commit e26a31757c5df2f58687cb9a4853d1418f39728e
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:26:21 2020 +0000
upstream: remove unused variables in ssh-pkcs11-helper; ok djm
OpenBSD-Commit-ID: 13e572846d0d1b28f1251ddd2165e9cf18135ae1
commit 1b378c0d982d6ab522eda634b0e88cf1fca5e352
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:25:48 2020 +0000
upstream: return correct error in sshsk_ed25519_sig; ok djm
OpenBSD-Commit-ID: 52bf733df220303c260fee4f165ec64b4a977625
commit fbff605e637b068061ab6784ff03e3874890c092
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:25:12 2020 +0000
upstream: fix possible null-deref in check_key_not_revoked; ok
djm
OpenBSD-Commit-ID: 80855e9d7af42bb6fcc16c074ba69876bfe5e3bf
commit bc30b446841fc16e50ed6e75c56ccfbd37b9f281
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:24:39 2020 +0000
upstream: ssh_fetch_identitylist() returns the return value from
ssh_request_reply() so we should also check against != 0 ok djm
OpenBSD-Commit-ID: 28d0028769d03e665688c61bb5fd943e18614952
commit 7b4f70ddeb59f35283d77d8d9c834ca58f8cf436
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:23:17 2020 +0000
upstream: sshkey_cert_check_authority requires reason to be set;
ok djm
OpenBSD-Commit-ID: 6f7a6f19540ed5749763c2f9530c0897c94aa552
commit 05efe270df1e925db0af56a806d18b5063db4b6d
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:21:28 2020 +0000
upstream: passphrase depends on kdfname, not ciphername (possible
null-deref); ok djm
OpenBSD-Commit-ID: 0d39668edf5e790b5837df4926ee1141cec5471c
commit 1ddf5682f3992bdacd29164891abb71a19c2cf61
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:20:44 2020 +0000
upstream: consistently check packet_timeout_ms against 0; ok djm
OpenBSD-Commit-ID: e8fb8cb2c96c980f075069302534eaf830929928
commit 31f1ee54968ad84eb32375e4412e0318766b586b
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:20:02 2020 +0000
upstream: initialize cname in case ai_canonname is NULL or too
long; ok djm
OpenBSD-Commit-ID: c27984636fdb1035d1642283664193e91aab6e37
commit a6134b02b5264b2611c8beae98bb392329452bba
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:19:21 2020 +0000
upstream: fix uninitialized pointers for forward_cancel; ok djm
OpenBSD-Commit-ID: 612778e6d87ee865d0ba97d0a335f141cee1aa37
commit 16d4f9961c75680aab374dee762a5baa0ad507af
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:16:21 2020 +0000
upstream: exit on parse failures in input_service_request; ok djm
OpenBSD-Commit-ID: 6a7e1bfded26051d5aa893c030229b1ee6a0d5d2
commit 5f25afe5216ba7f8921e04f79aa4ca0624eca820
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:15:38 2020 +0000
upstream: fix null-deref on calloc failure; ok djm
OpenBSD-Commit-ID: a313519579b392076b7831ec022dfdefbec8724a
commit ff2acca039aef16a15fce409163df404858f7aa5
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:15:04 2020 +0000
upstream: exit if ssh_krl_revoke_key_sha256 fails; ok djm
OpenBSD-Commit-ID: 0864ad4fe8bf28ab21fd1df766e0365c11bbc0dc
commit 31c860a0212af2d5b6a129e3e8fcead51392ee1d
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:14:13 2020 +0000
upstream: pkcs11_register_provider: return < 0 on error; ok djm
OpenBSD-Commit-ID: cfc8321315b787e4d40da4bdb2cbabd4154b0d97
commit 15be29e1e3318737b0768ca37d5b4a3fbe868ef0
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:13:29 2020 +0000
upstream: sshsig: return correct error, fix null-deref; ok djm
OpenBSD-Commit-ID: 1d1af7cd538b8b23e621cf7ab84f11e7a923edcd
commit 6fb6f186cb62a6370fba476b6a03478a1e95c30d
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:12:55 2020 +0000
upstream: vasnmprintf allocates str and returns -1; ok djm
OpenBSD-Commit-ID: dae4c9e83d88471bf3b3f89e3da7a107b44df11c
commit 714e1cbca17daa13f4f98978cf9e0695d4b2e0a4
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Mar 6 18:11:10 2020 +0000
upstream: sshpkt_fatal() does not return; ok djm
OpenBSD-Commit-ID: 7dfe847e28bd78208eb227b37f29f4a2a0929929
Summary of changes:
auth-options.c | 10 ++++++----
auth2.c | 4 ++--
authfd.c | 4 ++--
channels.c | 6 +++---
hostfile.c | 4 ++--
packet.c | 10 +++++-----
packet.h | 5 +++--
servconf.c | 4 ++--
ssh-agent.c | 4 ++--
ssh-keygen.c | 7 +++++--
ssh-pkcs11-helper.c | 10 ++--------
ssh-pkcs11.c | 4 +++-
ssh-sk.c | 4 ++--
ssh.c | 5 +++--
sshkey.c | 20 ++++++++++----------
sshsig.c | 26 +++++++++++++++-----------
utf8.c | 10 ++++++----
17 files changed, 73 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list