summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2010-04-25patch from Michele Bertoldi to allow compression to be turned on in the ↵Robey Pointer
client constructor.
2010-04-25i lost who sent this to me (sorry). patches to fix AIX.Robey Pointer
2010-04-13code style and fix test.Robey Pointer
2010-04-13brittspace.Robey Pointer
2010-04-13Merge remote branch 'larrywright/master'Robey Pointer
2009-12-18added functionality to skip verifying the file, which works around sftp ↵Larry Wright
servers that remove the file immediately after it's been closed.
2009-11-01bump to 1.7.6.Robey Pointer
2009-11-01brittspace.Robey Pointer
2009-11-01bug 426925: lookup host keys correctly when they have a different port.Robey Pointer
2009-11-01bug 411910: when asking for a sockaddr, ask for streams only.Robey Pointer
2009-10-31bug 413850: patch from patrick mcnerthney. fix race between a server ↵Robey Pointer
responding to an event and closing the channel.
2009-10-31bug 363163: copy the SSHClient AF patch to transport.py too.Robey Pointer
2009-10-31ignore more.Robey Pointer
2009-10-31bug 411099: chdir() isn't saving the cwd in a normalized way. added test.Robey Pointer
2009-07-19bump to 1.7.5.Robey Pointer
2009-07-19patch from evan jones: simplify wait_for_event.Robey Pointer
2009-07-19ignore extra fields in a hosts file, since apparently some apps are putting ↵Robey Pointer
comments on the same line (?).
2009-07-19oops.Robey Pointer
2009-07-19patch from sofian brabez to fix hexdump logging in sftp_client.Robey Pointer
2009-07-19patch from jim wilcoxson: raise an error early if chdir will fail.Robey Pointer
2009-07-19fix my email address to be the current one.Robey Pointer
2009-07-19make the "auth type not permitted" message debug level, for bazaar.Robey Pointer
2009-07-19patch from gary poster: allow multiple hostnames to be specified per block ↵Robey Pointer
in the ssh config file format. bug #332382
2009-07-19patch from andreux fort: add a timeout to the key exchange, so that if the ↵Robey Pointer
remote side doesn't ever answer, eventually we give up. bug #378511
2009-07-19close the local/remote files in finally blocks in sftp get & put, so fds ↵Robey Pointer
don't get lost. bug #379240
2009-07-19patch for ARC4 cipher support, and CTR block chaining, from denis bernard.Robey Pointer
2009-07-19simplify the "simple" demo.Robey Pointer
2009-05-10fix tests.Robey Pointer
2009-05-10Merge commit 'shikhar/master'Robey Pointer
2009-05-10rename this file for githubRobey Pointer
2009-04-18typoShikhar Bhushan
2009-04-18fix ipv6 support in SSHClientShikhar Bhushan
2009-04-14patch from maxime ripard adding ip6 support.Robey Pointer
2009-04-14patch from james bardin: bail early if the high byte is zero.Robey Pointer
2009-02-17bug 300536: allow a really long banner before the SSH handshake.Robey Pointer
2009-02-16fix silly exception message.Robey Pointer
2009-02-16make the transport a daemon thread since python 1.6 doesn't call the atexit ↵Robey Pointer
handler correctly any more. also allow unicode as a hostname.
2009-02-01[project @ robey@lag.net-20090202021455-ohooxd5bzsf8age3]Robey Pointer
old todo comments
2008-07-06[project @ robey@lag.net-20080707012221-5fz3q4j2gvqlbmhl]Robey Pointer
bump version to 1.7.4 (desmond).
2008-07-06[project @ robey@lag.net-20080707002355-kl44yurqgjfhk7dd]Robey Pointer
clarify documentation about non-blocking mode
2008-07-06[project @ robey@lag.net-20080707002335-9fw0bd9tj7ndcueg]Robey Pointer
clarify feature was added in 1.7.4
2008-07-06[project @ robey@lag.net-20080706230815-v2ybqxm237zw0wa0]Robey Pointer
add a callback method that can be used to track get/put progress in SFTPClient. suggested by Phil Schwartz.
2008-07-06[project @ robey@lag.net-20080706225842-25rg9uk9ksyxxbyf]Robey Pointer
fix convoluted logging method
2008-07-06[project @ robey@lag.net-20080706223938-fn82xx2k0zvklazm]Robey Pointer
more ignores
2008-07-06[project @ robey@lag.net-20080706223720-l52qact0g0q5gkuz]Robey Pointer
ack, somehow my previous commit ERASED this file! i'm starting to lose my bazaar-fu from using git too much. :(
2008-07-06[project @ robey@lag.net-20080706223221-k0hzhvsayzmw6w3e]Robey Pointer
patch from Mark Hammond to use win32gui instead of win32ui, to avoid a dependency on MFC. only affects windows.
2008-07-06[project @ robey@lag.net-20080706221605-t6ashnnjr1aurmn4]Robey Pointer
SFTPClient.put() now returns the stats object it collected during verification. suggested by Jude Venn.
2008-07-06[project @ robey@lag.net-20080706203706-zqxb69qrcgyuf90n]Robey Pointer
allow multiple key files to be specified in SSHClient. suggested by Bernhard Walle.
2008-06-03[project @ robey@lag.net-20080604053906-vz5toqvlp5miqy1x]Robey Pointer
merge deadlog bugfix from dwayne litzenberger.
2008-05-18[project @ robey@lag.net-20080518231221-znq4h93fzdgotwf1]Robey Pointer
include an empty language field on sftp responses, since some clients expect it.