]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove ntlm_sspi_auth helper (#2223)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 10 Sep 2025 02:26:32 +0000 (02:26 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 10 Sep 2025 02:26:42 +0000 (02:26 +0000)
commitf5accfb389d8ba2a4fc4b87f14d0499030953bce
tree537ea5cffae7a5861d6edb98dd70f02b97dab400
parentb551ac4f3ab7d7bb86e8856688bd78c9f5415592
Remove ntlm_sspi_auth helper (#2223)

As of 2025 Microsoft has officially removed NTLM support from
Windows machines entirely. The SSPI mechanisms will no
longer provide NTLM authentication for this helper to use.
CREDITS
configure.ac
po4a.conf
src/auth/ntlm/Makefile.am
src/auth/ntlm/SSPI/Makefile.am [deleted file]
src/auth/ntlm/SSPI/ntlm_sspi_auth.8 [deleted file]
src/auth/ntlm/SSPI/ntlm_sspi_auth.cc [deleted file]
src/auth/ntlm/SSPI/required.m4 [deleted file]
src/auth/ntlm/helpers.m4