Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-09-13 | Feels like we do still want set_gss_host gated by whether GSS is in play (as ↵ | Jeff Forcier | |
is in master) | |||
2017-09-13 | Formatting (old) | Jeff Forcier | |
2017-09-13 | Formatting | Jeff Forcier | |
2017-09-13 | Trailing comma | Jeff Forcier | |
2017-09-13 | Merge branch 'master' into 1063-int | Jeff Forcier | |
2017-09-13 | Invent the parameter 'gss_trust_dns' for Kerberos support | Anselm Kruis | |
In response to Paramiko issue #915 the parameter 'gss_trust_dns' was added for Kerberos support. Set by default to 'True' the parameter indicates whether or not the DNS is trusted to securely canonicalize the hostname of the target host. If set to 'False' the hostname entered will be passed to GSSAPI. This option behaves like GSSAPITrustDNS from OpenSSH. Also, the parameter 'gss_host' is now always set, regardless if GSSAPI is used or not. Further, a minor fix was required to make the SFTP test work again. | |||
2017-09-12 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-12 | Merge branch '2.2' | Jeff Forcier | |
2017-09-12 | Changelog re #1061 | Jeff Forcier | |
2017-09-12 | Merge branch '2.0' into 1061-int | Jeff Forcier | |
2017-09-12 | demo_simple: gss_auth and gss_kex are independent of each other. | Anselm Kruis | |
2017-09-12 | Changelog re #1060 | Jeff Forcier | |