index
:
paramiko
authorized-keys
main
py3compat
reduce-demoserver-code-dup
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-21
Add NEWS entry re #193 and friends
Jeff Forcier
2014-01-21
Try Py2.5 compatibility as last fallback for thread identity.
Aarni Koskela
2014-01-21
Support Py2.5 to Py3.4 for thread identity (thanks @lndbrg)
Aarni Koskela
2014-01-21
Fix agent auth on Windows/Python 2.5) (with thanks to @lndbrg)
Aarni Koskela
2014-01-21
Fix #193 (use RtlMoveMemory instead of msvcrt.memcpy)
Aarni Koskela
2014-01-21
Merge pull request #254 from lndbrg/add-coveralls
Jeff Forcier
2014-01-21
Add coveralls.
Olle Lundberg
2014-01-16
Fix new test for Py3 and start server in tests instead of in setUp so we can ...
Scott Maxwell
2014-01-16
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Scott Maxwell
2014-01-16
Add getcwd test
Scott Maxwell
2014-01-16
Fix getcwd when _cwd is None
Scott Maxwell
2014-01-08
Merge branch '1.12'
Jeff Forcier
2014-01-08
Cut 1.12.1
Jeff Forcier
2014-01-08
Merge branch '1.11' into 1.12
Jeff Forcier
2014-01-08
Cut 1.11.3
Jeff Forcier
2014-01-08
Merge branch '1.10' into 1.11
Jeff Forcier
2014-01-08
Cut 1.10.5
Jeff Forcier
2014-01-08
Merge branch '1.12'
Jeff Forcier
2014-01-08
ecdsa in README; fixes #225
Jeff Forcier
2014-01-08
Merge branch '1.12'
Jeff Forcier
2014-01-08
Merge branch '1.11' into 1.12
Jeff Forcier
2014-01-08
Merge branch '1.10' into 1.11
Jeff Forcier
2014-01-08
Changelog, fixes #176
Jeff Forcier
2014-01-08
ditto
Nathan Scowcroft
2014-01-08
Check correct stored hosts filename.
Nathan Scowcroft
2014-01-08
Saner (to me) positive assertion
Jeff Forcier
2014-01-08
Small refactor
Jeff Forcier
2014-01-08
No need for 'self.tc' within a single test :)
Jeff Forcier
2014-01-08
Add a testcase for client.save_host_keys.
Martin Blumenstingl
2013-12-31
Merge branch '1.12'
Jeff Forcier
2013-12-31
Merge branch '1.11' into 1.12
Jeff Forcier
2013-12-31
Merge branch '1.10' into 1.11
Jeff Forcier
2013-12-31
Merge branch '1.9' into 1.10
Jeff Forcier
2013-12-31
Merge branch '1.8' into 1.9
Jeff Forcier
2013-12-31
Update travis settings to be similar to fab's
Jeff Forcier
2013-12-31
Merge branch '1.12'
Jeff Forcier
2013-12-31
Merge branch '1.11' into 1.12
Jeff Forcier
2013-12-31
Merge branch '1.10' into 1.11
Jeff Forcier
2013-12-31
Merge branch '1.9' into 1.10
Jeff Forcier
2013-12-31
Merge branch '1.8' into 1.9
Jeff Forcier
2013-12-31
No more Python 2.5 on Travis :(
Jeff Forcier
2013-12-31
New year
Jeff Forcier
2013-12-05
Fix import of win_pageant
Scott Maxwell
2013-12-04
Fix deprecation warning in array conversion
Scott Maxwell
2013-11-19
Bump version to 1.13.0 in init
Scott Maxwell
2013-11-19
Remove Python 2.5 from travis and fix minimum required version in init and RE...
Scott Maxwell
2013-11-19
Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...
Scott Maxwell
2013-11-19
Remove `from __future__ import with_statement`
Scott Maxwell
2013-11-19
Remove unnecessary vars for open
Scott Maxwell
2013-11-19
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
[prev]
[next]