openssh:V_6_0

Last commit made on 2012-05-19
Get this branch:
git clone -b V_6_0 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_0
Repository:
lp:openssh

Recent commits

f8eb9c9... by Darren Tucker

 - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find
   pkg-config so it does the right thing when cross-compiling. Patch from
   cjwatson at debian org.

6d9e1de... by Darren Tucker

 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch
   from cjwatson at debian org.

0d78011... by Darren Tucker

 - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h>
   to fix building on some plaforms. Fom bowman at math utah edu and
   des at des no.

d0d3fff... by Darren Tucker

 - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6
   platform rather than exiting early, so that we still clean up and return
   status to test-exec.sh

025bfd1... by Damien Miller

 - (djm) [auth-krb5.c] Save errno across calls that might modify it;
   ok dtucker@

7584cb1... by Damien Miller

 - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters
   via Niels

ba77e1f... by Damien Miller

   - <email address hidden> 2012/04/23 08:18:17
     [channels.c]
     fix function proto/source mismatch

70b2d55... by Damien Miller

   - <email address hidden> 2012/04/20 16:26:22
     [ssh.1]
     use "brackets" instead of "braces", for consistency;

4922315... by Damien Miller

   - <email address hidden> 2012/04/20 03:24:23
     [sftp.c]
     setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)

8fef9eb... by Damien Miller

   - <email address hidden> 2012/04/12 02:43:55
     [sshd_config sshd_config.5]
     mention AuthorizedPrincipalsFile=none default