summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2014-09-08Test proving #346Jeff Forcier
2014-09-08Merge branch 'master' into 362-intJeff Forcier
2014-09-08Merge branch 'master' into 372-intJeff Forcier
2014-09-08Merge branch 'master' into 373-intJeff Forcier
2014-09-08Merge branch 'master' into 374-intJeff Forcier
2014-09-08Merge pull request #375 from lndbrg/lower-the-risk-of-editors-striping-whites...Jeff Forcier
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-08-15Let packetizer handle 0-length sends from channel.Olle Lundberg
2014-08-15Don't end a line with whitespace.Olle Lundberg
2014-08-15Remove all occurences of ParamikoTest.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Document what is breaking in the client tests.Olle Lundberg
2014-08-14Use a shorter timeout in banner timeout test.Cory Benfield
2014-08-14Test banner timeout.Cory Benfield
2014-08-14Add sanitation methods for window and packet size.Olle Lundberg
2014-08-14Add a utility method for value clamping.Olle Lundberg
2014-08-13Change window and packet size to match opensshs'.Olle Lundberg
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