Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | versionadded for canonicalization directives | Jeff Forcier | |
Decided not to 'backport' these for rest of directives, as most have been in for a very long time | |||
2019-12-02 | Strip extraneous text/entries from ssh_config support doc | Jeff Forcier | |
- Leave ONLY actual departures from OpenSSH, we were getting far too deep into repeating upstream docs for no gain, and doing it inconsistently - Remove the 'becomes a list' entries, they are not actually honored when parsing (they are irrelevant to it) and turning them into lists is the obvious, non surprising behavior so it's not that useful to document it | |||
2019-12-02 | Alphabetize supported-ssh_config-keywords list | Jeff Forcier | |
2019-12-02 | Tweak some old test names for easier targeting | Jeff Forcier | |
2019-12-02 | Add additional setuptools extras_require flavors | Jeff Forcier | |
2019-12-02 | Fix bug around subprocess import errors | Jeff Forcier | |
2019-09-27 | Python 2 fix - not all exceptions have .msg under this interp version | Jeff Forcier | |
2019-09-27 | Fix canonicalization doc updates. | Jeff Forcier | |
I blame not copying my pre-push hooks to my work machine :D | |||
2019-09-27 | Implement ssh_config hostname canonicalization (WIP) | Jeff Forcier | |
- Refactor DNS lookup related junk previously only relevant to %h - Refactor guts of lookup() so it can be done >1 time - Changelog/tests/implementation for canonicalization itself Closes #897 | |||
2019-09-26 | Sort top level import related junk | Jeff Forcier | |
2019-08-27 | Somehow failed to flake/blacken previously | Jeff Forcier | |
2019-08-26 | Explicitly document what ssh_config directives Paramiko itself understands | Jeff Forcier | |
2019-08-26 | Clean up existing ssh_config tests more | Jeff Forcier | |
- New constructors used errywhere - More consistent config snippet formatting | |||
2019-08-26 | Add new SSHConfig constructors | Jeff Forcier | |
2019-08-26 | Start moving config snippets to files | Jeff Forcier | |
2019-08-26 | Move all SSHConfig related tests to test_config.py | Jeff Forcier | |
Includes cleanup of unittest-isms and migrating recently added SSHConfigDict tests to a distinct class vs top-level funcs. | |||
2019-07-05 | Add SSHConfigDict to __init__ | Jeff Forcier | |
2019-07-05 | Actually test ProxyCommand as currently implemented | Jeff Forcier | |
Including shuffling around the imports therein so they can actually be mocked, without losing the property of "can be imported under GAE". | |||
2019-06-23 | Mention new setuptools extras in changelog | Jeff Forcier | |
2019-06-23 | Cut 2.6.0 | Jeff Forcier | |
2019-06-23 | Merge branch '2.5' | Jeff Forcier | |
2019-06-23 | Cut 2.5.1 | Jeff Forcier | |
2019-06-23 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-23 | Cut 2.4.3 | Jeff Forcier | |
2019-06-21 | Python 2.7 fix for new exception message work | Jeff Forcier | |
2019-06-21 | Extend new algorithm disabling to compressions | Jeff Forcier | |
2019-06-21 | Spot check use of new algorithm properties | Jeff Forcier | |
2019-06-21 | Rename to disableD_algorithms everywhere for consistency | Jeff Forcier | |
Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin | |||
2019-06-21 | Switch all reads of Transport._preferred_xxx to Transport.preferred_xxx | Jeff Forcier | |
2019-06-21 | Basic impl of algorithm filtering | Jeff Forcier | |
Not actually leveraged anywhere yet | |||
2019-06-21 | Client->Transport for disable_algorithms | Jeff Forcier | |
2019-06-21 | Old code sucks | Jeff Forcier | |
2019-06-21 | Add docstring and signature support for disable_algorithms | Jeff Forcier | |
2019-06-21 | DDD changelog | Jeff Forcier | |
2019-06-21 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-21 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-21 | Merge branch '2.5' | Jeff Forcier | |
2019-06-21 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-21 | GSSAPI related kwargs were never docstring-documented -_- | Jeff Forcier | |
2019-06-21 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-21 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-21 | Merge branch '2.5' | Jeff Forcier | |
2019-06-21 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-21 | Blacken | Jeff Forcier | |
2019-06-21 | Merge branch '2.5' | Jeff Forcier | |
2019-06-21 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-21 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-21 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-21 | Add new keys and tests proving #1306 | Jeff Forcier | |
2019-06-21 | Changelog re #1306 | Jeff Forcier | |