openssh:V_2_5_2

Last commit made on 2001-04-10
Get this branch:
git clone -b V_2_5_2 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_2_5_2
Repository:
lp:openssh

Recent commits

813b909... by Damien Miller

Add Theo E. Schlossnagle's <email address hidden> SecurID patch to contrib/

d6b07d8... by Kevin Steves <email address hidden>

 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
    shutdown(SHUT_RD) error() bypass for HP-UX.

7f64c3a... by Damien Miller

 - (djm) Patch from OpenBSD CVS:
   - <email address hidden> 2001/03/29 21:06:21
     [sshconnect2.c sshd.c]
     need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@

42d3204... by Damien Miller

 - (djm) Document default protocol order in config files

61e8c0a... by Damien Miller

 - (djm) Another openbsd-compat/glob.c sync

5e79f29... by Damien Miller

 - (djm) Sync openbsd-compat/glob.c

a42a811... by Damien Miller

 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
   doesn't work because of conflicts between krbIV's and OpenSSL's des.h

e24bfc1... by Damien Miller

 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
   fix from Philippe Levan <email address hidden>

27485bd... by Damien Miller

 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
   resolve linking conflicts with libcrypto. Report and suggested fix
   from Holger Trapp <email address hidden>

3bdb346... by Damien Miller

 - (djm) Reestablish PAM credentials (which can be supplemental group
   memberships) after initgroups() blows them away. Report and suggested
   fix from Nalin Dahyabhai <email address hidden>