Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2014-09-05 | Forgot to actually implement allowed-keys/reverse testing | Jeff Forcier | |
2014-09-05 | Add a couple more permutations | Jeff Forcier | |
2014-09-05 | Overhaul multi-key test to set up multiple scenarios | Jeff Forcier | |
2014-09-05 | Factor fingerprint data out of class | Jeff Forcier | |
2014-09-05 | More cleanup to support ECDSA key, and now it works! | Jeff Forcier | |
2014-09-05 | Add RSA key fingerprint, now that test passes | Jeff Forcier | |
2014-09-05 | Set things up for cleaner test key tomfoolery | Jeff Forcier | |
2014-09-05 | Add an explicit RSA test, which fails (!) | Jeff Forcier | |
2014-09-05 | Refactor horrible old copypasta | Jeff Forcier | |
2014-09-05 | Add a (failing :() test re: ECDSA private keys | Jeff Forcier | |
Re #218 | |||
2014-09-05 | Merge branch 'master' into 184-int | Jeff Forcier | |
Conflicts: paramiko/config.py tests/test_util.py | |||
2014-09-05 | Add quick test re #131 | Jeff Forcier | |
2014-09-05 | 80-col tweaks | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-25 | Rework re #239 to work off post-1.13 codebase. Closes #239 | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-25 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
2014-08-15 | Let packetizer handle 0-length sends from channel. | Olle Lundberg | |
If the channel is closed the send method returs a response length of 0. This is not handled correctly by the packetizer and puts it in an infinite loop. (Fixes #156 for real :-) We make sure we don't do more than 10 iteration on a 0 length respose, but raise an EOFError. | |||
2014-08-15 | Don't end a line with whitespace. | Olle Lundberg | |
This might be stripped by editors at will, which will make some tests brake. | |||
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-15 | Strip whitespace. | Olle Lundberg | |
2014-08-15 | Document what is breaking in the client tests. | Olle Lundberg | |
2014-08-14 | Use a shorter timeout in banner timeout test. | Cory Benfield | |
2014-08-14 | Test banner timeout. | Cory Benfield | |
2014-08-14 | Add sanitation methods for window and packet size. | Olle Lundberg | |
2014-08-14 | Add a utility method for value clamping. | Olle Lundberg | |
2014-08-13 | Change window and packet size to match opensshs'. | Olle Lundberg | |
Update tests to match the new numbers. | |||
2014-05-28 | Merge branch 'master' into gssapi-py3-support | Anselm Kruis | |
Conflicts: dev-requirements.txt sites/www/changelog.rst | |||
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Fix some trailing whitespace | Jeff Forcier | |
2014-04-24 | Merge updated a01e449 from al-tonio | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-23 | Merge branch 'paramiko:master' into gssapi-py3-support | Sebastian Deiss | |
Conflicts: sites/www/changelog.rst test.py | |||
2014-04-22 | Moved get_hosts function into method. | Yan Kalchevksiy | |
2014-04-22 | Add support quoted values for SSHConfig (#157) | Yan Kalchevskiy | |