index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-09-08
Test proving #346
Jeff Forcier
2014-09-08
Merge branch 'master' into 362-int
Jeff Forcier
2014-09-08
Merge branch 'master' into 372-int
Jeff Forcier
2014-09-08
Merge branch 'master' into 373-int
Jeff Forcier
2014-09-08
Merge branch 'master' into 374-int
Jeff Forcier
2014-09-08
Merge pull request #375 from lndbrg/lower-the-risk-of-editors-striping-whites...
Jeff Forcier
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
2014-09-05
Add a (failing :() test re: ECDSA private keys
Jeff Forcier
2014-09-05
Merge branch 'master' into 184-int
Jeff Forcier
2014-09-05
Add quick test re #131
Jeff Forcier
2014-09-05
80-col tweaks
Jeff Forcier
2014-08-25
Merge branch '1.13' into 1.14
Jeff Forcier
2014-08-25
Rework re #239 to work off post-1.13 codebase. Closes #239
Jeff Forcier
2014-08-25
Merge branch '1.13' into 1.14
Jeff Forcier
2014-08-25
Support passing in "buffer" objects again where bytestrings are expected.
Jelmer Vernooij
2014-08-15
Let packetizer handle 0-length sends from channel.
Olle Lundberg
2014-08-15
Don't end a line with whitespace.
Olle Lundberg
2014-08-15
Remove all occurences of ParamikoTest.
Olle Lundberg
2014-08-15
Strip whitespace.
Olle Lundberg
2014-08-15
Strip whitespace.
Olle Lundberg
2014-08-15
Document what is breaking in the client tests.
Olle Lundberg
2014-08-14
Use a shorter timeout in banner timeout test.
Cory Benfield
2014-08-14
Test banner timeout.
Cory Benfield
2014-08-14
Add sanitation methods for window and packet size.
Olle Lundberg
2014-08-14
Add a utility method for value clamping.
Olle Lundberg
2014-08-13
Change window and packet size to match opensshs'.
Olle Lundberg
2014-04-24
Merge branch '1.13'
Jeff Forcier
2014-04-24
Fix some trailing whitespace
Jeff Forcier
2014-04-24
Merge updated a01e449 from al-tonio
Jeff Forcier
2014-04-24
Merge branch '1.13'
Jeff Forcier
2014-04-22
Moved get_hosts function into method.
Yan Kalchevksiy
2014-04-22
Add support quoted values for SSHConfig (#157)
Yan Kalchevskiy
2014-04-17
BufferedFile.read() now returns byte strings instead of text strings
Antoine Brenner
2014-04-16
Merge branch '1.13'
Jeff Forcier
2014-04-16
Merge branch '1.12' into 1.13
Jeff Forcier
2014-04-16
Merge branch '1.11' into 1.12
Jeff Forcier
2014-04-16
Fix logging error in sftp_client for filenames containing the character.
Jeff Forcier
2014-04-14
Merge branch 'master' into use-urandom
Alex Gaynor
2014-03-29
Switch from using PyCrypto's Random to using os.urandom.
Alex Gaynor
[next]