openssh:V_4_2

Last commit made on 2005-11-01
Get this branch:
git clone -b V_4_2 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_4_2
Repository:
lp:openssh

Recent commits

e8121e2... by Darren Tucker

 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
   Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net
   via FreeBSD.

aa080fd... by Darren Tucker

 - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
   understand "%lld", even though the compiler has "long long", so handle
   it as a special case. Patch tested by mcaskill.scott at epa.gov.

(actually, was included in previous commit)

a0e7f10... by Darren Tucker

 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
   sizeof(long long) checks, to make fixing bug #1104 easier (no changes
   yet).

314c1be... by Darren Tucker

 - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
   /etc/default/login report and testing from aabaker at iee.org, corrections
   from tim@.

f99940b... by Darren Tucker

 - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from
   brian.smith at agilent com.

52582a9... by Darren Tucker

typo

7bb9f1c... by Darren Tucker

typo

da11f7b... by Darren Tucker

 - (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended
   "*LOCKED*" string) for FreeBSD. Patch jeremie at le-hen.org and
   senthilkumar_sen at hotpop.com.

c99ee82... by Darren Tucker

   - <email address hidden> 2005/10/03 07:44:42
     [canohost.c]
     Relocate check_ip_options call to prevent logging of garbage for
     connections with IP options set. bz#1092 from David Leonard,
     "looks good" deraadt@

bc9f969... by Darren Tucker

   - <email address hidden> 2005/09/19 11:47:09
     [sshd.c]
     stop connection abort on rekey with delayed compression enabled when
     post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@