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
2 days
ago. based on code collected
2 days
ago.
Aug 29, 2024 — Aug 29, 2025
Showing page 91 of 113
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Spelling
Olle Lundberg
More...
almost 13 years ago
Add host negation support to paramiko config. This is a rewrite of the SSHConfig class to conform with the rules specified by the manpage for ssh_config. This change also adds support for negation according to the rules introduced by OpenSSH 5.9. Reference: http://www.openssh.com/txt/release-5.9
Olle Lundberg
More...
almost 13 years ago
Add host negation support to paramiko config. This is a rewrite of the SSHConfig class to conform with the rules specified by the manpage for ssh_config. This change also adds support for negation according to the rules introduced by OpenSSH 5.9. Reference: http://www.openssh.com/txt/release-5.9
Olle Lundberg
More...
almost 13 years ago
Add test for host negation.
Olle Lundberg
More...
almost 13 years ago
Add test for host negation.
Olle Lundberg
More...
almost 13 years ago
Updated tests for new ssh config format.
Olle Lundberg
More...
almost 13 years ago
Updated tests for new ssh config format.
Olle Lundberg
More...
almost 13 years ago
Merge branch '1.8'
Jeff Forcier
More...
almost 13 years ago
Refactoring: it's a thing. Re #85
Jeff Forcier
More...
almost 13 years ago
Only override unittest assertions when absolutely necessary.
Jeff Forcier
More...
almost 13 years ago
SSHClient: add 'sock' parameter to connect() for tunneling
Steven Noonan
More...
almost 13 years ago
Move SFTPClient.get() termination condition to loop end.
Jeff Forcier
More...
almost 13 years ago
Merge branch '1.8'
Jeff Forcier
More...
almost 13 years ago
Meh fabfile for docs uploading
Jeff Forcier
More...
almost 13 years ago
Add 1.9.0 to master NEWS
Jeff Forcier
More...
almost 13 years ago
Set up 1.8.1 chunk in NEWS
Jeff Forcier
More...
almost 13 years ago
Add missing release date to NEWS for 1.8.0
Jeff Forcier
More...
almost 13 years ago
do not write ,,garbage'' to known_hosts file(s)
Mike Gabriel
More...
almost 13 years ago
Load host entries from the known_hosts file(s) before writing the file from RAM to disk. Avoids loss of host entries in case other SSH clients have written to the known_hosts file(s) meanwhile.
Mike Gabriel
More...
almost 13 years ago
Assure that host entries in known_hosts files do not duplicate endlessly if keys from known_hosts are loaded via HostKeys.load() more than once (e.g. for refreshing the list of known hosts during runtime).
Mike Gabriel
More...
almost 13 years ago
Store hostname hashes in memory rathen than the non-hashed host entries. Also assures that the host entries in known_hosts get saved in hashed format as it is currently standard in OpenSSH.
Mike Gabriel
More...
almost 13 years ago
80-col fix
Jeff Forcier
More...
almost 13 years ago
Fix module import in tests
Jeff Forcier
More...
almost 13 years ago
Correct dev-installation doc in package metadata
Jeff Forcier
More...
almost 13 years ago
Whitespace + lang tweak
Jeff Forcier
More...
almost 13 years ago
Init header update
Jeff Forcier
More...
almost 13 years ago
Nuke old copy of original README
Jeff Forcier
More...
almost 13 years ago
Transition back to Paramiko's readme; update to be currently accurate
Jeff Forcier
More...
almost 13 years ago
Remove extraneous changelog lines from 'ssh'
Jeff Forcier
More...
almost 13 years ago
Namespace issue numbers appropriately
Jeff Forcier
More...
almost 13 years ago
←
1
2
…
87
88
89
90
91
92
93
94
95
…
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