openssh:V_6_4

Last commit made on 2013-11-08
Get this branch:
git clone -b V_6_4 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_4
Repository:
lp:openssh

Recent commits

e01f4f6... by Damien Miller

 - (djm) Release 6.4p1

63bfbba... by Damien Miller

   - <email address hidden> 2013/11/08 01:38:11
     [version.h]
     openssh-6.4

293e6d2... by Damien Miller

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

727a3bf... by Damien Miller

   - <email address hidden> 2013/11/08 00:39:15
     [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c]
     [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
     [sftp-client.c sftp-glob.c]
     use calloc for all structure allocations; from markus@

13cfd6d... by Damien Miller

   - <email address hidden> 2013/11/06 16:52:11
     [monitor_wrap.c]
     fix rekeying for AES-GCM modes; ok deraadt

4425e64... by Damien Miller

- (djm) [channels.c] sigh, typo s/buffet_/buffer_/

eea312e... by Damien Miller

 - (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code;
   ok dtucker@

203eaf4... by Damien Miller

 - (djm) Release 6.3p1

43968a8... by Damien Miller

 - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits
   until we have configure support.

04be8b9... by Damien Miller

 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the
   'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we
   start to use them in the future.