]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: move NTLM status from defines to enum (#676)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 30 Dec 2023 16:34:18 +0000 (16:34 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 6 Jan 2024 16:34:29 +0000 (16:34 +0000)
commit1e37143c7d03a27141a7de68091237ee9f163833
tree2e4e435bd8b00a61f5e401260c6ec14c152a6d77
parentee7240ff8b1548eb76853711ea64ea7343cba13e
Cleanup: move NTLM status from defines to enum (#676)

NTLM status codes are defines and overlap somewhat.
Turn them into a C++ enum class.
lib/ntlmauth/ntlmauth.cc
lib/ntlmauth/ntlmauth.h
src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc
src/auth/ntlm/SSPI/ntlm_sspi_auth.cc
src/auth/ntlm/fake/ntlm_fake_auth.cc