Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-18 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
Conflicts: paramiko/ecdsakey.py paramiko/util.py | |||
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 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-17 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-17 | Refactoring | achapp | |
Added comments. Removed fifth line from test because it was unnecessary since the final line could be used instead. | |||
2014-12-17 | new readline test passes | achapp | |
Changed file.py readline() to always check for a newline. Had to make a few changes for what went into self._rbuffer in the case where buffer size was met or exceeded and we found a newline. | |||
2014-12-17 | Test update/Fix progress temp save | achapp | |
Edited test to catch readline error. file.py code change in progress (DOES NOT WORK PROPERLY) so saving it temporarily. | |||
2014-12-17 | Added check for proxycommand none and associated test as per Paramiko Issue 415 | Sean Johnson | |
Conflicts: tests/test_util.py | |||
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-12-17 | Merge branch 'master' into 419-int | Jeff Forcier | |
2014-11-12 | Merge branch '1.15' | Jeff Forcier | |
2014-11-12 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: tests/test_util.py | |||
2014-11-12 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-11-12 | Failing test proving #429 | Jeff Forcier | |
2014-10-14 | Converted all staticmethod/classmethod instances to decorators. | Jacob Beck | |
2014-10-01 | Skip the tests on PyPy | Alex Gaynor | |
2014-09-30 | 2 is really enough | Alex Gaynor | |
2014-09-30 | Try removing some unused code? | Alex Gaynor | |
2014-09-29 | try with one more GC, just to see if it reproduces | Alex Gaynor | |
2014-09-29 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2014-09-22 | Merge branch '1.15' | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-09-22 | Use keyword arguments for arguments when creating a Transport. | Dylan Thacker-Smith | |
Fixes #399 | |||
2014-09-20 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2014-09-19 | SSHConfig.get_hostnames: List literal hostnames from SSH config | Søren Løvborg | |
2014-09-18 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
Conflicts: paramiko/ecdsakey.py tests/test_client.py | |||
2014-09-18 | A herp and a derp (and an import shuffle) | Jeff Forcier | |
2014-09-18 | Merge branch 'master' into 216-int | Jeff Forcier | |
2014-09-18 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2014-09-18 | Fix more dumb non-comment comments | Jeff Forcier | |
2014-09-18 | Clean up & tweak failing sftp closure test | Jeff Forcier | |
2014-09-16 | Added a comment; used a keyword argument, added pypy to travis | Alex Gaynor | |
2014-09-15 | Switched everything to use cryptography | Alex Gaynor | |
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 | Clean up more of the unnecessary-IMHO headers | Jeff Forcier | |
2014-09-08 | Merge branch 'master' into 267-int | Jeff Forcier | |
Conflicts: paramiko/client.py paramiko/transport.py sites/www/changelog.rst | |||
2014-09-08 | Fix a braino in new test | Jeff Forcier | |
2014-09-08 | Test proving #346 | Jeff Forcier | |
2014-09-08 | Merge branch 'master' into 362-int | Jeff Forcier | |
Conflicts: 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-08 | Merge branch 'master' into 373-int | Jeff Forcier | |
Conflicts: paramiko/channel.py | |||
2014-09-08 | Merge branch 'master' into 374-int | Jeff Forcier | |
2014-09-08 | Merge pull request #375 from ↵ | Jeff Forcier | |
lndbrg/lower-the-risk-of-editors-striping-whitespace Don't end a line with whitespace. | |||
2014-09-07 | Convert SSHClient into a context manager | Michael Williamson | |
2014-09-07 | Remove TODO | Michael Williamson | |
2014-09-07 | Fix error on Python 2.5 | Michael Williamson | |
2014-09-07 | Convert Channel into a context manager | Michael Williamson | |
2014-09-07 | Convert SFTPClient to a context manager | Michael Williamson | |
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 | |