openssh:V_4_3

Last commit made on 2006-03-18
Get this branch:
git clone -b V_4_3 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_4_3
Repository:
lp:openssh

Recent commits

f516a3d... by Darren Tucker

 - (dtucker) [openbsd-compat/bsd-snprintf.c] Bug #1173: make fmtint() take
   a LLONG rather than a long. Fixes scp'ing of large files on platforms
   with missing/broken snprintfs. Patch from e.borovac at bom.gov.au.

106a708... by Darren Tucker

 - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
   includes. Patch from gentoo.riverrat at gmail.com.

56cf3dc... by Damien Miller

 - (djm) Release 4.3p2

c949a59... by Darren Tucker

 - (dtucker) [README] Bump release notes URL.

7345644... by Darren Tucker

 - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP
   -> NEED_SETPGRP), reported by Berhard Simon. ok tim@

cefc0e9... by Tim Rice <email address hidden>

 - (tim) [session.c] Logout records were not updated on systems with
   post auth privsep disabled due to bug 1086 changes. Analysis and patch
   by vinschen at redhat.com. OK tim@, dtucker@.

f8e2ef1... by Tim Rice <email address hidden>

 - (tim) [configure.ac] Remove unnecessary tests for net/if.h and
   netinet/in_systm.h. OK dtucker@.

f046fa3... by Tim Rice <email address hidden>

 - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
   kraai at ftbfs.org.

bde717b... by Tim Rice <email address hidden>

 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
   for Solaris. OK dtucker@.

e9d6269... by Tim Rice <email address hidden>

 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
   AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run
   by a platform specific check, builtin standard includes tests will be
   skipped on the other platforms.
   Analysis and suggestion by vinschen at redhat.com, patch by dtucker@.
   OK tim@, djm@.