c94285e671
Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be useable with other GSSAPI mechanisms. Python-GSSAPI is composed of two parts: a low-level C-style API which thinly wraps the underlying RFC 2744 methods, and a high-level, Pythonic API (which is itself a wrapper around the low-level API). Examples may be found in the examples directory. The low-level API lives in gssapi.raw. The methods contained therein are designed to match closely with the original GSSAPI C methods. All relevant methods and classes may be imported directly from gssapi.raw. Extension methods will only be imported if they are present. The high-level API lives directly under gssapi. The classes contained in each file are designed to provide a more Pythonic, Object-Oriented view of GSSAPI. The exceptions from the low-level API, plus several additional exceptions, live in gssapi.exceptions. The rest of the classes may be imported directly from gssapi. Only classes are exported by gssapi - all functions are methods of classes in the high-level API.
66 lines
2.5 KiB
Text
66 lines
2.5 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2016/07/24 18:49:35 agc Exp $
|
|
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
|
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_FILE}/requires.txt
|
|
${PYSITELIB}/${EGG_FILE}/top_level.txt
|
|
${PYSITELIB}/gssapi/__init__.py
|
|
${PYSITELIB}/gssapi/__init__.pyc
|
|
${PYSITELIB}/gssapi/__init__.pyo
|
|
${PYSITELIB}/gssapi/_utils.py
|
|
${PYSITELIB}/gssapi/_utils.pyc
|
|
${PYSITELIB}/gssapi/_utils.pyo
|
|
${PYSITELIB}/gssapi/creds.py
|
|
${PYSITELIB}/gssapi/creds.pyc
|
|
${PYSITELIB}/gssapi/creds.pyo
|
|
${PYSITELIB}/gssapi/exceptions.py
|
|
${PYSITELIB}/gssapi/exceptions.pyc
|
|
${PYSITELIB}/gssapi/exceptions.pyo
|
|
${PYSITELIB}/gssapi/names.py
|
|
${PYSITELIB}/gssapi/names.pyc
|
|
${PYSITELIB}/gssapi/names.pyo
|
|
${PYSITELIB}/gssapi/raw/__init__.py
|
|
${PYSITELIB}/gssapi/raw/__init__.pyc
|
|
${PYSITELIB}/gssapi/raw/__init__.pyo
|
|
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.py
|
|
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyc
|
|
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyo
|
|
${PYSITELIB}/gssapi/raw/_enum_extensions/ext_dce.so
|
|
${PYSITELIB}/gssapi/raw/chan_bindings.so
|
|
${PYSITELIB}/gssapi/raw/creds.so
|
|
${PYSITELIB}/gssapi/raw/cython_converters.so
|
|
${PYSITELIB}/gssapi/raw/exceptions.so
|
|
${PYSITELIB}/gssapi/raw/ext_cred_imp_exp.so
|
|
${PYSITELIB}/gssapi/raw/ext_dce.so
|
|
${PYSITELIB}/gssapi/raw/ext_password.so
|
|
${PYSITELIB}/gssapi/raw/ext_password_add.so
|
|
${PYSITELIB}/gssapi/raw/ext_rfc5588.so
|
|
${PYSITELIB}/gssapi/raw/ext_rfc6680.so
|
|
${PYSITELIB}/gssapi/raw/mech_krb5.so
|
|
${PYSITELIB}/gssapi/raw/message.so
|
|
${PYSITELIB}/gssapi/raw/misc.so
|
|
${PYSITELIB}/gssapi/raw/named_tuples.py
|
|
${PYSITELIB}/gssapi/raw/named_tuples.pyc
|
|
${PYSITELIB}/gssapi/raw/named_tuples.pyo
|
|
${PYSITELIB}/gssapi/raw/names.so
|
|
${PYSITELIB}/gssapi/raw/oids.so
|
|
${PYSITELIB}/gssapi/raw/sec_contexts.so
|
|
${PYSITELIB}/gssapi/raw/types.so
|
|
${PYSITELIB}/gssapi/sec_contexts.py
|
|
${PYSITELIB}/gssapi/sec_contexts.pyc
|
|
${PYSITELIB}/gssapi/sec_contexts.pyo
|
|
${PYSITELIB}/gssapi/tests/__init__.py
|
|
${PYSITELIB}/gssapi/tests/__init__.pyc
|
|
${PYSITELIB}/gssapi/tests/__init__.pyo
|
|
${PYSITELIB}/gssapi/tests/_utils.py
|
|
${PYSITELIB}/gssapi/tests/_utils.pyc
|
|
${PYSITELIB}/gssapi/tests/_utils.pyo
|
|
${PYSITELIB}/gssapi/tests/k5test.py
|
|
${PYSITELIB}/gssapi/tests/k5test.pyc
|
|
${PYSITELIB}/gssapi/tests/k5test.pyo
|
|
${PYSITELIB}/gssapi/tests/test_high_level.py
|
|
${PYSITELIB}/gssapi/tests/test_high_level.pyc
|
|
${PYSITELIB}/gssapi/tests/test_high_level.pyo
|
|
${PYSITELIB}/gssapi/tests/test_raw.py
|
|
${PYSITELIB}/gssapi/tests/test_raw.pyc
|
|
${PYSITELIB}/gssapi/tests/test_raw.pyo
|