0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ [email protected]] split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring). More... over 17 years ago
[project @ [email protected]] bump to version 1.7.2 (basil) More... over 17 years ago
[project @ [email protected]] patch from dwayne litzenberger to fix the PRNG to be more resilient when using windows, and some forking/threading environments. More... over 17 years ago
[project @ [email protected]] for password authentication, only utf-8 encode the password if it's in unicode. this should let clients work around servers that expect non-utf-8 passwords (possibly because they predate the RFCs). More... over 17 years ago
[project @ [email protected]] patch from david guerizec for direct-tcpip forwarding support, and a unit test added by yours truly. More... over 17 years ago
[project @ [email protected]] merge patch to allow bufsize param in SSHClient.exec_command() More... over 17 years ago
[project @ [email protected]] be more explicit about setting buffering options, and make the default be "unbuffered", because with buffering on, writes are buffered, which can be very confusing over ssh and usually not what you want. More... over 17 years ago
[project @ [email protected]] oops, fix typo. More... over 17 years ago
[project @ [email protected]] add send_ready() and a unit test. More... over 17 years ago
[project @ [email protected]] merge tab fix More... over 17 years ago
[project @ [email protected]] patch from james bardin to allow closing an SSHClient more than once. :) More... over 17 years ago
[project @ [email protected]] add get_transport() to fetch the Transport from an SSHClient. More... over 17 years ago
[project @ [email protected]] fix some typos. More... over 17 years ago
[project @ [email protected]] bug discovered while porting to jaramiko: old-style gex wasn't creating the proper hash. fixed. More... over 17 years ago
[project @ [email protected]] bug 157205: select() doesn't notify incoming stderr data, because stderr's pipe isn't hooked up to the fileno() BufferedPipe. to fix, i added an "or" pipe-event that can be triggered by either stdout or stderr, and hooked them both up to fileno(). added a unit test for the bug and one for the "or" pipe. More... over 17 years ago
[project @ [email protected]] bug 137219: handle EINTR in a read or write, if python doesn't. More... almost 18 years ago
[project @ [email protected]] jon slavin points out that using the 'cmp' keyword is not compatible with python 2.3. More... almost 18 years ago
[project @ [email protected]] bump up to 1.7.1 (amy) More... about 18 years ago
[project @ [email protected]] change README to rest format More... about 18 years ago
[project @ [email protected]] create new TODO file More... about 18 years ago
[project @ [email protected]] move the news entries to a new rest file More... about 18 years ago
[project @ [email protected]] merge in a modified form of a patch from alexander belchenko. this lets windows users use the 'win32all' module *or* the 'ctypes' module, if they have ctypes installed. python 2.5 comes with ctypes in the standard library. More... about 18 years ago
[project @ [email protected]] add optional timeout parameter to SSHClient.connect(), based on a patch from james bardin. More... about 18 years ago
[project @ [email protected]] add a get_channel() method to SFTPClient, to retrieve the underlying channel. More... about 18 years ago
[project @ [email protected]] patch from wesley augur: expose the 'longname' field from listdir_attr(). More... about 18 years ago
[project @ [email protected]] expose PKey for documentation, so inherited methods can be seen in DSSKey and RSAKey More... over 18 years ago
[project @ [email protected]] oops, fix doc typo More... over 18 years ago
[project @ [email protected]] bump version to 1.7 zubat More... over 18 years ago
[project @ [email protected]] add get/put to the sftp demo More... over 18 years ago
[project @ [email protected]] bump copyright year to 2007 More... over 18 years ago