mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
curl --socks5-{basic,gssapi}: control socks5 auth
Closes https://github.com/curl/curl/pull/1454
This commit is contained in:
parent
8924f58c37
commit
ce2c3ebda2
9 changed files with 46 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue