Change #261899
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 21 Mar 2026 15:38:51 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/smb-opt-in |
| Revision | 35088f8373cc4d00854ba98b959f5440f9b9a943 |
Comments
lib: make SMB support opt-in The SMB protocol has weak security and is rarely used these days. Note that SMB also requires NTLM enabled. Closes #20846
Changed files
- .github/workflows/windows.yml
- CMakeLists.txt
- configure.ac
- docs/CURL-DISABLE.md
- docs/DEPRECATE.md
- docs/INSTALL-CMAKE.md
- lib/curl_setup.h
- lib/protocol.c
- lib/smb.c
- lib/version.c