Path to this page:
Subject: CVS commit: pkgsrc/security/py-pyspnego
From: Adam Ciarcinski
Date: 2024-06-12 07:59:00
Message id: 20240612055900.3EA31FC74@cvs.NetBSD.org
Log Message:
py-pyspnego: updated to 0.11.0
0.11.0 - 2024-06-12
* Support input password string encoded with the `surrogatepass` error option
* This allows the caller to provide a password for a gMSA or machine account \
that could contain invalid surrogate pairs for both NTLM and Kerberos auth.
* Stop using deprecated `datetime.dateime.utcnow()` for CredSSP acceptor context
* Treat an empty string as a valid password, `None` is kept as use the cached \
credential
* Improve the exception shown when no password was provided and no cached \
credential was available
Files: