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
2017-10-23
Replace rest of unittest-style self-asserts in sftp tests
Jeff Forcier
2017-10-23
Start overhauling regular SFTP suite.
Jeff Forcier
2017-10-23
Tweak test-level logging format to include timestamps
Jeff Forcier
2017-10-23
Scope SFTP client/server fixture to be session-level for now
Jeff Forcier
2017-10-23
Get big sftp tests passing w/ the sftp client + folder crap being a fixture
Jeff Forcier
2017-10-23
Get sftp-big tests apparently passing.
Jeff Forcier
2017-10-23
Import cleanup, mostly focused on s/tests/./
Jeff Forcier
2017-10-23
Rename util func that trips pytest's default discovery.
Jeff Forcier
2017-10-16
Dropped Python 2.6 so we can stop using u()/b() for literals.
Jeff Forcier
2017-10-14
Remove old Python 3.2 code
Hugo
2017-10-10
Use set literals
Jeff Forcier
2017-10-10
Update docs, metadata, test references to 2.6/3.3
Jeff Forcier
2017-10-10
Skip the now-split-out failure test, since we actually do intend to exit sile...
Jeff Forcier
2017-10-10
Split out env-set failure test
Jeff Forcier
2017-10-10
Update still-failing client test to use contextmanager assertRaises style
Jeff Forcier
2017-10-10
This has been broken since it went in :( the test would never normally pass o...
Jeff Forcier
2017-10-10
Use new(er)-style string formatting, {} instead of {0}
Jeff Forcier
2017-09-22
Comment re: cert tests
Jeff Forcier
2017-09-22
Move cert tests & copies of related keys into separate folder.
Jeff Forcier
2017-09-18
Merge branch '2.2'
Jeff Forcier
2017-09-18
Fix rekeying with GSS-API key exchange
Sebastian Deiss
2017-09-12
Merge branch '2.1' into 2.2
Jeff Forcier
2017-09-12
Merge branch '2.2'
Jeff Forcier
2017-09-12
Merge branch '2.0' into 2.1
Jeff Forcier
2017-09-12
Merge branch '2.0' into 1061-int
Jeff Forcier
2017-09-12
Merge branch '2.2'
Jeff Forcier
2017-09-05
Merge branch 'master' into 1026-int
Jeff Forcier
2017-09-02
Python 2.6 fixes
Jeff Forcier
2017-08-28
Python 3 fixes re #1042
Jeff Forcier
2017-08-28
Implement ECDSA certs.
Jeff Forcier
2017-08-28
Update recent tests to try all main key families.
Jeff Forcier
2017-08-28
God damn it, really? Whatever.
Jeff Forcier
2017-08-28
Update first few stub tests + required test-server and PublicBlob impl bits
Jeff Forcier
2017-08-28
Overhaul PublicBlob and use it better within RSAKey.
Jeff Forcier
2017-08-28
Stub tests and partly-working implementation of 'load certs found alongside k...
Jeff Forcier
2017-08-22
Generic certificate support
Paul Kapp
2017-08-04
Merge branch '2.1-gsskex-hostkeycheck-fix' into 2.2-gsskex-hostkeycheck-fix
Anselm Kruis
2017-08-04
AuthHandler: fix the server-mode "gssapi-with-mic" logic
Anselm Kruis
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-07-28
Move assertions outside of the open context manager
Michal Kuffa
2017-07-28
Add file_obj handling to the Ed25519Key constructor
Michal Kuffa
2017-06-13
Whitespace
Jeff Forcier
2017-06-13
implement __hash__() method for Ed25519Key
Pierce Lopez
2017-06-09
Merge branch '2.1'
Jeff Forcier
2017-06-09
Merge branch '2.1' into 910-int
Jeff Forcier
2017-06-09
Merge branch '2.1'
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
Allow any buffer type to be written to SFTPFile
Martin Packman
[next]