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