[openssh-commits] [openssh] branch master updated (9e3220b5 -> 9b47bd7b)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 28 12:29:15 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 9e3220b5 upstream: Have sftp reject "-1" in the same way as ssh(1) and
new d5ba1c03 upstream: change explicit_bzero();free() to freezero()
new b81e66db upstream: Drop leading space from line count that was confusing
new dd992520 upstream: better error message when trying to use a FIDO key
new 9b47bd7b upstream: no-touch-required certificate option should be an
The 4 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 9b47bd7b09d191991ad9e0506bb66b74bbc93d34
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Feb 28 01:07:28 2020 +0000
upstream: no-touch-required certificate option should be an
extension, not a critical option.
OpenBSD-Commit-ID: 626b22c5feb7be8a645e4b9a9bef89893b88600d
commit dd992520bed35387fc010239abe1bdc0c2665e38
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Feb 28 01:06:05 2020 +0000
upstream: better error message when trying to use a FIDO key
function and SecurityKeyProvider is empty
OpenBSD-Commit-ID: e56602c2ee8c82f835d30e4dc8ee2e4a7896be24
commit b81e66dbe0345aef4717911abcb4f589fff33a0a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Feb 27 02:32:37 2020 +0000
upstream: Drop leading space from line count that was confusing
ssh-keygen's screen mode.
OpenBSD-Commit-ID: 3bcae7a754db3fc5ad3cab63dd46774edb35b8ae
commit d5ba1c03278eb079438bb038266d80d7477d49cb
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Wed Feb 26 13:40:09 2020 +0000
upstream: change explicit_bzero();free() to freezero()
While freezero() returns early if the pointer is NULL the tests for
NULL in callers are left to avoid warnings about passing an
uninitialised size argument across a function boundry.
ok deraadt@ djm@
OpenBSD-Commit-ID: 2660fa334fcc7cd05ec74dd99cb036f9ade6384a
Summary of changes:
.skipped-commit-ids | 1 +
auth-options.c | 5 ++---
auth2-chall.c | 5 ++---
auth2-passwd.c | 5 ++---
authfd.c | 8 +++-----
channels.c | 11 ++++-------
cipher.c | 8 +++-----
clientloop.c | 5 ++---
digest-libc.c | 5 ++---
hmac.c | 5 ++---
hostfile.c | 5 ++---
kex.c | 5 ++---
monitor.c | 5 ++---
ssh-add.c | 11 ++++-------
ssh-agent.c | 5 ++---
ssh-dss.c | 8 +++-----
ssh-ed25519-sk.c | 8 +++-----
ssh-ed25519.c | 20 +++++++-------------
ssh-keygen.c | 28 ++++++++++------------------
ssh-sk.c | 6 +++++-
ssh-xmss.c | 20 +++++++-------------
sshbuf-misc.c | 11 ++++-------
sshbuf.c | 5 ++---
sshkey.c | 44 +++++++++++++++-----------------------------
umac.c | 5 ++---
25 files changed, 93 insertions(+), 151 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list