[openssh-commits] [openssh] branch master updated (f2742a4 -> d13281f)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Mar 29 12:45:09 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from f2742a4 Remove SHA256 EVP wrapper implementation.
new d13281f Don't check privsep user or path when unprivileged
The 1 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 d13281f2964abc5f2e535e1613c77fc61b0c53e7
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Mar 29 12:39:39 2017 +1100
Don't check privsep user or path when unprivileged
If running with privsep (mandatory now) as a non-privileged user, we
don't chroot or change to an unprivileged user however we still checked
the existence of the user and directory. Don't do those checks if we're
not going to use them. Based in part on a patch from Lionel Fourquaux
via Corinna Vinschen, ok djm@
Summary of changes:
sshd.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list