Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
paramiko/ecdsakey.py
tests/test_client.py
|
|
|
|
|
|
Conflicts:
paramiko/transport.py
paramiko/util.py
tests/test_client.py
|
|
Conflicts:
tests/test_client.py
|
|
Conflicts:
paramiko/channel.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re #218
|
|
|
|
|
|
|
|
|
|
|
|
skip starting server for test 5
|
|
Conflicts:
paramiko/__init__.py
setup.py
tests/test_client.py
|
|
|
|
|
|
|
|
|
|
support and use the `b` byte string marker instead
|
|
|
|
|
|
|
|
|
|
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits.
|
|
|
|
|
|
Conflicts:
paramiko/proxy.py
|
|
(cherry picked from commit 734f3d6f42ef1564f473fee5526e0354fc8196fc)
Conflicts:
test.py
|
|
|
|
|
|
allow multiple key files to be specified in SSHClient.
suggested by Bernhard Walle.
|
|
bump copyright year to 2007
|
|
add another test to check out private key auth.
|