openssh:V_3_9

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

Branch merges

Branch information

Name:
V_3_9
Repository:
lp:openssh

Recent commits

fe5e263... by Darren Tucker

 - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user
   existence via keyboard-interactive/pam, in conjunction with previous
   auth2-chall.c change; with Colin Watson and djm.

8ee5801... by Darren Tucker

   - <email address hidden> 2005/01/19 13:11:47
     [auth-bsdauth.c auth2-chall.c]
     Have keyboard-interactive code call the drivers even for responses for
     invalid logins. This allows the drivers themselves to decide how to
     handle them and prevent leaking information where possible. Existing
     behaviour for bsdauth is maintained by checking authctxt->valid in the
     bsdauth driver. Note that any third-party kbdint drivers will now need
     to be able to handle responses for invalid logins. ok markus@

4cf5740... by Darren Tucker

 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
   10.x by testing for conflicts in shadow.h and undef'ing _INCLUDE__STDC__
   only if a conflict is detected.

4ce9fd0... by Darren Tucker

 - (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
   on Cygwin. Cygwin parts from vinschen at redhat com; ok djm@

35beadd... by Darren Tucker

 - (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
   on Cygwin. Cygwin parts from vinschen at redhat com; ok djm@

0e035d8... by Damien Miller

that was "ok dtucker@"

daffc6a... by Damien Miller

 - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations

dbc2296... by Darren Tucker

 - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
   to void * to appease picky compilers (eg Tru64's "cc -std1").

b7d55e3... by Darren Tucker

 - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode
   and other PAM platforms.

59f79c4... by Darren Tucker

 - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@