openssh:V_4_5

Last commit made on 2006-11-07
Get this branch:
git clone -b V_4_5 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_4_5
Repository:
lp:openssh

Recent commits

360357b... by Darren Tucker

 - (dtucker) [dh.c] Type fix for BN_hex2bn; ok markus@

14ea863... by Darren Tucker

 - (dtucker) Release 4.5p1.

c2820c5... by Darren Tucker

 - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
   versions.

fbba735... by Darren Tucker

   - <email address hidden> 2006/11/07 10:31:31
     [monitor.c version.h]
     correctly check for bad signatures in the monitor, otherwise the monitor
     and the unpriv process can get out of sync. with dtucker@, ok djm@,
     dtucker@

0bc8557... by Darren Tucker

   - <email address hidden> 2006/11/06 21:25:28
     [auth-rsa.c kexgexc.c kexdhs.c key.c ssh-dss.c sshd.c kexgexs.c
     ssh-keygen.c bufbn.c moduli.c scard.c kexdhc.c sshconnect1.c dh.c rsa.c]
     add missing checks for openssl return codes; with & ok djm@

df0e438... by Darren Tucker

 - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it
   if we absolutely need it. Pointed out by Corinna, ok djm@

570c2ab... by Damien Miller

   - <email address hidden> 2006/10/31 16:33:12
     [kexdhc.c kexdhs.c kexgexc.c kexgexs.c]
     check DH_compute_key() for -1 even if it should not happen because of
     earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm

3975ee2... by Damien Miller

 - (djm) OpenBSD CVS Sync
   - <email address hidden> 2006/10/28 18:08:10
     [ssh.1]
     correct/expand example of usage of -w; ok jmc@ stevesk@

4d13ece... by Darren Tucker

 - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr
   events fatal in Solaris process contract support and tell it to signal
   only processes in the same process group when something happens.
   Based on information from andrew.benham at thus.net and similar to
   a patch from Chad Mynhier. ok djm@

796c6c6... by Damien Miller

- (djm) [auth.c] gc some dead code