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 14 hours
ago. based on code collected
about 14 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 105 of 113
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[project @
[email protected]
] only create the log filter once, so it doesn't get applied more than once (tiny thing that bothered me during debugging)
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] oops, forgot to add this file -- guess friday really is hawaiian shirt day :)
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] add tentative compression support (off by default)
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] nail down select() on EOF: occasionally a channel would be closed remotely but select() wouldn't trigger. when a channel gets EOF or is closed, set the pipe FOREVER.
Robey Pointer
More...
over 19 years ago
[project @
[email protected]
] dumb test to verify utf8 encoding
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-82] convert_status is already called. calling it again was breaking van dyke sftp servers, which add garbage to the end of their sftp packets
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-81] copy from jaramiko: only check for rekey at the beginning of a packet
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-80] add 'x' flag to open to allow O_EXCL behavior
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-79] in Transport.__del__, don't try to clean up attributes that were never created
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-78] oops, this file wasn't saved yet when i did the randpool.stir() commit
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-77] bump up version to 1.5.1
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-76] add a few more randpool.stir() calls
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-75] fix a few windows bugs (and broken str() on SFTPAttributes) reported by grzegorz makarewicz
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-74] raise the max packet size so that the max sftp packet will fit
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-73] packet read sizes were overestimated by 1 byte
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-72] don't attempt to start a rekey negotiation from within send_message -- always do it from the feeder thread. this prevents a situation where more than one thread may decide spontaneously to rekey, sending multiple kexinit messages, which confuses the hell out of the remote host :) also, do some locking around the clear-to-send event, to avoid a race when we first go into rekeying. add some tests for these things too
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-71] the window-adjust can be sent outside of the lock, as long as the window size tracking is done within the lock (ie: allocate window space within the lock, then send the ack later) -- helps avoid deadlocks
Robey Pointer
More...
over 19 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-70] add SFTPFile.prefetch() to allow pre-fetching a file that will be downloaded in full -- quick testing showed this could speed up downloads 3x or more
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-69] i think seek_cur had a bug here
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-68] set errno for some errors
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-67] oops, dont forget to export SFTPFile for docs :)
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-66] fix a test that failed once: the encoding of R or S in dss signatures might not always be exactly 20 bytes
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-65] remove unnecessary shebangs, fix import lines to be explicit about imports from within paramiko, and a bit of whitespace cleanup
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-64] track channels seen and throw away (without error) messages bound for nonexistent channels that *used* to exist -- fixes a bug found by gordon good
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-63] fix doc typo
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-62] readme comments, bump version to 1.5 paras
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-61] add server-side support for keyboard-interactive auth, and a couple of unit tests
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-60] add file pipelining for writes
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-59] add auth_none and auth_interactive to support 'no auth' and 'keyboard-interactive auth'; for password auth, add a mode where it will try to fallback to keyboard-interactive in a pinch
Robey Pointer
More...
almost 20 years ago
[project @ Arch-1:
[email protected]
%paramiko--dev--1--patch-58] make the str form of BadAuthenticationType describe the allowed auth types
Robey Pointer
More...
almost 20 years ago
←
1
2
…
101
102
103
104
105
106
107
108
109
…
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