summaryrefslogtreecommitdiff
path: root/paramiko/ssh_gss.py
Commit message (Expand)AuthorAgeFilesLines
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-28/+15
* Even moar parentheses over backslashesJeff Forcier2017-05-311-5/+11
* More flake8 fixes.Dorian Pula2017-05-311-8/+5
* Lots of flake8 fix.Dorian Pula2017-05-311-13/+14
* Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-20/+11
|\
| * Fix the documentation of both implementations of ssh_check_mic.Anselm Kruis2015-03-031-20/+11
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-03-151-1/+1
|\ \ | |/
| * Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24Jeff Forcier2015-02-281-1/+1
* | Document that pyasn1 is requiredAlex Gaynor2014-09-181-16/+2
|/
* Consistency plsJeff Forcier2014-09-081-4/+4
* Versionadded for the new modulesJeff Forcier2014-09-081-0/+2
* Nuke extraneous 'for Paramiko' now that it's inside usJeff Forcier2014-09-081-1/+1
* Reinstate working seealso'sJeff Forcier2014-09-081-0/+2
* Tighten up module docstrings of GSSAPI API files.Jeff Forcier2014-09-081-21/+4
* Don't check for the qop value at MIC verificationSebastian Deiss2014-07-141-5/+7
* Don't raise if libgssapi_krb5.so is unavailableAnselm Kruis2014-04-071-1/+1
* Change GSS-API epydoc docstrings to SphinxSebastian Deiss2014-03-271-170/+125
* Adapt GSS-API implementation to the merged code.Sebastian Deiss2014-03-261-3/+7
* Add a flag to check if GSS-API / SSPI is available.Sebastian Deiss2014-03-171-1/+11
* Improve Exception handlingSebastian Deiss2014-02-181-13/+23
* GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-0/+619