Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-06-05 | changelog: update for #794 | Pierce Lopez | |
2017-06-05 | transport: _key_info for ecdsa-sha2-nistp384 and -nistp521 | Pierce Lopez | |
To support host keys of these key types, which are already in _preferred_keys! | |||
2017-06-05 | test transport security options can be set to defaults | Pierce Lopez | |
ensures all defaults key/cipher/digest etc types are supported | |||
2017-06-02 | re-enable client cleanup test for python3 | Pierce Lopez | |
2017-06-02 | update changelog with fix for #949 | Pierce Lopez | |
2017-06-02 | remove back-reference from Transport to SSHClient | Pierce Lopez | |
It was only recently added, and it's not really needed after the ResourceManager removal. Removing it allows the SSHClient to be garbage-collected if only the Transport (and Channels) are still in use. | |||
2017-06-02 | remove ResourceManager to fix leak of Transport/SSHClient | Kyle Agronick | |
The back-reference from Transport to SSHClient was added because the SSHClient had a destructor that would close the Transport, and some users did not want the Transport closed when the SSHClient was garbage collected. The SSHClient destructor was not a normal destructor, it was implemented with the ResourceManager singleton. Together with the back-reference, this prevented the GC cycle detector from freeing the SSHClient and Transport. | |||
2017-06-01 | cleanup unused and star imports | Pierce Lopez | |
found and checked with pyflakes for python2.7 and python3.5 | |||
2017-06-01 | can depend on collections.MutableMapping being available | Pierce Lopez | |
since python 2.6 | |||
2017-06-01 | all supported versions of python2 have cStringIO | Pierce Lopez | |
2017-06-01 | transport: remove compat for old python lacking sock.settimeout() | Pierce Lopez | |
2017-06-01 | Perplexed at why flake8 did not report this earlier | Jeff Forcier | |
2017-06-01 | Missed a spot | Jeff Forcier | |
2017-06-01 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-01 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-06-01 | Wasn't technically a bug but flake8 pointed out how dumb it was | Jeff Forcier | |
2017-06-01 | Flake8 rest of transport.py! | Jeff Forcier | |
2017-06-01 | Address an unused variable bit. | Jeff Forcier | |
Had to spelunk to make sure this wasn't a recent brokenness | |||
2017-06-01 | Python 2.6 compat formatstrings | Jeff Forcier | |
2017-06-01 | Remove useless/wrong return statement | Jeff Forcier | |
2017-06-01 | Test & impl for truly functional HostKeys.__delitem__ | Jeff Forcier | |
2017-06-01 | Refactor HostKeys' scan-for-entry code | Jeff Forcier | |
2017-06-01 | Move implicit string concat to a noqa | Jeff Forcier | |
2017-06-01 | Reinstate removed m.get_string(), for compatibility/safety. | Jeff Forcier | |
Such methods mutate the Message object involved. | |||
2017-06-01 | Remove unused value from demo/test. | Jeff Forcier | |
Honestly not sure WTF | |||
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Need some flake8 greater than 2.4 to fix some overlooked noqa comments | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Downgrade to a Python 2.6 compat flake8, for now | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Changelog closes #974 | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | flake8 on travis! | Jeff Forcier | |
2017-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2017-05-31 | Remove some Invoke-isms from the flake8 config | Jeff Forcier | |
2017-05-31 | This previous tweak was overzealous. | Jeff Forcier | |
These backslashes are OK! | |||
2017-05-31 | Even moar parentheses over backslashes | Jeff Forcier | |
2017-05-31 | More death to line continuations | Jeff Forcier | |
2017-05-31 | Seriously, folks? Refactor some silly crap. | Jeff Forcier | |
2017-05-31 | Additional house style formatting tweaks, mostly re: removal of line ↵ | Jeff Forcier | |
continuations |