]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts: the auth types are not mutually exclusive
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2025 11:23:35 +0000 (13:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2025 12:17:40 +0000 (14:17 +0200)
They are booleans

URL: https://curl.se/mail/archive-2025-07/0019.html
Closes #18059

docs/cmdline-opts/anyauth.md
docs/cmdline-opts/basic.md
docs/cmdline-opts/digest.md
docs/cmdline-opts/negotiate.md
docs/cmdline-opts/ntlm.md
docs/cmdline-opts/proxy-anyauth.md
docs/cmdline-opts/proxy-basic.md
docs/cmdline-opts/proxy-digest.md
docs/cmdline-opts/proxy-ntlm.md

index 31b27c4adeaf2664235f6ab1f901dd2892c07654..2afde382242bf62a77d83ad971d6cf8e7057be5d 100644 (file)
@@ -6,7 +6,7 @@ Help: Pick any authentication method
 Protocols: HTTP
 Category: http proxy auth
 Added: 7.10.6
-Multi: mutex
+Multi: custom
 See-also:
   - proxy-anyauth
   - basic
index 16acd4cb6038516d765a33484a48df9123de0f1f..1c372fbc71386e3360cf4254fbfafdbcc673185f 100644 (file)
@@ -6,7 +6,7 @@ Help: HTTP Basic Authentication
 Protocols: HTTP
 Category: auth
 Added: 7.10.6
-Multi: mutex
+Multi: boolean
 See-also:
   - proxy-basic
 Example:
index 7a8b49cdf561ac4615e24a19240eca7ff88c347f..c67d7894c8836caf6ba43701c17550ad0ef18b9a 100644 (file)
@@ -4,7 +4,6 @@ SPDX-License-Identifier: curl
 Long: digest
 Help: HTTP Digest Authentication
 Protocols: HTTP
-Mutexed: basic ntlm negotiate
 Category: proxy auth http
 Added: 7.10.6
 Multi: boolean
index bba3f6a08cbe024a4b7aec27513ad3920a714886..b7982d7c484a7acafa24f05c94937957c271e1fa 100644 (file)
@@ -6,7 +6,7 @@ Help: Use HTTP Negotiate (SPNEGO) authentication
 Protocols: HTTP
 Category: auth http
 Added: 7.10.6
-Multi: mutex
+Multi: boolean
 See-also:
   - basic
   - ntlm
index b37716bcaa78ae5124049dffe5a94e27e1805bc9..6850e115ae2ffabbd1e472f97a37345c0745f926 100644 (file)
@@ -3,12 +3,11 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl
 Long: ntlm
 Help: HTTP NTLM authentication
-Mutexed: basic negotiate digest anyauth
 Protocols: HTTP
 Requires: TLS
 Category: auth http
 Added: 7.10.6
-Multi: mutex
+Multi: boolean
 See-also:
   - proxy-ntlm
 Example:
index 78e67ee7ce7563ec0b74dee6736aa3e1be48e429..bb59b21e8fd413dbaeca44a385f9c2e025a544f9 100644 (file)
@@ -5,7 +5,7 @@ Long: proxy-anyauth
 Help: Pick any proxy authentication method
 Added: 7.13.2
 Category: proxy auth
-Multi: mutex
+Multi: custom
 See-also:
   - proxy
   - proxy-basic
index 2fae3d5b957df6a2d52b51bfaac6c52379f500d6..732ea1f45c403d2bfb56ea1c7760778a92a56c5f 100644 (file)
@@ -5,7 +5,7 @@ Long: proxy-basic
 Help: Use Basic authentication on the proxy
 Category: proxy auth
 Added: 7.12.0
-Multi: mutex
+Multi: boolean
 See-also:
   - proxy
   - proxy-anyauth
index 77b88d7e4bdace6f2fa54f200bcfbb5709743b83..08984dcb5f6cc8ce5e46f071000ca3b6376d62c2 100644 (file)
@@ -5,7 +5,7 @@ Long: proxy-digest
 Help: Digest auth with the proxy
 Category: proxy tls
 Added: 7.12.0
-Multi: mutex
+Multi: boolean
 See-also:
   - proxy
   - proxy-anyauth
index e403f98ec33c6025ab015a20685367409aaf6cfe..a0b6a252d491799c6caacc4684e6f01d0581e0e8 100644 (file)
@@ -5,7 +5,7 @@ Long: proxy-ntlm
 Help: NTLM authentication with the proxy
 Category: proxy auth
 Added: 7.10.7
-Multi: mutex
+Multi: boolean
 See-also:
   - proxy-negotiate
   - proxy-anyauth