openssh:V_6_6

Last commit made on 2014-07-15
Get this branch:
git clone -b V_6_6 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_6
Repository:
lp:openssh

Recent commits

965add6... by Damien Miller

 - (djm) [configure.ac] Delay checks for arc4random* until after libcrypto
   has been located; fixes builds agains libressl-portable

5618210... by Damien Miller

 - (djm) [bufaux.c compat.c compat.h sshconnect2.c sshd.c version.h]
   OpenSSH 6.5 and 6.6 sometimes encode a value used in the curve25519
   key exchange incorrectly, causing connection failures about 0.2% of
   the time when this method is used against a peer that implements
   the method properly.

   Fix the problem and disable the curve25519 KEX when speaking to
   OpenSSH 6.5 or 6.6. This version will identify itself as 6.6.1
   to enable the compatability code.

ee70014... by Damien Miller

gratuitious commit to let the git tree see this branch

48abc47... by Damien Miller

 - (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
   remind myself to add sandbox violation logging via the log socket.

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

20140314
 - (tim) [opensshd.init.in] Add support for ed25519

19158b2... by Damien Miller

 - (djm) Release OpenSSH 6.6

8569eba... by Damien Miller

   - <email address hidden> 2014/03/03 22:22:30
     [session.c]
     ignore enviornment variables with embedded '=' or '\0' characters;
     spotted by Jann Horn; ok deraadt@

2476c31... by Damien Miller

 - (djm) [regress/Makefile] Disable dhgex regress test; it breaks when
   no moduli file exists at the expected location.

c83fdf3... by Damien Miller

 - (djm) [regress/host-expand.sh] Add RCS Id

834aeac... by Damien Miller

   - <email address hidden> 2014/02/27 21:21:25
     [agent-ptrace.sh agent.sh]
     keep return values that are printed in error messages;
     from portable
     (Id sync only)