openssh:V_5_3

Last commit made on 2009-09-26
Get this branch:
git clone -b V_5_3 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_5_3
Repository:
lp:openssh

Recent commits

7fe2877... by Damien Miller

 - (djm) Release 5.3p1

78e5bf0... by Damien Miller

 - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere

6e0d6d6... by Damien Miller

 - (djm) [README] update relnotes URL

bc7b306... by Damien Miller

 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
         [contrib/suse/openssh.spec] Update for release

e02b49a... by Darren Tucker

 - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
   10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query). Patch
   from jbasney at ncsa uiuc edu.

e5d5a17... by Damien Miller

 - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
   (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@

dad48e7... by Darren Tucker

 - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
   krb5-config if it's not in the location specified by --with-kerberos5.
   Patch from jchadima at redhat.

427adf1... by Darren Tucker

 - (dtucker) [README.platform] Add text about development packages, based on
   text from Chris Pepper in bug #1631.

ac9f1b9... by Darren Tucker

 - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.

86e30a0... by Darren Tucker

 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
   size a compile-time option and set it to 64k on Cygwin, since Corinna
   reports that it makes a significant difference to performance. ok djm@