summaryrefslogtreecommitdiff
path: root/security/py-kerberos
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04py-kerberos: updated to 1.3.0adam3-26/+9
1.3.0: Unknown changes
2017-09-30py-kerberos: update to 1.2.5adam2-8/+7
1.2.5: Bug fixes.
2017-04-23Merge upstream pull request #52 from kwlzn/kwlzn/none_principal_fixmarkd3-2/+20
Allow `authGSSClientInit` principal kwarg to be None.
2016-06-09Add py-kerberos 1.2.4markd9-0/+164
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on RFC 4559.