Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | Merge branch 'master' into 596-int | Jeff Forcier | |
2015-02-24 | Expose handshake timeout in the transport API. | Olle Lundberg | |
This is a reimplementation of #62. | |||
2014-12-17 | Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZE | Jeff Quast | |
Not fully confident with this change, though I will describe my findings fully in the pull request. The OpenSSH client requests a maximum packet size of 16384, but this MIN_PACKET_SIZE value of 32768 causes its request to be "clamped" up to 32768, later causing an error to stderr on the OpenSSH client. Suggest then, to delineate MIN_WINDOW_SIZE from MIN_PACKET_SIZE, as they are applied. I don't think there is any minimum value of MIN_PACKET_SIZE, however we can suggest a value of 4096 for now. | |||
2014-12-17 | Use modern api to check if event is set. | Olle Lundberg | |
Since we are a python2.6+ code base now, we want to be as forward compatible as possible. | |||
2014-11-25 | Merge upstream branch 'master' into add_sha2_support | Matthias Witte | |
Conflicts: paramiko/transport.py tests/test_transport.py | |||
2014-09-10 | Merge branch 'master' into 216-int | Jeff Forcier | |
Conflicts: paramiko/transport.py paramiko/util.py tests/test_client.py | |||
2014-09-08 | Merge branch 'master' into 372-int | Jeff Forcier | |
Conflicts: paramiko/channel.py tests/test_util.py | |||
2014-09-07 | Convert Channel into a context manager | Michael Williamson | |
2014-08-15 | Remove all occurences of ParamikoTest. | Olle Lundberg | |
Sorry paramiko, it's time to put on the big boy pants. You no longer support old as hell versions of python. | |||
2014-08-15 | Strip whitespace. | Olle Lundberg | |
2014-08-14 | Add sanitation methods for window and packet size. | Olle Lundberg | |
2014-08-13 | Change window and packet size to match opensshs'. | Olle Lundberg | |
Update tests to match the new numbers. | |||
2014-07-16 | Include sha2 changes in tests | Matthias Witte | |
- let _compute_key default default to sha1 if local_mac is not set instead of setting local_mac explicitly in the unit test - add tests for KexGexSHA256 | |||
2014-07-15 | Fix transport test | Matthias Witte | |
2014-03-07 | Fix import * and a bunch of PEP8 formatting | Scott Maxwell | |
2013-11-19 | Remove byte conversions and unhexlify calls that we only needed for Py2.5 ↵ | Scott Maxwell | |
support and use the `b` byte string marker instead | |||
2013-11-19 | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell | |
2013-11-01 | Fixes for Python 2.5 and Python 3.2 support | Scott Maxwell | |
2013-11-01 | Eliminate all uses of b'' syntax to allow for Python 2.5 support | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-31 | More type fixups | Scott Maxwell | |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell | |
2013-10-30 | Fix message sending | Scott Maxwell | |
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. | |||
2013-10-30 | Fix dict iters, sorts, exceptions, bytes renames and tuple args | Scott Maxwell | |
2013-10-30 | Use test_path to avoid relative path issues | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2012-10-15 | Refactoring: it's a thing. Re #85 | Jeff Forcier | |
2012-10-15 | Only override unittest assertions when absolutely necessary. | Jeff Forcier | |
Fixes #85 | |||
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2009-02-17 | bug 300536: allow a really long banner before the SSH handshake. | Robey Pointer | |
2008-06-03 | [project @ robey@lag.net-20080604053906-vz5toqvlp5miqy1x] | Robey Pointer | |
merge deadlog bugfix from dwayne litzenberger. | |||
2008-03-23 | [project @ robey@lag.net-20080324065111-qv8icii767fqex9j] | Robey Pointer | |
fix some unit tests for windows | |||
2008-03-22 | [project @ robey@lag.net-20080323020709-ub8ya3xkh1ebywfa] | Robey Pointer | |
add exit_status_ready for justin cook. | |||
2008-02-17 | [project @ robey@lag.net-20080218051229-xtylb1poe246k2ci] | Robey Pointer | |
merge patch from Dwayne Litzenberger to fix unit tests on python 2.3. | |||
2008-01-23 | [project @ robey@lag.net-20080124014121-95bt9p4n4k8lw72i] | Robey Pointer | |
remove some now-unneeded code. | |||
2008-01-23 | [project @ robey@lag.net-20080124013849-jno9xkgwvvqrvuov] | Robey Pointer | |
split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring). | |||
2007-12-30 | [project @ robey@lag.net-20071231052950-8h599bnez3sgbf2e] | Robey Pointer | |
patch from david guerizec for direct-tcpip forwarding support, and a unit test added by yours truly. | |||
2007-12-30 | [project @ robey@lag.net-20071230220403-9c9735x0tfr88dd8] | Robey Pointer | |
oops, fix typo. | |||
2007-11-20 | [project @ robey@lag.net-20071120052527-hloi0b30yngbay0x] | Robey Pointer | |
add send_ready() and a unit test. | |||
2007-10-28 | [project @ robey@lag.net-20071029030344-9adfzb9ulfodtepu] | Robey Pointer | |
bug 157205: select() doesn't notify incoming stderr data, because stderr's pipe isn't hooked up to the fileno() BufferedPipe. to fix, i added an "or" pipe-event that can be triggered by either stdout or stderr, and hooked them both up to fileno(). added a unit test for the bug and one for the "or" pipe. | |||
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer | |
bump copyright year to 2007 | |||
2007-02-12 | [project @ robey@lag.net-20070212183050-kaf5lvrbw46v9i59] | Robey Pointer | |
improve x11 test and add a test for reverse port forwarding | |||
2006-11-20 | [project @ robey@lag.net-20061121001117-8mf8zzltvfvzzrv7] | Robey Pointer | |
add support for opening x11 channels, and a unit test | |||
2006-11-20 | [project @ robey@lag.net-20061120192137-1rcpiiq9mcd58m76] | Robey Pointer | |
reorder the closing of the pipe in Channel.close() to make sure it happens even when the channel is closed by the remote host first | |||
2006-10-14 | [project @ robey@lag.net-20061015012126-36370734592aff17] | Robey Pointer | |
might as well assert this | |||
2006-08-01 | [project @ robey@lag.net-20060801182143-088ff687e0945937] | Robey Pointer | |
use hexlify in tests | |||
2006-05-09 | [project @ robey@lag.net-20060509164549-14e664f234b4b747] | Robey Pointer | |
new parent exception for all auth failures, and new specific exception for bad host key | |||
2006-05-07 | [project @ robey@lag.net-20060507230153-dba6b2d664b5ef3f] | Robey Pointer | |
channel operations raise an exception on error now instead of returning a bool |