mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:43:32 +03:00
tool: always provide negotiate/kerberos options
libcurl can still be built with it, even if the tool is not. Maintain independence!
This commit is contained in:
parent
2546134b97
commit
afbee791d5
3 changed files with 16 additions and 30 deletions
|
|
@ -174,10 +174,8 @@ static const char *const helptext[] = {
|
|||
" --proxy-negotiate "
|
||||
"Use HTTP Negotiate (SPNEGO) authentication on the proxy (H)",
|
||||
" --proxy-ntlm Use NTLM authentication on the proxy (H)",
|
||||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
" --proxy-service-name NAME SPNEGO proxy service name",
|
||||
" --service-name NAME SPNEGO service name",
|
||||
#endif
|
||||
" -U, --proxy-user USER[:PASSWORD] Proxy user and password",
|
||||
" --proxy1.0 HOST[:PORT] Use HTTP/1.0 proxy on given port",
|
||||
" -p, --proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)",
|
||||
|
|
@ -206,10 +204,8 @@ static const char *const helptext[] = {
|
|||
" --socks5 HOST[:PORT] SOCKS5 proxy on given host + port",
|
||||
" --socks5-hostname HOST[:PORT] "
|
||||
"SOCKS5 proxy, pass host name to proxy",
|
||||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
" --socks5-gssapi-service NAME SOCKS5 proxy service name for GSS-API",
|
||||
" --socks5-gssapi-nec Compatibility with NEC SOCKS5 server",
|
||||
#endif
|
||||
" -Y, --speed-limit RATE "
|
||||
"Stop transfers below RATE for 'speed-time' secs",
|
||||
" -y, --speed-time SECONDS "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue