summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* Fix rekeying with GSS-API key exchangeSebastian Deiss2017-09-181-9/+6
* Merge branch '2.1' into 2.2Jeff Forcier2017-09-124-79/+168
|\
| * Merge branch '2.0' into 2.1Jeff Forcier2017-09-124-79/+168
| |\
| | * Merge branch '2.0' into 1061-intJeff Forcier2017-09-122-7/+7
| | |\
| | | * Merge branch '2.0' into 1060-intJeff Forcier2017-09-121-1/+1
| | | |\
| | | * | Transport: fix the preferred KEX algorithms for gssapi-keyexAnselm Kruis2017-08-031-6/+6
| | * | | Pep8 and Sphinx fixes.Anselm Kruis2017-09-122-27/+29
| | * | | AuthHandler: handle local "gssapi-with-mic" errors in client modeAnselm Kruis2017-08-041-9/+24
| | * | | AuthHandler: fix the server-mode "gssapi-with-mic" logicAnselm Kruis2017-08-042-46/+107
| | * | | Added paramiko.GSS_EXCEPTIONS: exception types used by GSSAPIAnselm Kruis2017-08-042-6/+17
| | |/ /
* | | | Transport gssapi-keyex: set the gss_kex_used flag lateAnselm Kruis2017-08-042-2/+5
* | | | Merge branch '2.1-gsskex-hostkeycheck-fix' into 2.2-gsskex-hostkeycheck-fixAnselm Kruis2017-08-041-13/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '2.0-gsskex-hostkeycheck-fix' into 2.1-gsskex-hostkeycheck-fixAnselm Kruis2017-08-041-13/+12
| |\ \ \ | | | |/ | | |/|
| | * | SSHClient: fix the host key testAnselm Kruis2017-08-041-1/+1
| | |/
| | * Cut 2.0.62.0.6Jeff Forcier2017-06-091-1/+1
| | * Merge branch '2.0' into 976-intJeff Forcier2017-06-0923-348/+259
| | |\
* | | | Enhance SFTP client & server docs re: posix_rename and its relation to renameJeff Forcier2017-07-132-0/+14
* | | | Cut 2.2.12.2.1Jeff Forcier2017-06-131-1/+1
* | | | implement __hash__() method for Ed25519KeyPierce Lopez2017-06-131-0/+7
* | | | Cut 2.2.02.2.0Jeff Forcier2017-06-091-1/+1
* | | | Merge branch '2.1'Jeff Forcier2017-06-091-1/+1
|\ \ \ \ | |/ / /
| * | | Cut 2.1.32.1.3Jeff Forcier2017-06-091-1/+1
* | | | Merge branch '2.1'Jeff Forcier2017-06-092-19/+28
|\ \ \ \ | |/ / /
| * | | Re-apply ResourceManager removalJeff Forcier2017-06-091-2/+0
| * | | Merge branch '2.1' into 910-intJeff Forcier2017-06-0911-124/+28
| |\ \ \
| * | | | SSHClient: adjust Transport preferred host key types if known hostPierce Lopez2017-06-071-21/+27
| * | | | Transport: log agreed host key typePierce Lopez2017-06-071-0/+3
* | | | | Merge branch 'master' into 984-intJeff Forcier2017-06-0918-155/+106
|\ \ \ \ \
| * \ \ \ \ Merge branch '2.1'Jeff Forcier2017-06-091-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-091-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Hand-port #984 to 2.0Jeff Forcier2017-06-091-1/+1
| * | | | | Merge branch '2.1'Jeff Forcier2017-06-096-26/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-096-26/+8
| | |\ \ \ \
| | | * \ \ \ Merge branch '2.0' into 976-intJeff Forcier2017-06-0923-347/+258
| | | |\ \ \ \ | | | | |/ / / | | | | | | / | | | | |_|/ | | | |/| |
| | | * | | cleanup unused and star importsPierce Lopez2017-06-013-3/+2
| | | * | | can depend on collections.MutableMapping being availablePierce Lopez2017-06-011-6/+1
| | | * | | all supported versions of python2 have cStringIOPierce Lopez2017-06-011-9/+2
| | | * | | transport: remove compat for old python lacking sock.settimeout()Pierce Lopez2017-06-011-8/+3
| * | | | | Merge branch '2.1'Jeff Forcier2017-06-093-20/+19
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-093-20/+19
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Flake8/etc tweaks re #971 in 2.xJeff Forcier2017-06-092-6/+2
| | | * | | Tweak comments as suggested in reviewMartin Packman2017-06-093-4/+6
| | | * | | Allow any buffer type to be written to SFTPFileMartin Packman2017-06-091-4/+1
| | | * | | Allow any buffer type to be sent to ChannelMartin Packman2017-06-091-9/+10
| | | * | | Allow any buffer type to written to BufferedFileMartin Packman2017-06-091-2/+5
| * | | | | Merge branch '2.1'Jeff Forcier2017-06-093-79/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.0' into 2.1Jeff Forcier2017-06-093-79/+0
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | | * | Merge branch '2.0' into 952-intJeff Forcier2017-06-0921-248/+239
| | | |\ \
| | | * | | remove back-reference from Transport to SSHClientPierce Lopez2017-06-022-6/+0
| | | * | | remove ResourceManager to fix leak of Transport/SSHClientKyle Agronick2017-06-022-73/+0
| | | | |/ | | | |/|