summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2014-09-07Convert SSHClient into a context managerMichael Williamson
2014-09-07Remove TODOMichael Williamson
2014-09-07Fix error on Python 2.5Michael Williamson
2014-09-07Convert Channel into a context managerMichael Williamson
2014-09-07Convert SFTPClient to a context managerMichael Williamson
2014-09-06Bah humbugJeff Forcier
2014-09-05Yup, that was indeed too fucking clever. Bad bitprophet!Jeff Forcier
2014-09-05Fix a Python 3 encoding dealieJeff Forcier
2014-09-05Forgot to actually implement allowed-keys/reverse testingJeff Forcier
2014-09-05Add a couple more permutationsJeff Forcier
2014-09-05Overhaul multi-key test to set up multiple scenariosJeff Forcier
2014-09-05Factor fingerprint data out of classJeff Forcier
2014-09-05More cleanup to support ECDSA key, and now it works!Jeff Forcier
2014-09-05Add RSA key fingerprint, now that test passesJeff Forcier
2014-09-05Set things up for cleaner test key tomfooleryJeff Forcier
2014-09-05Add an explicit RSA test, which fails (!)Jeff Forcier
2014-09-05Refactor horrible old copypastaJeff Forcier
2014-09-05Add a (failing :() test re: ECDSA private keysJeff Forcier
2014-09-05Merge branch 'master' into 184-intJeff Forcier
2014-09-05Add quick test re #131Jeff Forcier
2014-09-0580-col tweaksJeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Rework re #239 to work off post-1.13 codebase. Closes #239Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Fix some trailing whitespaceJeff Forcier
2014-04-24Merge updated a01e449 from al-tonioJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-22Moved get_hosts function into method.Yan Kalchevksiy
2014-04-22Add support quoted values for SSHConfig (#157)Yan Kalchevskiy
2014-04-17BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner
2014-04-16Merge branch '1.13'Jeff Forcier
2014-04-16Merge branch '1.12' into 1.13Jeff Forcier
2014-04-16Merge branch '1.11' into 1.12Jeff Forcier
2014-04-16Fix logging error in sftp_client for filenames containing the character.Jeff Forcier
2014-04-14Merge branch 'master' into use-urandomAlex Gaynor
2014-03-29Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor
2014-03-29Switched hash functions from PyCrypto to hashlib.Alex Gaynor
2014-03-07Fix import * and a bunch of PEP8 formattingScott Maxwell
2014-03-07Start in on star import eradicationJeff Forcier
2014-03-07Skip failing test on Py3Jeff Forcier
2014-01-16Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell
2014-01-16Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell
2014-01-16Add getcwd testScott Maxwell
2014-01-08Merge branch '1.11' into 1.12Jeff Forcier
2014-01-08Saner (to me) positive assertionJeff Forcier
2014-01-08Small refactorJeff Forcier
2014-01-08No need for 'self.tc' within a single test :)Jeff Forcier
2014-01-08Add a testcase for client.save_host_keys.Martin Blumenstingl