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
P
paramiko-ng
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Jul 27, 2024 — Jul 27, 2025
Showing page 107 of 113
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-27] remove now-incorrect comment
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-26] new ssh agent support! from john rochester. added a bunch of docs to it, and changed demo.py to use an Agent if it finds a working key there.
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-25] cool optimization from john rochester: use cStringIO in Message (and also fix some unit test bugs revealed by the change)
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-24] the previous windows pipe fix still didn't work. replace it with a new pipe.py abstraction of pipes (one for posix, one for windows) which appears to finally work on windows. for real this time. also add some more documentation to Channel to explain that after exec_command, invoke_shell, or invoke_subsystem, a Channel can't be reused.
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-23] stupid little doc tweaks
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-22] some doc changes; catch socket.error in the transport thread and log it as such instead of as an 'unknown exception'
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-21] oops, missed changing the version name to nidoran
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-20] fix docs and update version to 1.3.1
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-19] 2 keys needed for unit tests
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-18] tweak random stuff in transport that i forgot what it does
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-17] more unit tests
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-16] forgot this one
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-15] random doc/comment tweaks
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-14] cute trick i saw openssh do in a network trace: if we're not encrypting, don't waste random bytes for the padding in packetizing
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-13] change pipe method to something that probably works on windows (the old system did not); also fix a race in _unlink
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-12] add notes about next version
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-11] copy over changelog from previous tla archive
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-10] fix stupid bug in kex_group1 which luckily only affected unit tests
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-9] oooh maybe i'll test things before checking them in next time: rekeying was a little bit overzealous. now it's careful to only rekey once and reset the counters in sync
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-8] add unit tests for the packetizer, and fix a little locking bug where i think more of the packetizer write function should be inside a lock
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-7] don't close the socket until the destructor -- we may drop a session before the socket is actually finished
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-6] when an auth method is rejected, log the list of acceptable auth methods
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-5] split out Packetizer, fix banner detection bug, new unit test split out a chunk of BaseTransport into a Packetizer class, which handles the in/out packet data, ciphers, etc. it didn't make the code any smaller (transport.py is still close to 1500 lines, which is awful) but it did split out a coherent chunk of functionality into a discrete unit.
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-4] add Transport.open_sftp_client
Robey Pointer
More...
about 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-3] make SFTPClient.file an alias for SFTPClient.open. clean up docs a little, and make 'file' an alias for 'open'. this is how python is heading in general.
Robey Pointer
More...
over 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-1] wacky banner add the wacky banner to the archive.
Robey Pointer
More...
over 20 years ago
[project @ Arch-1:
[email protected]
%secsh--dev--1.0--patch-164] fix some docs remove some epydoc comments about fileno() being non-portable.
Robey Pointer
More...
over 20 years ago
[project @ Arch-1:
[email protected]
%secsh--dev--1.0--patch-163] add SFTPClient.close() add SFTPClient.close() and add a simple little unit test for it.
Robey Pointer
More...
over 20 years ago
[project @ Arch-1:
[email protected]
%secsh--dev--1.0--patch-162] avoid os.environ['HOME'] in the demos avoid using os.environ['HOME'], which will never work on windows, and use os.path.expanduser() instead. it's semi-moot because windows doesn't have a standard location for ssh files, but i think paramiko should set a good example anyway.
Robey Pointer
More...
over 20 years ago
[project @ Arch-1:
[email protected]
%secsh--dev--1.0--patch-161] integrated laptop work (test commit) Patches applied:
Robey Pointer
More...
over 20 years ago
←
1
2
…
103
104
105
106
107
108
109
110
111
112
113
→
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