Winkerberos

Latest version: v0.12.2

Safety actively analyzes 723976 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.8.0

------------------------

- WinKerberos now builds under MSYS2 using mingw-w64. Note
that you can't use this support to build with python.org
provided Pythons and mingw-w64. See `<https://bugs.python.org/issue25251>`_
for a related discussion. Thanks go to Antoine Martin for the patch.
- Experimental server side API. Thanks go to Kacper Bostrom for the patch.

*Backward Breaking Changes*

- ``authGSSClientUsername`` has been renamed
:func:`winkerberos.authGSSClientUserName` to match ccs-pykerberos.
- WinKerberos no longer supports Python 2.6 or Python 3.3.

0.7.0

------------------------

- Added optional support for passing in Channel Binding Tokens (RFC 5929) into
:func:`winkerberos.authGSSClientStep`. The binding token structure can be
built using :func:`winkerberos.channelBindings` (see the example
for more details). Thanks go to Jordan Borean for the patch.

0.6.0

------------------------

- Added the ``mech_oid`` parameter to :func:`~winkerberos.authGSSClientInit`.
Thanks go to Alexey Veklov for the patch.

0.5.0

------------------------

- Added :func:`~winkerberos.authGSSClientResponseConf` and the ``protect``
parameter to :func:`~winkerberos.authGSSClientWrap`.
- Fixed support for the ``principal`` parameter of
:func:`~winkerberos.authGSSClientInit`, which had no effect in previous
versions.
- Deprecated the :func:`~winkerberos.authGSSClientInit` parameters ``user``,
``domain``, and ``password``.
- Various improvements to Sphinx documentation builds.

0.4.0

------------------------

- Added :exc:`~winkerberos.GSSError`, inheriting from
:exc:`~winkerberos.KrbError`, for compatibility with pykerberos. WinKerberos
now raises GSSError instead of KrbError. This change is backward compatible
for all existing applications.

0.3.0

------------------------

- Switched to InitializeSecurityContextW to better support unicode
service principal names.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.