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

@ -189,6 +189,7 @@ struct OperationConfig {
char *preproxy;
int socks5_gssapi_nec; /* The NEC reference server does not protect the
encryption type exchange */
unsigned long socks5_auth;/* auth bitmask for socks5 proxies */
char *proxy_service_name; /* set authentication service name for HTTP and
SOCKS5 proxies */
char *service_name; /* set authentication service name for DIGEST-MD5,