openssh:V_7_2

Last commit made on 2016-03-09
Get this branch:
git clone -b V_7_2 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_7_2
Repository:
lp:openssh

Recent commits

5c35450... by Damien Miller

update versions for release

9d47b8d... by Damien Miller

sanitise characters destined for xauth(1)

reported by github.com/tintinweb

72b061d... by Darren Tucker

Add a note about using xlc on AIX.

fd4e4f2... by Darren Tucker

Skip PrintLastLog in config dump mode.

When DISABLE_LASTLOG is set, do not try to include PrintLastLog in the
config dump since it'll be reported as UNKNOWN.

99135c7... by Damien Miller

update spec/README versions ahead of release

b86a334... by Damien Miller

put back portable patchlevel to p1

555dd35... by "<email address hidden>" <email address hidden>

upstream commit

openssh-7.2

Upstream-ID: 9db776b26014147fc907ece8460ef2bcb0f11e78

1acc058... by Damien Miller

Disable tests where fs perms are incorrect

Some tests have strict requirements on the filesystem permissions
for certain files and directories. This adds a regress/check-perm
tool that copies the relevant logic from sshd to exactly test
the paths in question. This lets us skip tests when the local
filesystem doesn't conform to our expectations rather than
continuing and failing the test run.

ok dtucker@

39f303b... by Damien Miller

fix sandbox on OSX Lion

sshd was failing with:

ssh_sandbox_child: sandbox_init: dlopen(/usr/lib/libsandbox.1.dylib, 261):cw
  image not found [preauth]

caused by chroot before sandboxing. Avoid by explicitly linking libsandbox
to sshd. Spotted by Darren.

0d1451a... by "<email address hidden>" <email address hidden>

upstream commit

fix spurious error message when incorrect passphrase
 entered for keys; reported by espie@ ok deraadt@

Upstream-ID: 58b2e46e63ed6912ed1ee780bd3bd8560f9a5899