2021-05-14 06:52:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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 ...
|
|
|
|
|
2021-01-12 14:25:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-12-04 09:52:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-10-30 12:31:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-10-25 17:24:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-08-25 11:32:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 22 14:27:14 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Initial package, version 0.1.0
|