openssh:V_7_3

Last commit made on 2016-08-29
Get this branch:
git clone -b V_7_3 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_7_3
Repository:
lp:openssh

Recent commits

9295c18... by "<email address hidden>" <email address hidden>

upstream commit

fix uninitialised optlen in getsockopt() call; harmless
on Unix/BSD but potentially crashy on Cygwin. Reported by James Slepicka ok
deraadt@

Upstream-ID: 1987ccee508ba5b18f016c85100d7ac3f70ff965

2f5a4de... by "<email address hidden>" <email address hidden>

upstream commit

Fix bug introduced in rev 1.467 which causes
"buffer_get_bignum_ret: incomplete message" errors when built with WITH_SSH1
and run such that no Protocol 1 ephemeral host key is generated (eg "Protocol
2", no SSH1 host key supplied). Reported by rainer.laatsch at t-online.de,
ok deraadt@

Upstream-ID: aa6b132da5c325523aed7989cc5a320497c919dc

7e6d709... by Darren Tucker

Explicitly test for broken strnvis.

NetBSD added an strnvis and unfortunately made it incompatible with the
existing one in OpenBSD and Linux's libbsd (the former having existed
for over ten years). Despite this incompatibility being reported during
development (see http://gnats.netbsd.org/44977) they still shipped it.
Even more unfortunately FreeBSD and later MacOS picked up this incompatible
implementation. Try to detect this mess, and assume the only safe option
if we're cross compiling.

OpenBSD 2.9 (2001): strnvis(char *dst, const char *src, size_t dlen, int flag);
NetBSD 6.0 (2012): strnvis(char *dst, size_t dlen, const char *src, int flag);

ok djm@

99522ba... by Damien Miller

define _OPENBSD_SOURCE for reallocarray on NetBSD

Report by and debugged with Hisashi T Fujinaka, dtucker nailed
the problem (lack of prototype causing return type confusion).

3e1e076... by Damien Miller

KNF

d99ee9c... by Damien Miller

Linux auditing also needs packet.h

393bd38... by Damien Miller

fix auditing on Linux

get_remote_ipaddr() was replaced with ssh_remote_ipaddr()

80e766f... by Damien Miller

crank version numbers

b1a4787... by "<email address hidden>" <email address hidden>

upstream commit

openssh-7.3

Upstream-ID: af106a7eb665f642648cf1993e162c899f358718

353766e... by Darren Tucker

Move Cygwin IPPORT_RESERVED overrride to defines.h

Patch from vinschen at redhat.com.