From 04540f69cfd4bf16e80e7c190b645f1baf505a84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Dec 2023 08:02:57 +0100 Subject: [PATCH] DEPRECATE: remove NTLM_WB in June 2024 Ref: https://curl.se/mail/lib-2023-12/0010.html Closes #12451 --- docs/DEPRECATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md index c932fadbcd..4cd5a22ce2 100644 --- a/docs/DEPRECATE.md +++ b/docs/DEPRECATE.md @@ -6,6 +6,17 @@ email the as soon as possible and explain to us why this is a problem for you and how your use case cannot be satisfied properly using a workaround. +## NTLM_WB auth + +This NTLM authentication method is powered by a separate tool, +`ntlm_auth`. Barely anyone uses this method. It was always a quirky +implementation (including fork + exec), it has limited portability and we +don't test it in the test suite and CI. + +We keep the native NTLM implementation. + +curl will remove the support for NTLM_WB auth in June 2024. + ## space-separated `NOPROXY` patterns When specifying patterns/domain names for curl that should *not* go through a -- 2.47.3