curl: re-enable NTLM#208
Merged
Merged
Conversation
Curl requires a compile-time opt-in for NTLM support since 8.20 [1]. To be able to allow Git for Windows users to opt-in to NTLM use at run time we need to build libcurl with NTLM support. This fixes git-for-windows/git#6308 [1] https://daniel.haxx.se/blog/2026/03/22/ntlm-and-smb-go-opt-in/ Signed-off-by: Matthias Aßhauer<mha1993@live.de>
Member
|
Thank you @rimrul! I'll deploy this optimistically, seeing as the first leg (static library) already succeeded. |
Member
|
Based on https://github.com/git-for-windows/git-for-windows-automation/actions/runs/28101862748, we should expect the deployments to be done in around 45 minutes. |
Member
|
/add relnote bug NTLM opt-in support, which had been prematurely disabled altogether (a glimpse into this fall when NTLM will be disabled, no opt-in possible) was fixed by temporarily enabling optional NTLM support again. The workflow run was started |
github-actions Bot
pushed a commit
to git-for-windows/build-extra
that referenced
this pull request
Jul 1, 2026
NTLM opt-in support, which had been [prematurely disabled](git-for-windows/git#6308) altogether (a glimpse into this fall when [NTLM _will be_ disabled, no opt-in possible](https://curl.se/dev/deprecate.html#:~:text=in%20September%202026.-,drop%20NTLM%20support,-The%20NTLM%20authentication)) was fixed by [temporarily enabling optional NTLM support again](git-for-windows/MINGW-packages#208). Signed-off-by: gitforwindowshelper[bot] <gitforwindowshelper-bot@users.noreply.github.com>
This was referenced Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Curl requires a compile-time opt-in for NTLM support since 8.20. To be able to allow Git for Windows users to opt-in to NTLM use at run time we need to build libcurl with NTLM support.
This fixes git-for-windows/git#6308