summaryrefslogtreecommitdiff
path: root/paramiko/kex_gss.py
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-2/+2
* No more (object)ionsJeff Forcier2023-01-161-3/+3
* blackenJeff Forcier2023-01-111-4/+9
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-2/+3
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Bump black up to 18.6b4Jeff Forcier2018-08-221-6/+5
* Blacken under black 18.5b0Jeff Forcier2018-05-291-8/+8
* Blacken Paramiko on 2.4Chris Rose2018-05-171-74/+125
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-15/+20
* Fix rekeying with GSS-API key exchangeSebastian Deiss2017-09-181-9/+6
* Transport gssapi-keyex: set the gss_kex_used flag lateAnselm Kruis2017-08-041-2/+4
* Merge branch '2.0' into 976-intJeff Forcier2017-06-091-2/+2
|\
| * Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-2/+2
* | cleanup unused and star importsPierce Lopez2017-06-011-1/+1
|/
* More death to line continuationsJeff Forcier2017-05-311-2/+2
* Even more flake8.Dorian Pula2017-05-311-29/+48
* More flake8 fixes.Dorian Pula2017-05-311-1/+1
* untie agian!james mike dupont2017-01-241-2/+2
* Switch kex_gss from using PyCrypto's Random to using os.urandom.Anselm Kruis2015-03-031-2/+3
* Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24Jeff Forcier2015-02-281-12/+15
* Use hashlib in favor of PyCrypto's hashesAlex Gaynor2014-09-151-5/+5
* Versionadded for the new modulesJeff Forcier2014-09-081-0/+2
* Refactoring: a thing, even for docstrings.Jeff Forcier2014-09-081-18/+6
* More of these thingsJeff Forcier2014-09-081-8/+2
* Reinstate working seealso'sJeff Forcier2014-09-081-0/+2
* Tighten up module docstrings of GSSAPI API files.Jeff Forcier2014-09-081-20/+3
* Change GSS-API epydoc docstrings to SphinxSebastian Deiss2014-03-271-58/+42
* Adapt GSS-API implementation to the merged code.Sebastian Deiss2014-03-261-0/+1
* GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-0/+649