summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-09-13Feels like we do still want set_gss_host gated by whether GSS is in play (as ↵Jeff Forcier
is in master)
2017-09-13Formatting (old)Jeff Forcier
2017-09-13FormattingJeff Forcier
2017-09-13Trailing commaJeff Forcier
2017-09-13Merge branch 'master' into 1063-intJeff Forcier
2017-09-13Invent the parameter 'gss_trust_dns' for Kerberos supportAnselm 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-12Merge branch '2.0' into 2.1Jeff Forcier
2017-09-12Merge branch '2.1' into 2.2Jeff Forcier
2017-09-12Merge branch '2.2'Jeff Forcier
2017-09-12Changelog re #1061Jeff Forcier
2017-09-12Merge branch '2.0' into 1061-intJeff Forcier
2017-09-12demo_simple: gss_auth and gss_kex are independent of each other.Anselm Kruis
2017-09-12Changelog re #1060Jeff Forcier
2017-09-12Merge branch '2.0' into 1060-intJeff Forcier
2017-09-12Merge branch '2.2'Jeff Forcier
2017-09-12Merge branch '2.1' into 2.2Jeff Forcier
2017-09-12Master changelog entry re: #1056 #1057 #1058 #1059Jeff Forcier
2017-09-12Merge branch '2.0' into 2.1Jeff Forcier
2017-09-12Master changelog entry re: #1056 #1057 #1058 #1059Jeff Forcier
2017-09-12Pep8 and Sphinx fixes.Anselm Kruis
2017-09-05GahJeff Forcier
2017-09-05Changelog re #979Jeff Forcier
2017-09-05Merge branch 'master' into 979-intJeff Forcier
2017-09-05Changelog update for #1026 plus related changesJeff Forcier
2017-09-05Document Ed25519 keys =/Jeff Forcier
I didn't badger people about docs so there were none
2017-09-05Merge branch 'master' into 1026-intJeff Forcier
2017-09-05Really, really gotta get better about enforcing theseJeff Forcier
2017-09-05Changelog re #1013Jeff Forcier
2017-09-05Merge branch 'master' into 1013-intJeff Forcier
2017-09-05Overhaul changelog re #1037, closes #60Jeff Forcier
2017-09-05Merge branch 'master' into 1037-intJeff Forcier
2017-09-02Python 2.6 fixesJeff Forcier
Fixes #1049
2017-08-28Python 3 fixes re #1042Jeff Forcier
2017-08-28flake8Jeff Forcier
2017-08-28This isn't required when one is just calling asbytes()Jeff Forcier
2017-08-28Implement ed25519 certs.Jeff Forcier
God damn it took me ages to notice that frickin self.public_blob = None bit :( :( :( :(
2017-08-28Implement ECDSA certs.Jeff Forcier
So mad at that frickin typo'd specification...
2017-08-28Tweak exceptions to at least have better strings, if not new classes yetJeff Forcier
2017-08-28Implement DSS certsJeff Forcier
2017-08-28Update recent tests to try all main key families.Jeff Forcier
Includes some dummy certificates. Not sure exactly how @radssh generated the RSA one but I'm using ssh-keygen + a randomly made CA key.
2017-08-28Factor out type checking & cert loading into PKeyJeff Forcier
2017-08-28God damn it, really? Whatever.Jeff Forcier
2017-08-28Update first few stub tests + required test-server and PublicBlob impl bitsJeff Forcier
2017-08-28Update changelog re: recent changes re: #1042Jeff Forcier
2017-08-28Overhaul PublicBlob and use it better within RSAKey.Jeff Forcier
This allows server-side Paramiko code to correctly create cert-bearing RSAKey objects and thus verify client signatures, and now the test suite passes again, barring the stub tests. Re #1042
2017-08-28Stub tests and partly-working implementation of 'load certs found alongside ↵Jeff Forcier
key_filenames' behavior re #1042 This actually breaks existing tests due to test server not supporting certs...bah
2017-08-282nd amendment doesn't grant the right to bare exceptsJeff Forcier
2017-08-28Docstring/TODO tweaksJeff Forcier
2017-08-28Refactor and clean up recently tweaked key loading bits in SSHClientJeff Forcier
2017-08-28Changelog and docs re #1042Jeff Forcier