Skip to content

curl: re-enable NTLM#208

Merged
dscho merged 1 commit into
git-for-windows:mainfrom
rimrul:reenable-ntlm
Jul 1, 2026
Merged

curl: re-enable NTLM#208
dscho merged 1 commit into
git-for-windows:mainfrom
rimrul:reenable-ntlm

Conversation

@rimrul

@rimrul rimrul commented Jul 1, 2026

Copy link
Copy Markdown
Member

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

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>
@dscho

dscho commented Jul 1, 2026

Copy link
Copy Markdown
Member

Thank you @rimrul! I'll deploy this optimistically, seeing as the first leg (static library) already succeeded.

@dscho

dscho commented Jul 1, 2026

Copy link
Copy Markdown
Member

/deploy mingw-w64-curl

The i686, the x86_64, the ucrt64 and the arm64 workflow runs were started.

@dscho

dscho commented Jul 1, 2026

Copy link
Copy Markdown
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.

@dscho

dscho commented Jul 1, 2026

Copy link
Copy Markdown
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>
@dscho dscho merged commit 068d1f6 into git-for-windows:main Jul 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After installing Git version 2.55.0.windows.1 on Windows, it is impossible to pull or push code using the domain account password

2 participants