Path to this page:
./
security/py-pyspnego,
Windows Negotiate Authentication Client and Server
Branch: CURRENT,
Version: 0.11.1,
Package name: py311-pyspnego-0.11.1,
Maintainer: pkgsrc-usersLibrary to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP
authentication. Also includes a packet parser that can be used to decode raw
NTLM/SPNEGO/Kerberos tokens into a human readable format.
Master sites:
Filesize: 220.407 KB
Version history: (Expand)
- (2024-07-24) Updated to version: py311-pyspnego-0.11.1
- (2024-06-12) Updated to version: py311-pyspnego-0.11.0
- (2024-01-16) Updated to version: py311-pyspnego-0.10.2
- (2023-08-29) Updated to version: py311-pyspnego-0.9.2
- (2023-08-03) Package added to pkgsrc.se, version py310-pyspnego-0.9.1 (created)
CVS history: (Expand)
2024-01-16 11:09:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyspnego: updated to 0.10.2
0.10.2 - 2023-10-04
* Another rename of the `sspi` package dependency to `sspilib`
0.10.1 - 2023-09-29 - Has been yanked
* Rename `sspi` package dependency to `sspic` to avoid conflicts with pywin32
0.10.0 - 2023-09-27 - Has been yanked
* Drop support for Python 3.7 - new minimum is 3.8+
* Moved SSPI bindings out into a separate package called `sspi`
* This simplifies this project as it doesn't have to worry about SSPI correctness
* The `sspi` package improves performance and memory allocation with a more \
robust API
* Fixes an issue with Cython 3 allowing it to align with more modern versions \
going forward
|
2023-08-29 08:18:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyspnego: updated to 0.9.2
0.9.2 - 2023-08-29
* Added Python 3.12 wheel for Windows
|
2023-08-03 10:15:16 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
pyspnego: added version 0.9.1
Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP
authentication. Also includes a packet parser that can be used to decode raw
NTLM/SPNEGO/Kerberos tokens into a human readable format.
|