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 28, 2024 — Jul 28, 2025
Showing page 10 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[project @
[email protected]
] if a chunk has been requested in prefetch, don't bother doing an overlapping prefetch during readv
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] don't fetch readv chunks that we have reason to believe are already in prefetch buffers. no longer need to order the prefetch requests either.
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] allow prefetch + readv to occur at the same time (even though it will be really inefficient). instead of a moving pointer, use the prefetched buffers as an indication of what we've downloaded so far. break up large readv requests into the max packet size. add 2 more unit tests to test this stuff.
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] attempt to implement support for kex-gex 'old' packet type, which is apparently used by putty (this would only affect paramiko in server mode)
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] clean up pyc files too
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] clean up use of expected_packet and make it accept a tuple of packet types
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] fix SSHException references in demos
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] bump version to 1.6 (oops, forgot to check this in a few days ago)
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] apparently some sftp servers may return an mtime of 0xffffffff -- just in case, ignore that value
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] new ignores
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] anal-retentive conversion to 'while True'
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] make HostKeys use odict to ensure order is preserved, and add HostKeys.save()
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] add PKey.from_private_key to read from a file object
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] log mkdir mode when given
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] catch and discard exceptions thrown when sending a status response during an exception
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] add PKey.write_private_key to write a private key into a file object, and add tests for it
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] add __setitem__ for HostKeys
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] missed the client id
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] convert an EOFError into SSHException during sftp negotation
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] fix new cygwin test failures reported by alexander
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] trim more of the history
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] bump version to 1.6, fix up docs a little bit
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] fix a few bugs found by pycheck
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] new parent exception for all auth failures, and new specific exception for bad host key
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] pulled out openssh config parsing into its own class
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] check off a few readme items
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] couple of doc fixes
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] add unit tests for SSHClient, and fix a few bugs that uncovered
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] channel operations raise an exception on error now instead of returning a bool
Robey Pointer
More...
about 19 years ago
[project @
[email protected]
] if open_channel fails, it now raises ChannelException. added a unit test for that too. renegotiate_keys will also raise an exception now instead of returning a bool.
Robey Pointer
More...
about 19 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
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