aboutsummaryrefslogtreecommitdiff
path: root/security/py-gssapi
Commit message (Collapse)AuthorAgeFilesLines
* security/py-gssapi: Update 1.5.0 -> 1.5.1Bradley T. Hughes2018-08-012-4/+4
| | | | | | | | | PR: 230251 Submitted by: john@saltant.com (maintainer) Sponsored by: Miles AS Notes: svn path=/head/; revision=476201
* security/py-gssapi: Fix builds against non-base GSSAPIBradley T. Hughes2018-08-011-0/+28
| | | | | | | | | | | | Patch setup.py so location of krb5-config is configurable PR: 229639 Submitted by: john@saltant.com (maintainer) MFH: 2018Q3 Sponsored by: Miles AS Notes: svn path=/head/; revision=476200
* Python-GSSAPI provides both low-level and high level wrappers aroundMartin Wilke2018-06-203-0/+40
the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms. WWW: https://github.com/pythongssapi/python-gssapi PR: 228523 Submitted by: john@saltant.com Notes: svn path=/head/; revision=472837