openssh:V_5_4

Last commit made on 2010-03-08
Get this branch:
git clone -b V_5_4 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_5_4
Repository:
lp:openssh

Recent commits

d13d995... by Damien Miller

   - <email address hidden> 2010/03/08 00:28:55
     [ssh-keygen.1]
     document permit-agent-forwarding certificate constraint; patch from
     stevesk@

081c976... by Damien Miller

   - <email address hidden> 2010/03/08 00:28:55
     [ssh-keygen.1]
     document permit-agent-forwarding certificate constraint; patch from
     stevesk@

9586787... by Damien Miller

 - (djm) Release OpenSSH-5.4p1

6bf3178... by Damien Miller

 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   crank version numbers

3e1ee49... by Damien Miller

   - <email address hidden> 2010/03/07 22:16:01
     [ssh-keygen.c]
     make internal strptime string match strftime format;
     suggested by vinschen AT redhat.com and markus@

b3bc331... by Damien Miller

 - (djm) OpenBSD CVS Sync
   - <email address hidden> 2010/03/07 22:01:32
     [version.h]
     openssh-5.4

cd70e1b... by Darren Tucker

   - <email address hidden> 2010/03/07 11:57:13
     [auth-rhosts.c monitor.c monitor_wrap.c session.c auth-options.c sshd.c]
     Hold authentication debug messages until after successful authentication.
     Fixes an info leak of environment variables specified in authorized_keys,
     reported by Jacob Appelbaum. ok djm@

ac0c4c9... by Darren Tucker

 - (dtucker) [session.c] Also initialize creds to NULL for handing to
   setpcred.

c738e6c... by Darren Tucker

 - (dtucker) [session.c] Bug #1567: move setpcred call to before chroot and
   do not set real uid, since that's needed for the chroot, and will be set
   by permanently_set_uid.

b3d20a3... by Darren Tucker

 - (dtucker) [auth.c] Bug #1710: call setauthdb on AIX before getpwuid so that
   it gets the passwd struct from the LAM that knows about the user which is
   not necessarily the default. Patch from Alexandre Letourneau.