summaryrefslogtreecommitdiff
path: root/tests/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* untie agian!james mike dupont2017-01-241-1/+1
* Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier2016-12-121-45/+0
* Merge branch '1.18' into 2.0Jeff Forcier2016-12-051-0/+45
|\
| * Support transmission of environment variablesPhilip Lorenz2016-12-051-0/+45
* | Add support for ECDSA key sizes 384 and 521 alongside the existing 256.Alex Orange2016-04-251-3/+3
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2016-04-231-8/+31
|\ \ | |/
| * Add regression test protecting against an issue found in #394.Jeff Forcier2016-04-231-0/+20
| * Set look_for_keys=False in client tests to avoid loading real user keys.Jeff Forcier2016-04-231-9/+12
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-12-041-6/+12
|\ \ | |/
| * Hacky cleanup of non-gc'd clients in a loopy test.Jeff Forcier2015-11-061-6/+12
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-1/+1
|\ \ | |/
| * Merge branch 'master' into 502-intJeff Forcier2015-11-031-51/+143
| |\
| * | Commit 838e02ab42 changed the type of the exec command string on python3Anselm Kruis2015-03-201-1/+1
* | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-4/+4
|\ \ \ | | |/ | |/|
| * | Use modern api to check if event is set.Olle Lundberg2014-12-171-4/+4
* | | Skip the tests on PyPyAlex Gaynor2014-10-011-3/+4
* | | 2 is really enoughAlex Gaynor2014-09-301-4/+1
* | | Try removing some unused code?Alex Gaynor2014-09-301-5/+2
* | | try with one more GC, just to see if it reproducesAlex Gaynor2014-09-291-1/+2
* | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-09-181-0/+25
|\ \ \ | |/ /
| * | Merge branch 'master' into 216-intJeff Forcier2014-09-101-2/+29
| |\ \
| * | | Convert SSHClient into a context managerMichael Williamson2014-09-071-0/+24
* | | | Added a comment; used a keyword argument, added pypy to travisAlex Gaynor2014-09-161-1/+2
* | | | Switched everything to use cryptographyAlex Gaynor2014-09-151-9/+7
| |/ / |/| |
* | | Merge branch 'master' into 362-intJeff Forcier2014-09-081-49/+92
|\ \ \
| * \ \ Merge branch 'master' into 373-intJeff Forcier2014-09-081-48/+89
| |\ \ \ | | |/ /
| | * | Bah humbugJeff Forcier2014-09-061-2/+4
| | * | Yup, that was indeed too fucking clever. Bad bitprophet!Jeff Forcier2014-09-051-11/+4
| | * | Fix a Python 3 encoding dealieJeff Forcier2014-09-051-1/+1
| | * | Forgot to actually implement allowed-keys/reverse testingJeff Forcier2014-09-051-2/+15
| | * | Add a couple more permutationsJeff Forcier2014-09-051-0/+3
| | * | Overhaul multi-key test to set up multiple scenariosJeff Forcier2014-09-051-7/+27
| | * | Factor fingerprint data out of classJeff Forcier2014-09-051-6/+7
| | * | More cleanup to support ECDSA key, and now it works!Jeff Forcier2014-09-051-8/+5
| | * | Add RSA key fingerprint, now that test passesJeff Forcier2014-09-051-0/+1
| | * | Set things up for cleaner test key tomfooleryJeff Forcier2014-09-051-2/+26
| | * | Add an explicit RSA test, which fails (!)Jeff Forcier2014-09-051-0/+6
| | * | Refactor horrible old copypastaJeff Forcier2014-09-051-74/+21
| | * | Add a (failing :() test re: ECDSA private keysJeff Forcier2014-09-051-0/+34
| | |/
| * | Document what is breaking in the client tests.Olle Lundberg2014-08-151-0/+2
| |/
* | Use a shorter timeout in banner timeout test.Cory Benfield2014-08-141-4/+4
* | Test banner timeout.Cory Benfield2014-08-141-1/+26
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-1/+1
* Skip failing test on Py3Jeff Forcier2014-03-071-0/+5
* Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell2014-01-161-9/+10
* Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-161-2/+29
|\
| * Saner (to me) positive assertionJeff Forcier2014-01-081-1/+4
| * Small refactorJeff Forcier2014-01-081-3/+5
| * No need for 'self.tc' within a single test :)Jeff Forcier2014-01-081-6/+6
| * Add a testcase for client.save_host_keys.Martin Blumenstingl2014-01-081-1/+25