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
about 8 hours
ago. based on code collected
about 8 hours
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 6 of 22
Search / Filter on:
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. :(
Robey Pointer
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.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] SFTPClient.put() now returns the stats object it collected during verification. suggested by Jude Venn.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] allow multiple key files to be specified in SSHClient. suggested by Bernhard Walle.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] merge deadlog bugfix from dwayne litzenberger.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] include an empty language field on sftp responses, since some clients expect it.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] merge dwayne litzenberger's fixes for randpool on windows.
Robey Pointer
More...
about 17 years ago
[project @
[email protected]
] bump version to 1.7.3 (clara)
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] not all windows boxes have winrandom
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] fix some unit tests for windows
Robey Pointer
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.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] bug 192749: document that SSHClient.connect may throw socket.error.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] add exit_status_ready for justin cook.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] slight tweak to test, make it verify the length too
Robey Pointer
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.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] add a demo for reverse port forwarding.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] verify WarningPolicy is exported
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] change -l to -p for consistency
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] cleaned up "forward" example.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] merge patch from Dwayne Litzenberger to fix unit tests on python 2.3.
Robey Pointer
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.
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] explain why we check ~/ssh/ in the demos
Robey Pointer
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.
Robey Pointer
More...
over 17 years ago
[project @
[email protected]
] remove some now-unneeded code.
Robey Pointer
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
9
10
…
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