openssh:V_6_3

Last commit made on 2013-09-13
Get this branch:
git clone -b V_6_3 https://git.launchpad.net/openssh

Branch merges

Branch information

Name:
V_6_3
Repository:
lp:openssh

Recent commits

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.

f2f6c31... by Damien Miller

   - <email address hidden> 2013/08/20 06:56:07
     [ssh.1 ssh_config.5]
     some proxyusefdpass tweaks;

1262b66... by Damien Miller

   - <email address hidden> 2013/08/20 00:11:38
     [readconf.c readconf.h ssh_config.5 sshconnect.c]
     Add a ssh_config ProxyUseFDPass option that supports the use of
     ProxyCommands that establish a connection and then pass a connected
     file descriptor back to ssh(1). This allows the ProxyCommand to exit
     rather than have to shuffle data back and forth and enables ssh to use
     getpeername, etc. to obtain address information just like it does with
     regular directly-connected sockets. ok markus@

b7727df... by Damien Miller

   - <email address hidden> 2013/08/14 08:39:27
     [scp.1 ssh.1]
     some Bx/Ox conversion;
     From: Jan Stary

d5d9d7b... by Damien Miller

   - <email address hidden> 2013/08/13 18:33:08
     [ssh-keygen.c]
     another of the same typo

d234afb... by Damien Miller

   - <email address hidden> 2013/08/13 18:32:08
     [ssh-keygen.c]
     typo in error message; from Stephan Rickauer