From: Daniel Stenberg Date: Sun, 22 Jun 2025 22:25:00 +0000 (+0200) Subject: libcurl-env.md: drop LOGNAME, USER and NTLMUSER X-Git-Tag: curl-8_15_0~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cdc02f49f57faf0a12144b37b10ec7737d715f5;p=thirdparty%2Fcurl.git libcurl-env.md: drop LOGNAME, USER and NTLMUSER They were used for NTLM-WB, which support was removed for back in 8.8.0 Closes #17713 --- diff --git a/docs/libcurl/libcurl-env.md b/docs/libcurl/libcurl-env.md index 03a6628b6b..3b9a83861f 100644 --- a/docs/libcurl/libcurl-env.md +++ b/docs/libcurl/libcurl-env.md @@ -66,21 +66,12 @@ When the netrc feature is used (CURLOPT_NETRC(3)), this variable is checked as the secondary way to find the "current" home directory (on Windows only) in which the .netrc file is likely to exist. -## `LOGNAME` - -Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* was -not set. - ## `NO_PROXY` This has the same functionality as the CURLOPT_NOPROXY(3) option: it gives libcurl a comma-separated list of hostname patterns for which libcurl should not use a proxy. -## `NTLMUSER` - -Username to use when invoking the *ntlm-wb* tool. - ## `SSLKEYLOGFILE` When set and libcurl runs with an SSL backend that supports this feature, @@ -91,11 +82,6 @@ analyze/view the traffic. These secrets and this file might be sensitive. Users are advised to take precautions so that they are not stolen or otherwise inadvertently revealed. -## `USER` - -Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* and *LOGNAME* -were not set. - # Debug Variables Debug variables are intended for internal use and are documented in