openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
ssh-py
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 7 of 22
Search / Filter on:
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).
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] bump to version 1.7.2 (basil)
Robey Pointer
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.
Robey Pointer
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).
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] merge patch to allow bufsize param in SSHClient.exec_command()
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] oops, fix typo.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] add send_ready() and a unit test.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] merge tab fix
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] patch from james bardin to allow closing an SSHClient more than once. :)
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] add get_transport() to fetch the Transport from an SSHClient.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] fix some typos.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] bug discovered while porting to jaramiko: old-style gex wasn't creating the proper hash. fixed.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] bug 137219: handle EINTR in a read or write, if python doesn't.
Robey Pointer
More...
almost 18 years ago
[project @
[email protected]
] jon slavin points out that using the 'cmp' keyword is not compatible with python 2.3.
Robey Pointer
More...
almost 18 years ago
[project @
[email protected]
] bump up to 1.7.1 (amy)
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] change README to rest format
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] create new TODO file
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] move the news entries to a new rest file
Robey Pointer
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.
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] add optional timeout parameter to SSHClient.connect(), based on a patch from james bardin.
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] add a get_channel() method to SFTPClient, to retrieve the underlying channel.
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] patch from wesley augur: expose the 'longname' field from listdir_attr().
Robey Pointer
More...
about 18 years ago
[project @
[email protected]
] expose PKey for documentation, so inherited methods can be seen in DSSKey and RSAKey
Robey Pointer
More...
over 18 years ago
[project @
[email protected]
] oops, fix doc typo
Robey Pointer
More...
over 18 years ago
[project @
[email protected]
] bump version to 1.7 zubat
Robey Pointer
More...
over 18 years ago
[project @
[email protected]
] add get/put to the sftp demo
Robey Pointer
More...
over 18 years ago
[project @
[email protected]
] bump copyright year to 2007
Robey Pointer
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree