openssh:V_3_6_1

Last commit made on 2003-08-21
Get this branch:
git clone -b V_3_6_1 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_3_6_1
Repository:
lp:openssh

Recent commits

bfad290... by Darren Tucker

 - (dtucker) [configure.ac] Bug #536: Test for and work around openpty/
   controlling tty problem on Linux (fixes "could not set controlling tty"
   errors).

e3cc3c0... by Darren Tucker

 - (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
   invalid cmsg_type on Linux 1.x and 2.0 kernels, privsep should now work.

Missed acconfig.h, whoops.

25fbd62... by Darren Tucker

 - (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
   SSHD_ACQUIRES_CTTY.

acc0d05... by Darren Tucker

 - (dtucker) [configure.ac monitor_fdpass.c] Bug #544: ignore invalid cmsg_type
   on Linux 1.x and 2.0 kernels, privsep should now work.

1df4bb2... by Darren Tucker

 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
   not already defined (eg Linux with some versions of libc5), based on those
   from OpenBSD.

92339b2... by Darren Tucker

 - (dtucker) [openbsd-compat/realpath.c] strcat -> strlcat, rootd -> needslash
   to fix check for ENAMETOOLONG (OpenBSD realpath.c rev 1.10).

a5d45a4... by Darren Tucker

 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
   searching libraries for it. Fixes build errors on NCR MP-RAS.
 - (dtucker) [configure.ac] Define STREAMS_PUSH_ACQUIRES_CTTY for NCR MP-RAS
   and Reliant Unix. Fixes "can't set controlling tty errors".

a982ace... by Darren Tucker

 - (dtucker) [sshd.c] Bug #529: sshd doesn't work correctly after SIGHUP
   (copy argv correctly), fix by djm from -current.

0fc1149... by Darren Tucker

 - (dtucker) [regress/authorized_keys_root regress/copy.1 regress/copy.2]
   Remove temp data files from cvs.

fad82e8... by Damien Miller

 - (djm) Add back radix.o (used by AFS support), after it went missing from
   Makefile many moons ago
 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
 - (djm) Fix blibpath specification for AIX/gcc
 - (djm) Some systems have basename in -lgen. Fix from <email address hidden>