diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-08 10:22:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-08 10:22:49 +0000 |
commit | ba6f20a2442ab1ebfe947cff19a552f92114a29a (patch) | |
tree | 736f5ad403fea7fb749c0b0fbabddae81b01b592 /CHANGES | |
parent | 61572a1f9785167b20fdaea82a0b40231cf3d71c (diff) |
Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed
out that SFTP requests didn't use persistent connections. Neither did SCP
ones. I gave the SSH code a good beating and now both SCP and SFTP should
use persistent connections fine. I also did a bunch for indent changes as
well as a bug fix for the "keyboard interactive" auth.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel S (8 Nov 2007) +- Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed + out that SFTP requests didn't use persistent connections. Neither did SCP + ones. I gave the SSH code a good beating and now both SCP and SFTP should + use persistent connections fine. I also did a bunch for indent changes as + well as a bug fix for the "keyboard interactive" auth. + Dan F (6 Nov 2007) - Improved telnet support by drastically reducing the number of write callbacks needed to pass a buffer to the user. Instead one per byte it |