Commit graph

13 commits

Author SHA1 Message Date
adam
aa39a16985 py-gssapi: updated to 1.6.9
v1.6.9: Meyer (Patch 9)

There were no releases between 1.6.5 and 1.6.9 due to release pipeline issues with Github Actions; please use this release instead.

Raise exception on unknown usage
Update tutorial to make server_name equal FQDN
Handle missing locale.LC_MESSAGES on Windows
2020-07-09 13:22:39 +00:00
adam
d2db98cbe9 py-gssapi: updated to 1.6.7
v1.6.7:
Update version in setup.py and docs/conf.py.
2020-07-07 05:16:30 +00:00
adam
8f3c84f06c py-gssapi: updated to 1.6.5
v1.6.5: Meyer (patch 5)
Fix python_requires so that python-3.5 users hopefully don't get a version they can't use

v1.6.4: Meyer (patch 4)
Fix missing substitution in inquire_property
Fix DLL handling on Windows with workarounds
2020-04-09 08:28:39 +00:00
adam
83e4bd8e52 py-gssapi: updated to 1.6.2
v1.6.2: Meyer (patch 2)

Changelog

Features
Provide wheels for python-3.8 on Windows

Documentation
Expand on documentation of cred stores
2020-03-07 12:13:41 +00:00
adam
a93921e649 py-gssapi: updated to 1.6.1
v1.6.1:
Features
* Windows support, with wheels!
* GSSAPI extension rfc4178 (set_neg_mechs) support
* Expose mechanisms in the high-level API
* Test suite improvements

Documentation
* Add documentation for common cred store values
* Documentation typo fixes
2019-08-11 12:06:15 +00:00
adam
cb58a0ab96 py-gssapi: updated to 1.6.0
1.6.0:
Unknown changes
2019-08-03 11:42:38 +00:00
adam
e4c7652bec py-gssapi: updated to 1.5.1
1.5.1:
Remove warning about collections.abc usage for Python 3.7+
2018-08-07 08:23:09 +00:00
adam
91d415325b py-gssapi: updated to 1.5.0
v1.5.0: Jordan
Features
Added build support for mingw32
Implement gss_set_cred_option() and gss_set_sec_context_option()

Bugfixes
Handle GSS_NO_OID_SET when creating sets
2018-04-13 09:27:30 +00:00
adam
a72bf303d7 py-gssapi: updated to 1.4.1
1.4.1:
Features
Support most of the GGF Extensions

Tooling
Exit successfully when no docs change

Documentation
Fix typo in Name documentation
2018-02-22 09:11:18 +00:00
adam
f5ce11ceda py-gssapi: updated to 1.3.0
1.3.0:

Features
* Support RFC 5587: Extended GSS Mechanism Inquiry APIs
* Support RFC 5801: Using GSSAPI Mechanisms in SASL

Bugfixes
* Fix potential infinite recursion in GSSError#display_status when there is an error displaying the error
* Read the linker path during setup to support properly building with Heimdal on Debian
* Fix OID inequality comparison

Tooling
* k5test and gssapi-console now live in their own projects. They can be found at pythongssapi/k5test and pythongssapi/gssapi-console, respectively, and are available on PyPI as k5test and gssapi_console
2017-12-06 12:19:43 +00:00
adam
389d9c3efd py-gssapi: updated to 1.2.3
1.2.3:
Bug fixes.
2017-11-30 08:07:33 +00:00
wiz
ce6961668a Use pypi distfile.
Make more ready for python-3.x, but mark it as not-ready-yet.
2016-07-24 19:08:23 +00:00
agc
c94285e671 Add py-gssapi-1.2.0 to the Packages Collection.
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.
2016-07-24 18:49:35 +00:00