Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | Fix flake8 for top-level modules. | Dorian Pula | |
2016-09-15 | Merge branch '1.17' into 2.0 | Jeff Forcier | |
2016-09-15 | ==dev is no more | Jeff Forcier | |
2016-05-08 | Improved deps pinning | Jeff Forcier | |
2016-04-27 | Use a more recent cryptography and call a function | Alex Gaynor | |
2016-04-24 | Merge branch 'master' into 394-int | Jeff Forcier | |
2016-04-24 | Simplify setup.py by always relying on setuptools | Alex Gaynor | |
It is installed everywhere now, there is no practical way to use python without it. | |||
2016-02-27 | removed the whitespace as was done on master | Alex Gaynor | |
2016-02-27 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2016-02-27 | Remove whitespace in install_requires to avoid potential setuptools bugs | Jeff Forcier | |
Fixes #697 | |||
2015-11-04 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
Conflicts: .travis.yml paramiko/ecdsakey.py paramiko/transport.py | |||
2015-11-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-11-02 | We ought to work on python 3.4/3.5... | Jeff Forcier | |
2015-03-15 | Update for cryptography 0.8 and general cleanups | Alex Gaynor | |
2014-12-18 | A bunch of cleanup | Alex Gaynor | |
2014-11-08 | Start porting ECDSA to cryptography. Everything except the to_der seems to work | Alex Gaynor | |
2014-09-29 | Bump version numbers | Alex Gaynor | |
2014-09-18 | Document that pyasn1 is required | Alex Gaynor | |
2014-09-15 | Switched everything to use cryptography | Alex Gaynor | |
2014-09-08 | Merge branch 'master' into 298-int | Jeff Forcier | |
Conflicts: setup.py | |||
2014-08-26 | Consolidate version info. Closes #249 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-08-25 | Consolidate version info. Closes #249 | Jeff Forcier | |
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
2014-08-25 | Cut 1.14.1 | Jeff Forcier | |
2014-08-25 | Cut 1.13.2 | Jeff Forcier | |
2014-08-14 | Support py3.4. | Olle Lundberg | |
2014-05-07 | Cut 1.14 | Jeff Forcier | |
2014-05-07 | Cut 1.13.1 | Jeff Forcier | |
2014-04-24 | Formatting | Jeff Forcier | |
2014-03-31 | Don't validate points in known_hosts ECDSA keys | Kieran Spear | |
Point validation is really expensive and apparently unnecessary when we already trust the keys in our known_hosts file. With my current known_hosts file of 657 keys, this reduces the time taken to complete a remote task in fabric from 24 seconds to 7 seconds. This requires python-ecdsa >= 0.11. Closes #270. | |||
2014-03-21 | NO python 2.5 for 1.13+ | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Forgot python 2.5 | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: setup.py | |||
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: setup.py | |||
2014-03-21 | Indent/order shuffle, no actionable changes | Jeff Forcier | |
2014-03-21 | Backport alex/patch-2, Python trove classifiers | Jeff Forcier | |
2014-03-13 | Cut 1.12.3 | Jeff Forcier | |
2014-03-13 | Merge branch '1.10' into 1.11. | Jeff Forcier | |
Also bump versions like a dummy. Conflicts: paramiko/__init__.py setup.py | |||
2014-03-13 | Cut 1.10.7 | Jeff Forcier | |
2014-02-14 | Cut 1.12.2 | Jeff Forcier | |
2014-02-14 | Cut 1.11.4 | Jeff Forcier | |
2014-02-14 | Cut 1.10.6 | Jeff Forcier | |
2014-01-08 | Cut 1.12.1 | Jeff Forcier | |
2014-01-08 | Cut 1.11.3 | Jeff Forcier | |
2014-01-08 | Cut 1.10.5 | Jeff Forcier | |
2013-11-02 | Bump version to 1.13.0 | Scott Maxwell | |
2013-09-27 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Updated versions for 1.11.2. Conflicts: paramiko/__init__.py setup.py | |||
2013-09-27 | Update version for 1.10.4 | Jeff Forcier | |