summaryrefslogtreecommitdiff
path: root/paramiko/client.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * SSHClient: fix the host key testAnselm Kruis2017-08-041-1/+1
* | | Merge branch '2.1'Jeff Forcier2017-06-091-19/+25
|\ \ \ | |/ /
| * | Re-apply ResourceManager removalJeff Forcier2017-06-091-2/+0
| * | Merge branch '2.1' into 910-intJeff Forcier2017-06-091-1/+0
| |\ \
| * | | SSHClient: adjust Transport preferred host key types if known hostPierce Lopez2017-06-071-21/+27
* | | | Merge branch '2.1'Jeff Forcier2017-06-091-3/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-091-3/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch '2.0' into 952-intJeff Forcier2017-06-091-9/+11
| | |\
| | * | remove back-reference from Transport to SSHClientPierce Lopez2017-06-021-1/+0
| | * | remove ResourceManager to fix leak of Transport/SSHClientKyle Agronick2017-06-021-2/+0
* | | | Trailing commaJeff Forcier2017-06-061-1/+1
* | | | Merge branch 'master' into 869-intJeff Forcier2017-06-061-60/+82
|\ \ \ \
| * | | | That was easy. Closes #857Jeff Forcier2017-06-061-0/+3
| * | | | DDD re #857Jeff Forcier2017-06-061-10/+4
| * | | | Merge branch '2.1'Jeff Forcier2017-06-051-9/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-051-9/+11
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-9/+11
| | | |/
| | * | Merge branch '2.0' into 2.1Jeff Forcier2017-05-311-21/+46
| | |\ \ | | | |/
| * | | fixed long lineAlex Gaynor2017-06-031-2/+4
| * | | integration test, with ourselvesAlex Gaynor2017-06-031-1/+1
| * | | small cleanupsAlex Gaynor2017-06-031-8/+5
| * | | Fixes #325 -- add support for Ed25519 keysAlex Gaynor2017-06-031-19/+16
| * | | Merge branch '2.0'Jeff Forcier2017-05-311-21/+46
| |\ \ \ | | |/ / | |/| / | | |/
| | * Flake8 improvements for more of paramiko.Dorian Pula2017-05-311-3/+4
| | * More flake8 fixes and fix tests.Dorian Pula2017-05-311-18/+42
| * | Merge branch '2.0' into 2.1Jeff Forcier2017-02-201-0/+1
| |\ \ | | |/
| | * Add back-reference from Transport to the SSHClient that created itOmer Anson2017-02-201-0/+1
* | | Added a auth_timeout to handle situations where SSH server stops responding d...Tim Savage2016-12-221-2/+6
|/ /
* | Merge branch '2.0' into 2.1Jeff Forcier2016-12-121-1/+0
|\ \ | |/
| * Remove code re #398 from 2.0 branch, as it's feature workJeff Forcier2016-12-121-21/+2
| * Revert "Add timeout to Transport.start_client()"Jeff Forcier2016-12-121-1/+1
* | Fixing invoke_shell reference to obsolete update_environment_variablesKirk Byers2016-12-121-1/+1
|/
* Add timeout to Transport.start_client()Mark Hirota2016-12-051-1/+1
* Add some warnings about AcceptEnv to env var setting bits.Jeff Forcier2016-12-051-0/+5
* Cleanup / rename / doc updates / changelog, re #398Jeff Forcier2016-12-051-4/+13
* Support transmission of environment variablesPhilip Lorenz2016-12-051-2/+7
* Enhance docs a bit re #520 and related hang issues.Jeff Forcier2016-06-171-0/+6
* Merge branch '1.15' into 1.16Jeff Forcier2016-04-241-4/+17
|\
| * Attempt clarification of `set_missing_host_key_policy` param.Jeff Forcier2016-04-241-4/+17
* | Patch up a missed spot re: 2FA plus keys, thanks @mattrobenoltJeff Forcier2015-11-041-1/+1
* | Merge branch 'master' into 467-intJeff Forcier2015-11-031-25/+85
|\ \
| * | 80-colJeff Forcier2015-11-031-1/+2
| * | Merge branch '1.15'Jeff Forcier2015-09-301-1/+1
| |\ \ | | |/
| | * Patch resolving the timeout issue on lost conection.Olle Lundberg2015-02-241-1/+1
| * | Rename new exception class to be less genericJeff Forcier2015-03-051-2/+2
| * | Some 80-col fixesJeff Forcier2015-02-271-8/+27
| * | Fix a Python 3 incompat bit from recent mergeJeff Forcier2015-02-271-1/+1
| * | Raise usefully ambiguous error when every connect attempt fails.Jeff Forcier2015-02-061-4/+20
| * | CommentJeff Forcier2015-02-061-0/+1
| * | Fix docstring for SphinxJeff Forcier2015-02-061-5/+3