summaryrefslogtreecommitdiff
path: root/sites
Commit message (Collapse)AuthorAgeFilesLines
* Newer flake8 for Python 3.8 CI compat, and related tweaksJeff Forcier2020-08-301-0/+2
|
* Changelog re #1723Jeff Forcier2020-08-271-0/+5
|
* Cut 2.7.12.7.1Jeff Forcier2019-12-091-0/+1
|
* Changelog re #1567Jeff Forcier2019-12-091-0/+4
|
* Changelog closes #1565Jeff Forcier2019-12-091-0/+2
|
* Cut 2.7.02.7.0Jeff Forcier2019-12-031-0/+1
|
* Missed a spot in changelog when renaming the 'everything' extras_require flavorJeff Forcier2019-12-031-1/+1
|
* Changelog re #602Jeff Forcier2019-12-031-0/+10
|
* Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier2019-12-032-2/+2
|
* Beef up mentions of the need for Invoke, when using Match exec, in the docsJeff Forcier2019-12-032-6/+11
|
* Holy crap, never had a link back to www intersphinx from doc site???Jeff Forcier2019-12-031-2/+10
|
* Base case re #717 works now.Jeff Forcier2019-12-023-3/+35
| | | | | | | | | Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O
* versionadded for canonicalization directivesJeff Forcier2019-12-021-0/+12
| | | | | Decided not to 'backport' these for rest of directives, as most have been in for a very long time
* Strip extraneous text/entries from ssh_config support docJeff Forcier2019-12-021-48/+22
| | | | | | | | | | - 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
* Alphabetize supported-ssh_config-keywords listJeff Forcier2019-12-021-10/+10
|
* Add additional setuptools extras_require flavorsJeff Forcier2019-12-022-4/+23
|
* Fix bug around subprocess import errorsJeff Forcier2019-12-021-0/+5
|
* Fix canonicalization doc updates.Jeff Forcier2019-09-271-1/+1
| | | | I blame not copying my pre-push hooks to my work machine :D
* Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-272-2/+29
| | | | | | | | - 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
* Explicitly document what ssh_config directives Paramiko itself understandsJeff Forcier2019-08-262-0/+111
|
* Add new SSHConfig constructorsJeff Forcier2019-08-261-0/+4
|
* Mention new setuptools extras in changelogJeff Forcier2019-06-231-0/+5
|
* Cut 2.6.02.6.0Jeff Forcier2019-06-231-0/+1
|
* Merge branch '2.5'Jeff Forcier2019-06-231-0/+2
|\
| * Cut 2.5.12.5.1Jeff Forcier2019-06-231-0/+1
| |
| * Merge branch '2.4' into 2.5Jeff Forcier2019-06-231-0/+1
| |\
| | * Cut 2.4.32.4.3Jeff Forcier2019-06-231-0/+1
| | |
* | | Rename to disableD_algorithms everywhere for consistencyJeff Forcier2019-06-211-1/+1
| | | | | | | | | | | | | | | Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin
* | | DDD changelogJeff Forcier2019-06-211-0/+6
| | |
* | | Merge branch '2.5'Jeff Forcier2019-06-211-0/+5
|\ \ \ | |/ /
| * | Merge branch '2.4' into 2.5Jeff Forcier2019-06-211-0/+5
| |\ \ | | |/
| | * Merge branch '2.3' into 2.4Jeff Forcier2019-06-211-0/+5
| | |\
| | | * Merge branch '2.2' into 2.3Jeff Forcier2019-06-211-0/+5
| | | |\
| | | | * Changelog re #1306Jeff Forcier2019-06-211-0/+5
| | | | |
* | | | | Changelog re #1460, re #1440Jeff Forcier2019-06-211-0/+10
| | | | |
* | | | | Merge branch 'master' into 1311-intJeff Forcier2019-06-211-5/+28
|\ \ \ \ \
| * | | | | Add docstrings so Channel(Stderr|Stdin)File appear in SphinxJeff Forcier2019-06-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Also tweak changelog a bit while I am making it render correctly...
| * | | | | Implement #322 - new ChannelFile subclass for stdin that calls ↵Jeff Forcier2019-06-141-0/+11
| |/ / / / | | | | | | | | | | | | | | | shutdown_write on close()
| * | | | Cut 2.5.02.5.0Jeff Forcier2019-06-091-0/+1
| | | | |
| * | | | Try hiding 1291/1292 from feature releases.Jeff Forcier2019-06-091-5/+6
| | | | | | | | | | | | | | | | | | | | Releases-the-project needs some love =/
| * | | | Changelog closes #1233, closes #1229, closes #1332Jeff Forcier2019-06-091-0/+5
| | | | |
| * | | | Changelog re #532, re #1384, closes #1258Jeff Forcier2019-06-071-0/+3
| | | | |
* | | | | Use setuptools extras_require to offer paramiko[gssapi]1311-intJeff Forcier2019-06-211-10/+26
| | | | |
* | | | | As @ploxiln notes, pyasn1 is needed for both platform familiesJeff Forcier2019-06-211-5/+3
| | | | |
* | | | | Fix required package versions for gssapi and pyasn1.Anselm Kruis2019-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kerberos/GSSAPI has been tested with gssapi 1.4.1. Newer versions are probably OK. If older versions work, is unknown. The pyasn1 version had transposed digits.
* | | | | Documentation of the need for pyasn1 for gssapi seems to have been omitted a ↵Jeff Forcier2019-05-311-8/+10
| | | | | | | | | | | | | | | | | | | | while
* | | | | Changelog entry re #1311Jeff Forcier2019-05-311-0/+14
| | | | |
* | | | | Modify installation docs to note support for newer gssapi libJeff Forcier2019-05-311-3/+6
| | | | |
* | | | | Merge branch 'master' into 1311-intJeff Forcier2019-05-315-8/+54
|\ \ \ \ \ | |/ / / /
| * | | | Add changelog re #1379, closes #1379Jeff Forcier2019-05-311-1/+20
| | | | |