openssh:V_4_6

Last commit made on 2007-06-28
Get this branch:
git clone -b V_4_6 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_4_6
Repository:
lp:openssh

Recent commits

4f606dd... by Darren Tucker

 - (djm) bz#1325: Fix SELinux in permissive mode where it would
   incorrectly fatal() on errors. patch from cjwatson AT debian.org;
   ok dtucker
   (backport from current)

202c17b... by Darren Tucker

   - <email address hidden> 2007/06/14 22:48:05
     [ssh.c]
     when waiting for the multiplex exit status, read until the master end
     writes an entire int of data *and* closes the client_fd; fixes mux
     regression spotted by dtucker, ok dtucker@

20c4012... by Darren Tucker

   - <email address hidden> 2007/06/14 21:43:25
     [ssh.c]
     handle EINTR when waiting for mux exit status properly

a422cfc... by Darren Tucker

   - <email address hidden> 2007/06/14 21:43:25
     [ssh.c]
     handle EINTR when waiting for mux exit status properly

e64ad08... by Darren Tucker

   - <email address hidden> 2007/06/13 00:21:27
     [scp.c]
     don't ftruncate() non-regular files; bz#1236 reported by wood AT
     xmission.com; ok dtucker@

1ed2740... by Darren Tucker

   - <email address hidden> 2007/06/12 11:11:08
     [ssh.c]
     fix slave exit value when a control master goes away without passing the
     full exit status by ensuring that the slave reads a full int. bz#1261
     reported by frekko AT gmail.com; ok markus@ dtucker@

c3244a9... by Darren Tucker

   - <email address hidden> 2007/06/12 11:56:15
     [gss-genr.c]
     Pass GSS OID to gss_display_status to provide better information in
     error messages. Patch from Simon Wilkinson via bz 1220. ok djm@

2b359f9... by Darren Tucker

 - (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should
   prevent warnings about redefinitions of various things in paths.h.
   Spotted by cartmanltd at hotmail.com.

98015ba... by Darren Tucker

 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
   fix; tested by dtucker@ and jochen.kirn AT gmail.com (backport from HEAD)

a50bfcc... by Darren Tucker

 - (dtucker) [mdoc2man.awk] Sync with rev 1.8, mainly for %R reference
   support used for RFCs.