summaryrefslogtreecommitdiff
path: root/paramiko/transport.py
Commit message (Expand)AuthorAgeFilesLines
* Partially apply #983 for 2.0+Jeff Forcier2017-06-061-1/+1
* Merge branch '2.0' into 667-intJeff Forcier2017-06-061-202/+421
|\
| * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-33/+46
| * Transport: prefer ecdsa server host keys over rsaPierce Lopez2017-06-051-1/+4
| * transport: _key_info for ecdsa-sha2-nistp384 and -nistp521Pierce Lopez2017-06-051-0/+2
| * Flake8 rest of transport.py!Jeff Forcier2017-06-011-115/+250
| * Address an unused variable bit.Jeff Forcier2017-06-011-2/+2
| * Even moar parentheses over backslashesJeff Forcier2017-05-311-4/+11
| * Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-12/+14
| * Final paramiko flake8 fix.Dorian Pula2017-05-311-0/+1
| * Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-25/+61
| * Add back-reference from Transport to the SSHClient that created itOmer Anson2017-02-201-0/+5
| * untie agian!james mike dupont2017-01-241-2/+2
| * Revert "Add timeout to Transport.start_client()"Jeff Forcier2016-12-121-8/+3
| * Merge branch '1.18' into 2.0Jeff Forcier2016-12-051-3/+8
| |\
| | * Add timeout to Transport.start_client()Mark Hirota2016-12-051-3/+8
| * | Merge branch '1.17' into 2.0Jeff Forcier2016-12-051-14/+13
| |\ \ | | |/
| | * Fixes to work on Google App EngineShinya Okano2016-12-051-1/+2
| | * Fix #854Jeff Forcier2016-12-051-13/+11
| * | Merge branch '1.17' into 2.0Jeff Forcier2016-07-251-0/+2
| |\ \ | | |/
| | * Merge branch '1.15' into 1.16Jeff Forcier2016-07-251-0/+2
| | |\
| | | * Add missing versionchanged directive to Transport.open_sessionJeff Forcier2016-07-251-0/+2
| * | | Merge branch '1.17' into 2.0Jeff Forcier2016-06-121-12/+18
| |\ \ \ | | |/ /
| | * | Revert Python 2 to original join logic re #520Jeff Forcier2016-06-121-12/+18
| * | | Merge branch '1.17' into 2.0Jeff Forcier2016-06-111-2/+11
| |\ \ \ | | |/ /
| | * | Experimental fix re #520Jeff Forcier2016-06-111-2/+11
| * | | Formatting tweaks re #731Jeff Forcier2016-04-251-1/+1
| * | | Add support for ECDSA key sizes 384 and 521 alongside the existing 256.Alex Orange2016-04-251-2/+1
* | | | Merge branch 'master' into remove-rc4Alex Gaynor2016-04-251-32/+37
|\ \ \ \ | |/ / /
| * | | Merge branch '1.17'Jeff Forcier2016-04-241-2/+2
| |\ \ \ | | |/ /
| | * | Actually! we can just use the py3compat moduleJeff Forcier2016-04-241-5/+2
| | * | Change raw_input() to input() for Python 3.xMateusz Kowalski2016-04-241-1/+4
| * | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-12-041-0/+22
| |\ \ \ | | |/ /
| * | | another bad mergeAlex Gaynor2015-11-041-2/+2
| * | | bad mergeAlex Gaynor2015-11-041-6/+0
| * | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-30/+139
| |\ \ \
| * \ \ \ Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-12-181-43/+51
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-09-291-4/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into switch-to-cryptographyAlex Gaynor2014-09-181-5/+6
| |\ \ \ \ \ \
| * | | | | | | Switched everything to use cryptographyAlex Gaynor2014-09-151-24/+78
* | | | | | | | Drop support for RC4.Alex Gaynor2016-01-281-23/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'master' into 467-intJeff Forcier2015-11-031-38/+181
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Port #604 to latest masterJeff Forcier2015-11-021-0/+14
| * | | | | | Finish cleaning up algo-agreement log lines.Jeff Forcier2015-11-021-3/+23
| * | | | | | Remove aggregated algorithms log line.Jeff Forcier2015-11-011-4/+0
| * | | | | | Explicitly log kex and compression algorithmsJeff Forcier2015-11-011-0/+2
| * | | | | | Implement SHA-2 512bit HMAC support from #581Jeff Forcier2015-11-011-1/+3
| * | | | | | FormattingJeff Forcier2015-11-011-12/+60
| * | | | | | Log one DEBUG message per key-compute hash algo selectionJeff Forcier2015-11-011-0/+7
| * | | | | | What a dumb-as-rocks typoJeff Forcier2015-11-011-1/+1