Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-18 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2017-10-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-10-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-10-18 | Include LICENSE in wheels | Jeff Forcier | |
2017-10-10 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2017-10-10 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-10-10 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-10-10 | Typofix | Jeff Forcier | |
2017-09-26 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2017-09-26 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-26 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-26 | sftp: fix BytesWarning: str() on a bytes instance | Michal Reznik | |
when running the code with python3 we get BytesWarning as what we receive from hexlify() function is bytes. Use u() from py3compat to overcome the issue. Fix: https://github.com/paramiko/paramiko/issues/1074 | |||
2017-09-22 | Cut 2.3.1 | Jeff Forcier | |
2017-09-22 | Changelog re #1071 | Jeff Forcier | |
2017-09-22 | Initialize public_blob in Ed25519 key. | Jeff Forcier | |
Was removed earlier (because the 'initialization' of first impl was at END of method and thus broke main impl of cert loading) but neglected to add back to TOP of __init__, so broken anytime there is no cert in play. Fixes #1071 | |||
2017-09-22 | Comment re: cert tests | Jeff Forcier | |
2017-09-22 | Move cert tests & copies of related keys into separate folder. | Jeff Forcier | |
This prevents non-cert-related tests from incidentally loading the certs, which was masking issues (re #1071) | |||
2017-09-22 | Strip SSH_AUTH_SOCK from test environment | Jeff Forcier | |
2017-09-18 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2017-09-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-18 | Note that #945 is 1.18+ | Jeff Forcier | |
Also pulls in 1.17, 1.18 specific entries to the 2.x line. FML | |||
2017-09-18 | Fix incorrect changelog branch stuff. | Jeff Forcier | |
Really starting to think we oughtta just move to one changelog file per major family :( | |||
2017-09-18 | Cut 2.3.0 | Jeff Forcier | |
2017-09-18 | Merge branch '2.2' | Jeff Forcier | |
2017-09-18 | Cut 2.2.2 | Jeff Forcier | |
2017-09-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-18 | Cut 2.1.4 | Jeff Forcier | |
2017-09-18 | Merge branch '2.2' | Jeff Forcier | |
2017-09-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-18 | Need new twine for newer pypi | Jeff Forcier | |
2017-09-18 | Cut 2.0.7 | Jeff Forcier | |
2017-09-18 | Merge branch '2.2' | Jeff Forcier | |
2017-09-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-18 | Merge branch '2.0' of github.com:paramiko/paramiko into 2.0 | Jeff Forcier | |
2017-09-18 | Migrate changelog release entry from 1.18 | Jeff Forcier | |
2017-09-18 | Merge pull request #1064 from SebastianDeiss/fix-set_gss_host | Jeff Forcier | |
Fix gss_host setting and cleanup its logic | |||
2017-09-18 | Merge branch '2.2' | Jeff Forcier | |
2017-09-18 | Changelog re #1065 | Jeff Forcier | |
2017-09-18 | Fix rekeying with GSS-API key exchange | Sebastian Deiss | |
When GSS-API key exchange is used a rekey caused a GSS-API MIC failure and closed the transport. This happened because the MIC of the transport session ID (H of the initial kex) was checked against the MIC of the new H created during rekey. | |||
2017-09-18 | Fix gss_host setting and cleanup its logic | Sebastian Deiss | |
The parameter 'kex_requested' is misleading, since setting 'gss_host' is also required for gssapi-with-mic. | |||
2017-09-13 | Language | Jeff Forcier | |
2017-09-13 | Changelog re #1063 | Jeff Forcier | |
2017-09-13 | flake8 | Jeff Forcier | |
2017-09-13 | Attempt to refactor gss_host setting and clean up/document its logic | Jeff Forcier | |
2017-09-13 | Formatting yet again | Jeff Forcier | |
2017-09-13 | versionchanged for gss_trust_dns | Jeff Forcier | |
2017-09-13 | More formatting | Jeff Forcier | |