summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-10-18Merge branch '2.2' into 2.3Jeff Forcier
2017-10-18Merge branch '2.1' into 2.2Jeff Forcier
2017-10-18Merge branch '2.0' into 2.1Jeff Forcier
2017-10-18Include LICENSE in wheelsJeff Forcier
2017-10-10Merge branch '2.2' into 2.3Jeff Forcier
2017-10-10Merge branch '2.1' into 2.2Jeff Forcier
2017-10-10Merge branch '2.0' into 2.1Jeff Forcier
2017-10-10TypofixJeff Forcier
2017-09-26Merge branch '2.2' into 2.3Jeff Forcier
2017-09-26Merge branch '2.1' into 2.2Jeff Forcier
2017-09-26Merge branch '2.0' into 2.1Jeff Forcier
2017-09-26sftp: fix BytesWarning: str() on a bytes instanceMichal 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-22Cut 2.3.1Jeff Forcier
2017-09-22Changelog re #1071Jeff Forcier
2017-09-22Initialize 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-22Comment re: cert testsJeff Forcier
2017-09-22Move 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-22Strip SSH_AUTH_SOCK from test environmentJeff Forcier
2017-09-18Merge branch '2.2' into 2.3Jeff Forcier
2017-09-18Merge branch '2.1' into 2.2Jeff Forcier
2017-09-18Merge branch '2.0' into 2.1Jeff Forcier
2017-09-18Note that #945 is 1.18+Jeff Forcier
Also pulls in 1.17, 1.18 specific entries to the 2.x line. FML
2017-09-18Fix incorrect changelog branch stuff.Jeff Forcier
Really starting to think we oughtta just move to one changelog file per major family :(
2017-09-18Cut 2.3.0Jeff Forcier
2017-09-18Merge branch '2.2'Jeff Forcier
2017-09-18Cut 2.2.2Jeff Forcier
2017-09-18Merge branch '2.1' into 2.2Jeff Forcier
2017-09-18Cut 2.1.4Jeff Forcier
2017-09-18Merge branch '2.2'Jeff Forcier
2017-09-18Merge branch '2.1' into 2.2Jeff Forcier
2017-09-18Merge branch '2.0' into 2.1Jeff Forcier
2017-09-18Need new twine for newer pypiJeff Forcier
2017-09-18Cut 2.0.7Jeff Forcier
2017-09-18Merge branch '2.2'Jeff Forcier
2017-09-18Merge branch '2.1' into 2.2Jeff Forcier
2017-09-18Merge branch '2.0' into 2.1Jeff Forcier
2017-09-18Merge branch '2.0' of github.com:paramiko/paramiko into 2.0Jeff Forcier
2017-09-18Migrate changelog release entry from 1.18Jeff Forcier
2017-09-18Merge pull request #1064 from SebastianDeiss/fix-set_gss_hostJeff Forcier
Fix gss_host setting and cleanup its logic
2017-09-18Merge branch '2.2'Jeff Forcier
2017-09-18Changelog re #1065Jeff Forcier
2017-09-18Fix rekeying with GSS-API key exchangeSebastian 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-18Fix gss_host setting and cleanup its logicSebastian Deiss
The parameter 'kex_requested' is misleading, since setting 'gss_host' is also required for gssapi-with-mic.
2017-09-13LanguageJeff Forcier
2017-09-13Changelog re #1063Jeff Forcier
2017-09-13flake8Jeff Forcier
2017-09-13Attempt to refactor gss_host setting and clean up/document its logicJeff Forcier
2017-09-13Formatting yet againJeff Forcier
2017-09-13versionchanged for gss_trust_dnsJeff Forcier
2017-09-13More formattingJeff Forcier