openssh:V_7_1

Last commit made on 2016-01-14
Get this branch:
git clone -b V_7_1 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_7_1
Repository:
lp:openssh

Recent commits

c88ac10... by Damien Miller

bump version numbers

302bc21... by Damien Miller

openssh-7.1p2

6b33763... by Damien Miller

forcibly disable roaming support in the client

34d364f... by "<email address hidden>" <email address hidden>

upstream commit

some more bzero->explicit_bzero, from Michael McConville

Upstream-ID: 17f19545685c33327db2efdc357c1c9225ff00d0

8f5b930... by "<email address hidden>" <email address hidden>

upstream commit

Use explicit_bzero() when zeroing before free()

from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu)
ok millert@ djm@

Upstream-ID: 2e3337db046c3fe70c7369ee31515ac73ec00f50

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

upstream commit

fix OOB read in packet code caused by missing return
 statement found by Ben Hawkes; ok markus@ deraadt@

Upstream-ID: a3e3a85434ebfa0690d4879091959591f30efc62

076d849... by Damien Miller

read back from libcrypto RAND when privdropping

makes certain libcrypto implementations cache a /dev/urandom fd
in preparation of sandboxing. Based on patch by Greg Hartman.

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

upstream commit

unbreak connections with peers that set
 first_kex_follows; fix from Matt Johnston va bz#2515

Upstream-ID: decc88ec4fc7515594fdb42b04aa03189a44184b

04bd8d0... by "<email address hidden>" <email address hidden>

upstream commit

use explicit_bzero() more liberally in the buffer code; ok
 deraadt

Upstream-ID: 0ece37069fd66bc6e4f55eb1321f93df372b65bf

e91346d... by Damien Miller

we don't use Github for issues/pull-requests