Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-09-12 | Merge branch '2.0' into 1060-int | Jeff Forcier | |
2017-09-12 | Merge branch '2.2' | Jeff Forcier | |
2017-09-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-09-12 | Master changelog entry re: #1056 #1057 #1058 #1059 | Jeff Forcier | |
2017-09-12 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-09-12 | Master changelog entry re: #1056 #1057 #1058 #1059 | Jeff Forcier | |
2017-09-12 | Pep8 and Sphinx fixes. | Anselm Kruis | |
2017-09-05 | Gah | Jeff Forcier | |
2017-09-05 | Changelog re #979 | Jeff Forcier | |
2017-09-05 | Merge branch 'master' into 979-int | Jeff Forcier | |
2017-09-05 | Changelog update for #1026 plus related changes | Jeff Forcier | |
2017-09-05 | Document Ed25519 keys =/ | Jeff Forcier | |
I didn't badger people about docs so there were none | |||
2017-09-05 | Merge branch 'master' into 1026-int | Jeff Forcier | |
2017-09-05 | Really, really gotta get better about enforcing these | Jeff Forcier | |
2017-09-05 | Changelog re #1013 | Jeff Forcier | |
2017-09-05 | Merge branch 'master' into 1013-int | Jeff Forcier | |
2017-09-05 | Overhaul changelog re #1037, closes #60 | Jeff Forcier | |
2017-09-05 | Merge branch 'master' into 1037-int | Jeff Forcier | |
2017-09-02 | Python 2.6 fixes | Jeff Forcier | |
Fixes #1049 | |||
2017-08-28 | Python 3 fixes re #1042 | Jeff Forcier | |
2017-08-28 | flake8 | Jeff Forcier | |
2017-08-28 | This isn't required when one is just calling asbytes() | Jeff Forcier | |
2017-08-28 | Implement ed25519 certs. | Jeff Forcier | |
God damn it took me ages to notice that frickin self.public_blob = None bit :( :( :( :( | |||
2017-08-28 | Implement ECDSA certs. | Jeff Forcier | |
So mad at that frickin typo'd specification... | |||
2017-08-28 | Tweak exceptions to at least have better strings, if not new classes yet | Jeff Forcier | |
2017-08-28 | Implement DSS certs | Jeff Forcier | |
2017-08-28 | Update 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-28 | Factor out type checking & cert loading into PKey | Jeff Forcier | |
2017-08-28 | God damn it, really? Whatever. | Jeff Forcier | |
2017-08-28 | Update first few stub tests + required test-server and PublicBlob impl bits | Jeff Forcier | |
2017-08-28 | Update changelog re: recent changes re: #1042 | Jeff Forcier | |
2017-08-28 | Overhaul 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-28 | Stub 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-28 | 2nd amendment doesn't grant the right to bare excepts | Jeff Forcier | |
2017-08-28 | Docstring/TODO tweaks | Jeff Forcier | |
2017-08-28 | Refactor and clean up recently tweaked key loading bits in SSHClient | Jeff Forcier | |
2017-08-28 | Changelog and docs re #1042 | Jeff Forcier | |