14
0
Files
python-pyspnego/python-pyspnego.changes

46 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu May 13 16:27:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.6
* Change enum type of iov.BufferType to IntEnum to fix load on
Python 3.10 - #10
* Make pyspnego-parse and entry point which uses __main__.py in
the spnego package. This allows users to use the parser script
by running python -m spnego --token ...
-------------------------------------------------------------------
Tue Jan 12 09:47:29 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.5
* Respect NETBIOS_COMPUTER_NAME when getting the workstation
name for NTLM tokens. This matches the behaviour of gss-ntlmssp
to ensure a consistent approach.
-------------------------------------------------------------------
Fri Dec 4 08:13:16 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.4
* Only send negState: request-mic for the first reply from an
acceptor for Negotiate auth.
* Strict interpretations of SPNEGO will fail if the initiator
sends this state as it is against the RFC.
-------------------------------------------------------------------
Thu Oct 29 16:47:02 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.3
* Added Python 3.9 to CI
-------------------------------------------------------------------
Sun Oct 25 15:53:36 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.2
* Fix up WinRM wrapping on SSPI
- Update to version 0.1.1
* Include the cython files in the built sdist
-------------------------------------------------------------------
Sat Aug 22 14:27:14 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.1.0