Age | Commit message (Collapse) | Author | |
---|---|---|---|
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.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 '2.0' into 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.0' into 976-int | 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 | 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.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.0' into 2.1 | Jeff Forcier | |
2017-06-09 | Merge branch '2.0' into 952-int | Jeff Forcier | |
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-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 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-06 | Partially apply #983 for 2.0+ | Jeff Forcier | |
2017-06-06 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-06 | Partially apply #983 for 2.0+ | Jeff Forcier | |
2017-06-06 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-06 | Changelog re #667 | Jeff Forcier | |
2017-06-06 | Merge branch '2.0' into 667-int | Jeff Forcier | |
2017-06-05 | 2.1-specific broken sphinx refs | Jeff Forcier | |
2017-06-05 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-05 | No idea how this fancy quote got in here or why it wasn't causing barfs prior | Jeff Forcier | |
2017-06-05 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-05 | Changelog because I deserve it | Jeff Forcier | |
2017-06-05 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-05 | Move to 'inv sites' style doc nitpicking. | Jeff Forcier | |
Existing just-warnings setup was old and not as rigorous as my usual. Required a lot of stupid little changes, but now same tooling for all projects, toot toot. | |||
2017-06-05 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-05 | Changelog closes #911, closes #900 | Jeff Forcier | |
2017-06-05 | Transport: prefer ecdsa server host keys over rsa | Pierce Lopez | |
openssh client seems to prefer ecdsa server host keys (even over ssh-ed25519) | |||
2017-06-05 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-05 | Overhaul changelog re #981. Closes #794. | Jeff Forcier | |