openssh:V_6_8

Last commit made on 2015-03-24
Get this branch:
git clone -b V_6_8 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_8
Repository:
lp:openssh

Recent commits

9f96b15... by "<email address hidden>" <email address hidden>

upstream commit

fix double-negative error message "ssh1 is not
 unsupported"

117c961... by "<email address hidden>" <email address hidden>

upstream commit

for ssh-keygen -A, don't try (and fail) to generate ssh
 v.1 keys when compiled without SSH1 support RSA/DSA/ECDSA keys when compiled
 without OpenSSL based on patch by Mike Frysinger; bz#2369

c7fe79e... by Damien Miller

remove error() accidentally inserted for debugging

pointed out by Christian Hesse

9f82e5a... by Tim Rice <email address hidden>

portability fix: Solaris systems may not have a grep that understands -q

8ef691f... by Damien Miller <email address hidden>

fix compile with clang

4df590c... by Damien Miller <email address hidden>

make unit tests work for !OPENSSH_HAS_ECC

307bb40... by "<email address hidden>" <email address hidden>

upstream commit

unbreak for w/SSH1 (default) case; ok markus@ deraadt@

b44ee0c... by Damien Miller

unbreak hostkeys test for w/ SSH1 case

55e5bde... by "<email address hidden>" <email address hidden>

upstream commit

fix sshkey_certify() return value for unsupported key types;
 ok markus@ deraadt@

be8f658... by Damien Miller

update version numbers to match version.h