summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
AgeCommit message (Collapse)Author
2014-10-14Converted all staticmethod/classmethod instances to decorators.Jacob Beck
2014-09-18Fix more dumb non-comment commentsJeff Forcier
2014-09-08Clean up more of the unnecessary-IMHO headersJeff Forcier
2014-02-11GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss
authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250.