Age | Commit message (Expand) | Author |
2017-08-04 | Merge branch '2.0-gsskex-hostkeycheck-fix' into 2.1-gsskex-hostkeycheck-fix | Anselm Kruis |
2017-08-04 | SSHClient: fix the host key test | Anselm Kruis |
2017-06-09 | Merge branch '2.1' into 910-int | Jeff Forcier |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier |
2017-06-09 | Flake8/etc tweaks re #971 in 2.x | Jeff Forcier |
2017-06-09 | Import from py3compat directly in test_client | Martin Packman |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier |
2017-06-07 | tests for host key negotiation when there are multiple | Pierce Lopez |
2017-06-02 | re-enable client cleanup test for python3 | Pierce Lopez |
2017-01-24 | Merge branch '2.0' into 2.1 | Jeff Forcier |
2017-01-24 | untie agian! | james mike dupont |
2016-12-12 | Remove code re #398 from 2.0 branch, as it's feature work | Jeff Forcier |
2016-12-05 | Merge branch '1.18' into 2.0 | Jeff Forcier |
2016-12-05 | Support transmission of environment variables | Philip Lorenz |
2016-11-30 | Merge branch 'master' into 398-int | Jeff Forcier |
2016-04-25 | Add support for ECDSA key sizes 384 and 521 alongside the existing 256. | Alex Orange |
2016-04-23 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor |
2016-04-23 | Add regression test protecting against an issue found in #394. | Jeff Forcier |
2016-04-23 | Set look_for_keys=False in client tests to avoid loading real user keys. | Jeff Forcier |
2015-12-04 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor |
2015-11-06 | Hacky cleanup of non-gc'd clients in a loopy test. | Jeff Forcier |
2015-11-04 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor |
2015-11-03 | Merge branch 'master' into 502-int | Jeff Forcier |
2015-03-20 | Commit 838e02ab42 changed the type of the exec command string on python3 | Anselm Kruis |
2014-12-18 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor |
2014-12-17 | Use modern api to check if event is set. | Olle Lundberg |
2014-10-01 | Skip the tests on PyPy | Alex Gaynor |
2014-09-30 | 2 is really enough | Alex Gaynor |
2014-09-30 | Try removing some unused code? | Alex Gaynor |
2014-09-29 | try with one more GC, just to see if it reproduces | Alex Gaynor |
2014-09-21 | Support transmission of environment variables | Philip Lorenz |
2014-09-18 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor |
2014-09-16 | Added a comment; used a keyword argument, added pypy to travis | Alex Gaynor |
2014-09-15 | Switched everything to use cryptography | Alex Gaynor |
2014-09-10 | Merge branch 'master' into 216-int | Jeff Forcier |
2014-09-08 | Merge branch 'master' into 362-int | Jeff Forcier |
2014-09-08 | Merge branch 'master' into 373-int | Jeff Forcier |
2014-09-07 | Convert SSHClient into a context manager | Michael Williamson |
2014-09-06 | Bah humbug | Jeff Forcier |
2014-09-05 | Yup, that was indeed too fucking clever. Bad bitprophet! | Jeff Forcier |
2014-09-05 | Fix a Python 3 encoding dealie | Jeff Forcier |
2014-09-05 | Forgot to actually implement allowed-keys/reverse testing | Jeff Forcier |
2014-09-05 | Add a couple more permutations | Jeff Forcier |
2014-09-05 | Overhaul multi-key test to set up multiple scenarios | Jeff Forcier |
2014-09-05 | Factor fingerprint data out of class | Jeff Forcier |
2014-09-05 | More cleanup to support ECDSA key, and now it works! | Jeff Forcier |
2014-09-05 | Add RSA key fingerprint, now that test passes | Jeff Forcier |
2014-09-05 | Set things up for cleaner test key tomfoolery | Jeff Forcier |
2014-09-05 | Add an explicit RSA test, which fails (!) | Jeff Forcier |
2014-09-05 | Refactor horrible old copypasta | Jeff Forcier |