summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut 2.0.82.0.8Jeff Forcier2018-03-122-1/+2
* flake8Jeff Forcier2018-03-121-4/+4
* Screen off dev version of Python from test matrixJeff Forcier2018-03-121-0/+4
* Fixes CVE-2018-7750 / #1175Jeff Forcier2018-03-122-2/+44
* Changelog closes #1175Jeff Forcier2018-03-121-0/+5
* Initial tests proving CVE-2018-7750 / #1175Jeff Forcier2018-03-121-2/+40
* Allow overriding test client connect kwargs in Transport test suiteJeff Forcier2018-03-121-3/+10
* OK this is good now, with the setuptools pinJeff Forcier2017-11-071-1/+0
* Well let's try latest setuptools, I guess.Jeff Forcier2017-11-071-1/+1
* Despite odd output, pip 9.0.1 is installing; so how old's our setuptools?Jeff Forcier2017-11-071-1/+1
* Uh...output claims pip somehow installing 7.x???Jeff Forcier2017-11-071-0/+1
* JeezJeff Forcier2017-11-071-0/+2
* Limit dev-requirements to python 2.6 compat versions.Jeff Forcier2017-11-071-3/+3
* Add Python 3.7-dev to Travis matrix. Why not?Jeff Forcier2017-11-071-0/+1
* Changelog re #1108Jeff Forcier2017-11-071-0/+3
* Rename an internal-only 'async' method kwarg for Python 3.7 compatibility.Jeff Forcier2017-11-071-4/+4
* Include LICENSE in wheelsJeff Forcier2017-10-182-0/+4
* TypofixJeff Forcier2017-10-101-1/+1
* sftp: fix BytesWarning: str() on a bytes instanceMichal Reznik2017-09-262-3/+3
* Note that #945 is 1.18+Jeff Forcier2017-09-181-0/+5
* Fix incorrect changelog branch stuff.Jeff Forcier2017-09-181-3/+4
* Need new twine for newer pypiJeff Forcier2017-09-181-1/+1
* Cut 2.0.72.0.7Jeff Forcier2017-09-182-1/+2
* Merge branch '2.0' of github.com:paramiko/paramiko into 2.0Jeff Forcier2017-09-1824-151/+513
|\
| * Changelog re #1061Jeff Forcier2017-09-121-0/+5
| * Merge branch '2.0' into 1061-intJeff Forcier2017-09-125-11/+81
| |\
| | * demo_simple: gss_auth and gss_kex are independent of each other.Anselm Kruis2017-09-121-4/+7
| | * Changelog re #1060Jeff Forcier2017-09-121-0/+3
| | * Merge branch '2.0' into 1060-intJeff Forcier2017-09-123-1/+65
| | |\
| | | * Master changelog entry re: #1056 #1057 #1058 #1059Jeff Forcier2017-09-121-0/+3
| | | * SSHClient: fix the host key testAnselm Kruis2017-08-042-1/+62
| | * | 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-043-53/+145
| * | Added paramiko.GSS_EXCEPTIONS: exception types used by GSSAPIAnselm Kruis2017-08-042-6/+17
| |/
| * Merge pull request #997 from ploxiln/travis_pypy_updateJeff Forcier2017-06-151-1/+1
| |\
| | * travis-ci: update pypy test run to use pypy-5.6.0Pierce Lopez2017-06-141-1/+1
| |/
| * Add Python 3.6 to classifiersFelix Yan2017-06-121-0/+1
| * Cut 2.0.62.0.6Jeff Forcier2017-06-092-1/+2
| * Copy 1.x releases to 2.x changelogJeff Forcier2017-06-091-0/+2
| * Port #906 changelog to 2.0 re #976Jeff Forcier2017-06-091-0/+2
| * Merge branch '2.0' into 976-intJeff Forcier2017-06-0933-386/+547
| |\
| | * Hand-port #984 to 2.0Jeff Forcier2017-06-092-1/+4
| | * Port #971 changelog from 1.x to 2.xJeff Forcier2017-06-091-0/+5
| | * Flake8/etc tweaks re #971 in 2.xJeff Forcier2017-06-093-7/+3
| | * Tweak comments as suggested in reviewMartin Packman2017-06-093-4/+6
| | * Allow any buffer type to be written to SFTPFileMartin Packman2017-06-092-4/+31
| | * Allow any buffer type to be sent to ChannelMartin Packman2017-06-092-9/+79
| | * Import from py3compat directly in test_clientMartin Packman2017-06-091-1/+1