- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Jun 2008 10:43:32 +0000 (10:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Jun 2008 10:43:32 +0000 (10:43 +0000)
commit422fd933f508225d3d95128ba97ae3e38dff53dc
tree11a78f4d2d1a98996b8d9b8e3e8abb9316dee802
parent2594124825980231ffe024d00a9ac43bcb4c3553
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
  crashed libcurl. This is now addressed by making sure we use "plain send"
  internally when doing the socks handshake instead of the Curl_write()
  function which is designed to use the "target" protocol. That's then SCP or
  SFTP in this case. I also took the opportunity and cleaned up some ssh-
  related #ifdefs in the code for readability.
CHANGES
RELEASE-NOTES
lib/sendf.c
lib/sendf.h
lib/socks.c
lib/ssh.h