openssh:V_6_5

Last commit made on 2014-01-30
Get this branch:
git clone -b V_6_5 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_5
Repository:
lp:openssh

Recent commits

3745b1c... by Damien Miller

gratuitious commit to let the git tree see this branch

cdb6c90... by Damien Miller

 - (djm) Release openssh-6.5p1

996ea80... by Damien Miller

trim entries prior to openssh-6.0p1

f5bbd3b... by Damien Miller

 - (djm) [configure.ac atomicio.c] Kludge around NetBSD offering
   different symbols for 'read' when various compiler flags are
   in use, causing atomicio.c comparisons against it to break and
   read/write operations to hang; ok dtucker

c286819... by Damien Miller

 - (djm) [configure.ac] Only check for width-specified integer types
   in headers that actually exist. patch from Tom G. Christensen;
   ok dtucker@

c161fc9... by Damien Miller

 - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from
   Tom G. Christensen

6f917ad... by Tim Rice <email address hidden>

 - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable
   when used as an error message inside an if statement so we display the
   correct into. agent.sh patch from Petr Lautrbach.

ab16ef4... by Damien Miller

 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the
   latter being specified to have undefined behaviour in SUSv3;
   ok dtucker

ab03949... by Damien Miller

 - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;
   ok dtucker

4ab20a8... by Darren Tucker

 - (dtucker) [Makefile.in] Remove trailing backslash which some make
   implementations (eg older Solaris) do not cope with.