openssh:V_7_5

Last commit made on 2017-04-24
Get this branch:
git clone -b V_7_5 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_7_5
Repository:
lp:openssh

Recent commits

c44453e... by Darren Tucker

Fix typo in "socketcall".

Pointed out by jjelen at redhat.com.

295ac5e... by Darren Tucker

Deny socketcall in seccomp filter on ppc64le.

OpenSSL is using socket() calls (in FIPS mode) when handling ECDSA keys
in privsep child. The socket() syscall is already denied in the seccomp
filter, but in ppc64le kernel, it is implemented using socketcall()
syscall, which is not denied yet (only SYS_SHUTDOWN is allowed) and
therefore fails hard.

Patch from jjelen at redhat.com.

f77e6b5... by Darren Tucker

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@

4632b63... by Darren Tucker

Enable ldns when using ldns-config.

Actually enable ldns when attempting to use ldns-config. bz#2697, patch
from fredrik at fornwall.net.

eb25c7b... by Damien Miller

Missing header on Linux/s390

Patch from Jakub Jelen

173359e... by Damien Miller

Fix syntax error on Linux/X32

Patch from Mike Frysinger

d38f05d... by Darren Tucker

Add llabs() implementation.

7253631... by Damien Miller

crank version numbers

3be52bc... by "<email address hidden>" <email address hidden>

upstream commit

openssh-7.5

Upstream-ID: b8b9a4a949427c393cd868215e1724ceb3467ee5

db84e52... by Damien Miller

I'm a doofus.

Unbreak obvious syntax error.