0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ [email protected]] ack, somehow my previous commit ERASED this file! i'm starting to lose my bazaar-fu from using git too much. :( More... about 17 years ago
[project @ [email protected]] patch from Mark Hammond to use win32gui instead of win32ui, to avoid a dependency on MFC. only affects windows. More... about 17 years ago
[project @ [email protected]] SFTPClient.put() now returns the stats object it collected during verification. suggested by Jude Venn. More... about 17 years ago
[project @ [email protected]] allow multiple key files to be specified in SSHClient. suggested by Bernhard Walle. More... about 17 years ago
[project @ [email protected]] merge deadlog bugfix from dwayne litzenberger. More... about 17 years ago
[project @ [email protected]] include an empty language field on sftp responses, since some clients expect it. More... about 17 years ago
[project @ [email protected]] merge dwayne litzenberger's fixes for randpool on windows. More... about 17 years ago
[project @ [email protected]] bump version to 1.7.3 (clara) More... over 17 years ago
[project @ [email protected]] not all windows boxes have winrandom More... over 17 years ago
[project @ [email protected]] fix some unit tests for windows More... over 17 years ago
[project @ [email protected]] bug 191657: clean up usage of the channel map by making a special object to hold the weak value dict. More... over 17 years ago
[project @ [email protected]] bug 193779: catch EOFError in auth, and turn it into an auth exception. add a unit test to verify. More... over 17 years ago
[project @ [email protected]] bug 192749: document that SSHClient.connect may throw socket.error. More... over 17 years ago
[project @ [email protected]] 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. More... over 17 years ago
[project @ [email protected]] add exit_status_ready for justin cook. More... over 17 years ago
[project @ [email protected]] slight tweak to test, make it verify the length too More... over 17 years ago
[project @ [email protected]] 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. More... over 17 years ago
[project @ [email protected]] 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. More... over 17 years ago
[project @ [email protected]] add a demo for reverse port forwarding. More... over 17 years ago
[project @ [email protected]] verify WarningPolicy is exported More... over 17 years ago
[project @ [email protected]] for forwarded-tcpip connections, stuff the origin_addr in a public field in the Channel, in case recipients find it useful info. More... over 17 years ago
[project @ [email protected]] change -l to -p for consistency More... over 17 years ago
[project @ [email protected]] cleaned up "forward" example. More... over 17 years ago
[project @ [email protected]] 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. More... over 17 years ago
[project @ [email protected]] merge patch from Dwayne Litzenberger to fix unit tests on python 2.3. More... over 17 years ago
[project @ [email protected]] merge patch from Dwayne Litzenberger that lets you ask an SSHClient not to try agent-based auth. More... over 17 years ago
[project @ [email protected]] bug 189466: fix typo in osrandom.py (from patch in bug report) and add a friggin' unit test. More... over 17 years ago
[project @ [email protected]] explain why we check ~/ssh/ in the demos More... over 17 years ago
[project @ [email protected]] fix the utf-8 password bug for good (aka bug 177117) and add unit tests this time. More... over 17 years ago
[project @ [email protected]] remove some now-unneeded code. More... over 17 years ago