Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-19 | simplify the "simple" demo. | Robey Pointer | |
2009-05-10 | fix tests. | Robey Pointer | |
2009-05-10 | Merge commit 'shikhar/master' | Robey Pointer | |
2009-05-10 | rename this file for github | Robey Pointer | |
2009-04-18 | typo | Shikhar Bhushan | |
2009-04-18 | fix ipv6 support in SSHClient | Shikhar Bhushan | |
2009-04-14 | patch from maxime ripard adding ip6 support. | Robey Pointer | |
2009-04-14 | patch from james bardin: bail early if the high byte is zero. | Robey Pointer | |
2009-02-17 | bug 300536: allow a really long banner before the SSH handshake. | Robey Pointer | |
2009-02-16 | fix silly exception message. | Robey Pointer | |
2009-02-16 | make 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. | |||
2008-05-18 | [project @ robey@lag.net-20080518224525-cjid4qbn81eve3zt] | Robey Pointer | |
merge dwayne litzenberger's fixes for randpool on windows. | |||
2008-03-23 | [project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0] | Robey Pointer | |
bump version to 1.7.3 (clara) | |||
2008-03-23 | [project @ robey@lag.net-20080324065139-nmvo5goh1izbd3gr] | Robey Pointer | |
not all windows boxes have winrandom | |||
2008-03-23 | [project @ robey@lag.net-20080324065111-qv8icii767fqex9j] | Robey Pointer | |
fix some unit tests for windows | |||
2008-03-23 | [project @ robey@lag.net-20080323082110-o9fglwyiozn08tm9] | Robey Pointer | |
bug 191657: clean up usage of the channel map by making a special object to hold the weak value dict. | |||
2008-03-22 | [project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g] | Robey Pointer | |
bug 193779: catch EOFError in auth, and turn it into an auth exception. add a unit test to verify. | |||
2008-03-22 | [project @ robey@lag.net-20080323024555-s95m60jycc8dt14q] | Robey Pointer | |
bug 192749: document that SSHClient.connect may throw socket.error. | |||
2008-03-22 | [project @ robey@lag.net-20080323023616-fpo17kr0qxxbgthv] | Robey Pointer | |
bug 200416: don't create a new logger for every channel and every sftp client or server. it causes python to leak lots of useless logger objects, because they never go away. instead, log the channel # in the message, and use only a couple of standard log nodes. | |||
2008-03-22 | [project @ robey@lag.net-20080323020709-ub8ya3xkh1ebywfa] | Robey Pointer | |
add exit_status_ready for justin cook. | |||
2008-03-22 | [project @ robey@lag.net-20080323020309-9bjcp7l2ygdu49d2] | Robey Pointer | |
slight tweak to test, make it verify the length too | |||
2008-03-22 | [project @ robey@lag.net-20080323020054-ar5bmythf7fr5rgk] | Robey Pointer | |
in the test that verifies key renegotiation during a large file "put", also do a "get" of the large file (with prefetch) to verify that nothing screwy happens. | |||
2008-03-22 | [project @ robey@lag.net-20080322215455-xb70ktut2l1bkzsx] | Robey Pointer | |
patch from dwayne c. litzenberger to fix urandom support to work from within a chroot. i modified it slightly to remove os.urandom calls completely, since our direct file access is nearly identical to what python was doing. | |||
2008-02-19 | [project @ robey@lag.net-20080220060035-yi82h5kc7jod5hlu] | Robey Pointer | |
add a demo for reverse port forwarding. | |||
2008-02-19 | [project @ robey@lag.net-20080220060030-jih2gfguzp6jbwog] | Robey Pointer | |
verify WarningPolicy is exported | |||
2008-02-19 | [project @ robey@lag.net-20080220055938-c772bcrnw9lm2kcd] | Robey Pointer | |
for forwarded-tcpip connections, stuff the origin_addr in a public field in the Channel, in case recipients find it useful info. | |||
2008-02-19 | [project @ robey@lag.net-20080220055849-xmjvp8m0lqyz4cf1] | Robey Pointer | |
change -l to -p for consistency | |||
2008-02-18 | [project @ robey@lag.net-20080219075127-fx3aq6ijgm38oxy6] | Robey Pointer | |
cleaned up "forward" example. | |||
2008-02-18 | [project @ robey@lag.net-20080219074736-1fkyp8jl95amj5ky] | Robey Pointer | |
add WarningPolicy to SSHClient, which logs a warning when a server host key isn't known, but allows the connection. also added an option to avoid searching for private keys, and made it check ~/ssh/ for windows. | |||
2008-02-17 | [project @ robey@lag.net-20080218051229-xtylb1poe246k2ci] | Robey Pointer | |
merge patch from Dwayne Litzenberger to fix unit tests on python 2.3. | |||
2008-02-17 | [project @ robey@lag.net-20080218045900-wh5168fjqq2o80kd] | Robey Pointer | |
merge patch from Dwayne Litzenberger that lets you ask an SSHClient not to try agent-based auth. | |||
2008-02-17 | [project @ robey@lag.net-20080218024139-i2t8y0f0dd93xjo1] | Robey Pointer | |
bug 189466: fix typo in osrandom.py (from patch in bug report) and add a friggin' unit test. | |||
2008-02-17 | [project @ robey@lag.net-20080218003236-d2zgw43ys7xrccdx] | Robey Pointer | |
explain why we check ~/ssh/ in the demos | |||
2008-01-23 | [project @ robey@lag.net-20080124045017-dfqiamorj356btrd] | Robey Pointer | |
fix the utf-8 password bug for good (aka bug 177117) and add unit tests this time. | |||
2008-01-23 | [project @ robey@lag.net-20080124014121-95bt9p4n4k8lw72i] | Robey Pointer | |
remove some now-unneeded code. | |||
2008-01-23 | [project @ robey@lag.net-20080124013849-jno9xkgwvvqrvuov] | Robey Pointer | |
split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring). | |||
2008-01-21 | [project @ robey@lag.net-20080122025908-h8xm28k72umoeo7y] | Robey Pointer | |
bump to version 1.7.2 (basil) |