curl --socks5-{basic,gssapi}: control socks5 auth

Closes https://github.com/curl/curl/pull/1454
This commit is contained in:
Kamil Dudka 2017-05-19 18:11:47 +02:00
parent 8924f58c37
commit ce2c3ebda2
9 changed files with 46 additions and 0 deletions

View file

@ -378,6 +378,10 @@ static const struct helptxt helptext[] = {
"SOCKS4a proxy on given host + port"},
{" --socks5 <host[:port]>",
"SOCKS5 proxy on given host + port"},
{" --socks5-basic",
"Enable username/password auth for SOCKS5 proxies"},
{" --socks5-gssapi",
"Enable GSS-API auth for SOCKS5 proxies"},
{" --socks5-gssapi-nec",
"Compatibility with NEC SOCKS5 server"},
{" --socks5-gssapi-service <name>",