Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Re-apply ResourceManager removal | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' into 910-int | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Port #906 changelog to 2.0 re #976 | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 976-int | Jeff Forcier | |
2017-06-09 | Merge branch 'master' into 984-int | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Hand-port #984 to 2.0 | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 976-int | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Port #971 changelog from 1.x to 2.x | Jeff Forcier | |
2017-06-09 | Flake8/etc tweaks re #971 in 2.x | Jeff Forcier | |
2017-06-09 | Tweak comments as suggested in review | Martin Packman | |
Thanks to bitprophet and ploxiln. | |||
2017-06-09 | Allow any buffer type to be written to SFTPFile | Martin Packman | |
Fixes #967 #968 Rollup of earlier branches proposed as #969 and #970 with additional fix inside sftp_client. Includes new tests for SFTPFile usage. Change against the 1.17 branch. | |||
2017-06-09 | Allow any buffer type to be sent to Channel | Martin Packman | |
Fixes #968 Changes the behaviour of the underlying asbytes helper to pass along unknown types. Most callers already handle this by passing the bytes along to a file or socket-like object which will raise TypeError anyway. Adds test coverage through the Transport implementation. Change against the 1.17 branch. | |||
2017-06-09 | Import from py3compat directly in test_client | Martin Packman | |
2017-06-09 | Allow any buffer type to written to BufferedFile | Martin Packman | |
Fixes #967 Also adds test coverage for writing various types to BufferedFile which required some small changes to the test LoopbackFile subclass. Change against the 1.17 branch. | |||
2017-06-09 | Add new skipUnlessBuiltin function for testing | Martin Packman | |
2017-06-09 | More changelog flimflammery | Jeff Forcier | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Unify 1.x and 2.x changelog entries. | Jeff Forcier | |
TBH this might just be the last damn 1.x series of releases. This is still too much work! | |||
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Changelog re #956 | Jeff Forcier | |
2017-06-09 | Replace coveralls with codecov, comments disabled | Nikolai R Kristiansen | |
2017-06-09 | Merge branch '2.1' | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 952-int | Jeff Forcier | |
2017-06-07 | Merge pull request #988 from ploxiln/auth_timeout_tests_cleanup | Jeff Forcier | |
cleanup/simplify auth_timeout tests | |||
2017-06-07 | changelog: update for #865 / #910 | Pierce Lopez | |
2017-06-07 | SSHClient: adjust Transport preferred host key types if known host | Pierce Lopez | |
If we have a host keys that will be checked, we need to negotiate for the type we have. Commonly, openssh could have saved an ecdsa key in known_hosts, but SSHClient will let the Transport negotiate for an rsa key. Then it would consider a key of a non-corresponding type to be "missing". That situation is also now a BadHostKeyException. Before this change, a man-in-the-middle attack on the paramiko ssh client was possible by having only a host key type which differs from what the client has in known_hosts (and then giving any key of that type). | |||
2017-06-07 | Transport: log agreed host key type | Pierce Lopez | |
2017-06-07 | tests for host key negotiation when there are multiple | Pierce Lopez | |
2017-06-07 | cleanup/simplify auth_timeout tests | Pierce Lopez | |
2017-06-06 | Missed a merge conflict lolol | Jeff Forcier | |
2017-06-06 | Merge branch '2.1' | Jeff Forcier | |
2017-06-06 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-06 | Hand-picked backport of #912, fixes #741 | Jeff Forcier | |
2017-06-06 | sphinx nitpick fixes | Jeff Forcier | |
2017-06-06 | flake8 | Jeff Forcier | |
2017-06-06 | Add sanity note to changelog re #869 | Jeff Forcier | |
2017-06-06 | Changelog re #471, re #65 | Jeff Forcier | |
2017-06-06 | Merge branch 'master' into 471-int | Jeff Forcier | |