Change #261897
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 21 Mar 2026 15:30:03 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | cc0c83c5f853c41fca6880c5dcd6745da9353434 |
Comments
build: make NTLM disabled by default NTLM has weak security and does not work over HTTP/2 or HTTP/3. Enable in cmake or configure to get support for it. Closes #20698
Changed files
- .github/workflows/macos.yml
- CMakeLists.txt
- configure.ac
- docs/CURL-DISABLE.md
- docs/INSTALL-CMAKE.md
- lib/curl_config-cmake.h.in
- lib/curl_setup.h
- projects/vms/generate_config_vms_h_curl.com