mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
docs/cmdline-opts: the auth types are not mutually exclusive
They are booleans URL: https://curl.se/mail/archive-2025-07/0019.html Closes #18059
This commit is contained in:
parent
21e885eb39
commit
e82c172e9f
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user