Change #261930
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 21 Mar 2026 23:01:15 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/smb-opt-in |
| Revision | a3288d713c793df1b95406fb1cb855fb740ce84f |
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