summaryrefslogtreecommitdiff
path: root/paramiko/transport.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 2013-intJeff Forcier2023-03-101-5/+5
|\
| * [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-3/+3
| * Harmonize into *args from *larg, *largsYaroslav Halchenko2023-01-241-2/+2
* | Add timeout for opening an SSH channelvakarisz2023-03-021-1/+3
|/
* Nuke retry_on_signal, pointless on modern Py3Jeff Forcier2023-01-161-2/+1
* Punt a bunch of backwards incompatible TODOs to 4.0Jeff Forcier2023-01-161-1/+1
* No more (object)ionsJeff Forcier2023-01-161-2/+2
* flake8/blackJeff Forcier2023-01-131-2/+2
* Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier2023-01-121-1/+1
* We live in the future nowJeff Forcier2023-01-121-1/+0
* blackenJeff Forcier2023-01-111-5/+10
* nuke py3compat.inputJeff Forcier2023-01-091-1/+0
* string_types -> strJeff Forcier2023-01-091-2/+2
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-2/+2
* Remove or transmute all use of long()Jeff Forcier2023-01-091-3/+3
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-091-20/+14
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-1/+2
* Remove blowfish from transport ciphersMike Roest2022-04-261-7/+0
* Merge branch '2.10'Jeff Forcier2022-04-251-1/+1
|\
| * Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-1/+1
| |\
| | * threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-251-1/+1
* | | Merge branch '2.10'Jeff Forcier2022-04-251-1/+9
|\ \ \ | |/ /
| * | Add -cert-v01@openssh.com variants to accepted host key algorithmsJeff Forcier2022-04-221-1/+9
| |/
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-31/+148
* Enhance kex DEBUG logging to be more readableJeff Forcier2021-12-231-27/+24
* Longterm TODOsJeff Forcier2021-12-231-0/+17
* Extend new algorithm disabling to compressionsJeff Forcier2019-06-211-7/+11
* Rename to disableD_algorithms everywhere for consistencyJeff Forcier2019-06-211-9/+9
* Switch all reads of Transport._preferred_xxx to Transport.preferred_xxxJeff Forcier2019-06-211-22/+22
* Basic impl of algorithm filteringJeff Forcier2019-06-211-0/+28
* Add docstring and signature support for disable_algorithmsJeff Forcier2019-06-211-0/+19
* Merge branch '2.4' into 2.5Jeff Forcier2019-06-211-0/+8
|\
| * Merge branch '2.3' into 2.4Jeff Forcier2019-06-211-0/+8
| |\
| | * Merge branch '2.2' into 2.3Jeff Forcier2019-06-211-0/+8
| | |\
| | | * GSSAPI related kwargs were never docstring-documented -_-Jeff Forcier2019-06-211-0/+8
| | * | Merge branch '2.2' into 2.3Jeff Forcier2018-09-181-1/+1
| | |\ \ | | | |/
| | | * Merge branch '2.1' into 2.2Jeff Forcier2018-09-181-1/+1
| | | |\
| | | | * Merge branch '2.0' into 2.1Jeff Forcier2018-09-181-1/+1
| | | | |\
| | | | | * Fix a Python 2.6 oopsJeff Forcier2018-09-181-1/+1
* | | | | | Merge branch 'master' into 1233-intJeff Forcier2019-06-091-7/+23
|\ \ \ \ \ \
| * | | | | | Support linking against older OpenSSLsAlex Gaynor2019-02-091-2/+4
| * | | | | | Implement Curve25519 (x25519) key exchangeAlex Gaynor2019-02-091-0/+3
| |/ / / / /
| * | | | | Merge branch '2.3' into 2.4Jeff Forcier2018-09-181-5/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.2' into 2.3Jeff Forcier2018-09-181-5/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '2.1' into 2.2Jeff Forcier2018-09-181-5/+3
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '2.0' into 2.1Jeff Forcier2018-09-181-5/+3
| | | | |\ \ | | | | | |/
| | | | | * FormattingJeff Forcier2018-09-181-5/+3
| * | | | | Merge branch '2.3' into 2.4Jeff Forcier2018-09-181-6/+18
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.2' into 2.3Jeff Forcier2018-09-181-5/+18
| | |\ \ \ \ | | | |/ / /