openssh:V_3_8

Last commit made on 2004-03-10
Get this branch:
git clone -b V_3_8 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_3_8
Repository:
lp:openssh

Recent commits

ad52178... by Darren Tucker

 - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
   before redefining it, silences warnings on Tru64.

08bb362... by Darren Tucker

 - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
   monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
   even if keyboard-interactive is not used by the client. Prevents segfaults
   in some cases where the user's password is expired (note this is not
   considered a security exposure). ok djm@

2d4d0f6... by Darren Tucker

 - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
   openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
   inherited by the child. ok djm@

ebe1cb8... by Darren Tucker

 - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
   platforms (eg SCO, HP-UX) with logging in the wrong TZ.

59e2e6a... by Darren Tucker

 - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
   openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
   configured --with-osfsia. ok djm@

3b6da42... by Darren Tucker

 - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,
   prevent hanging during PAM keyboard-interactive authentications. ok djm@

08e3d1e... by Darren Tucker

 - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
   -DUSE_POSIX_THREADS. From antoine.verheijen at ualbert ca. ok djm@

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

 - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188

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

 - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188

b099d85... by Darren Tucker

 - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if we
   built with openssl < 0.9.7)