openssh:V_6_7

Last commit made on 2014-10-06
Get this branch:
git clone -b V_6_7 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_7
Repository:
lp:openssh

Recent commits

28453d5... by Damien Miller

establish V_6_7 branch

8fb65a4... by Damien Miller

 - (djm) Release OpenSSH-6.7

e8c9f26... by Damien Miller

 - (djm) [sshd_config.5] typo; from Iain Morgan

703b98a... by Damien Miller

 - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]
   [openbsd-compat/openbsd-compat.h] Kludge around bad glibc
   _FORTIFY_SOURCE check that doesn't grok heap-allocated fd_sets;
   ok dtucker@

0fa0ed0... by Damien Miller

 - (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc;
   patch from Felix von Leitner; ok dtucker

ad7d23d... by Darren Tucker

20140908
 - (dtucker) [INSTALL] Update info about egd. ok djm@

2a8699f... by Damien Miller

 - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNG

44988de... by Damien Miller

 - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading to
   permissions/ACLs; from Corinna Vinschen

23f2695... by Damien Miller

 - (djm) [defines.h sshbuf.c] Move __predict_true|false to defines.h and
   conditionalise to avoid duplicate definition.

41c8de2... by Damien Miller

 - (djm) [Makefile.in] Make TEST_SHELL a variable; "good idea" tim@