aboutsummaryrefslogtreecommitdiff
path: root/security/py-kerberos
Commit message (Collapse)AuthorAgeFilesLines
* Fix for use with either GSSAPI_BASE or GSSAPI_HEIMDALDan Langille2018-01-303-2/+11
| | | | | | | | | | | | Without, the first invocation of authGSSClientStep raises kerberos.GSSError after failing to acquire a ticket for the krbtgt service on the intended host rather than the specified service. PR: 204899 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=460369
* Upgrade to 1.2.5Dan Langille2017-02-062-3/+4
| | | | Notes: svn path=/head/; revision=433511
* Upgrade to 1.2.4Dan Langille2016-05-033-15/+15
| | | | | | | | | Fixed bug noticed by John W. O'Brien <john@saltant.com> PR: 204185 Submitted by: David Shane Holden <dpejesh@yahoo.com> Notes: svn path=/head/; revision=414499
* Commit message will be:Dan Langille2015-11-175-5/+96
| | | | | | | | | | Optionally use Kerberos from base, heimdal, or from MIT take maintainership PR: 199123 Approved by: mat (mentor) Notes: svn path=/head/; revision=401816
* Fix DEPENDSAntoine Brodin2014-10-311-11/+10
| | | | Notes: svn path=/head/; revision=371943
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Enable stagedir supportMarcus von Appen2014-06-152-5/+3
| | | | | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357858
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.Carlo Strub2011-10-024-0/+41
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 <http://www.ietf.org/rfc/rfc4559.txt>. PR: ports/156791 Submitted by: Roland van Laar <roland@micite.net> Approved by: wen@ (co-mentor) Notes: svn path=/head/; revision=282781