[openssh-commits] [openssh] branch master updated (383f10f -> 259adb6)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Nov 17 11:22:32 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 383f10f upstream commit
new db6f8dc upstream commit
new 3a9f84b upstream commit
new 5b4010d upstream commit
new c56a255 upstream commit
new 259adb6 upstream commit
The 5 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 259adb6179e23195c8f6913635ea71040d1ccd63
Author: millert at openbsd.org <millert at openbsd.org>
Date: Mon Nov 16 23:47:52 2015 +0000
upstream commit
Replace remaining calls to index(3) with strchr(3). OK
jca@ krw@
Upstream-ID: 33837d767a0cf1db1489b96055f9e330bc0bab6d
commit c56a255162c2166884539c0a1f7511575325b477
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 16 22:53:07 2015 +0000
upstream commit
Allow fingerprinting from standard input "ssh-keygen -lf
-"
Support fingerprinting multiple plain keys in a file and authorized_keys
files too (bz#1319)
ok markus@
Upstream-ID: 903f8b4502929d6ccf53509e4e07eae084574b77
commit 5b4010d9b923cf1b46c9c7b1887c013c2967e204
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 16 22:51:05 2015 +0000
upstream commit
always call privsep_preauth_child() regardless of whether
sshd was started by root; it does important priming before sandboxing and
failing to call it could result in sandbox violations later; ok markus@
Upstream-ID: c8a6d0d56c42f3faab38460dc917ca0d1705d383
commit 3a9f84b58b0534bbb485f1eeab75665e2d03371f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 16 22:50:01 2015 +0000
upstream commit
improve sshkey_read() semantics; only update *cpp when a
key is successfully read; ok markus@
Upstream-ID: f371e78e8f4fab366cf69a42bdecedaed5d1b089
commit db6f8dc5dd5655b59368efd074994d4568bc3556
Author: logan at openbsd.org <logan at openbsd.org>
Date: Mon Nov 16 06:13:04 2015 +0000
upstream commit
1) Use xcalloc() instead of xmalloc() to check for
potential overflow. (Feedback from both mmcc@ and djm@) 2) move set_size
just before the for loop. (suggested by djm@)
OK djm@
Upstream-ID: 013534c308187284756c3141f11d2c0f33c47213
Summary of changes:
sftp-server.c | 8 +--
ssh-keygen.c | 215 ++++++++++++++++++++++++++++++++++------------------------
sshd.c | 42 ++++++------
sshkey.c | 32 +++++----
4 files changed, 167 insertions(+), 130 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list