mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:03:33 +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
|
|
@ -72,6 +72,7 @@ extern const NameValueUnsigned setopt_nv_CURLAUTH[];
|
|||
#define setopt_nv_CURLOPT_REDIR_PROTOCOLS setopt_nv_CURLPROTO
|
||||
#define setopt_nv_CURLOPT_PROXYTYPE setopt_nv_CURLPROXY
|
||||
#define setopt_nv_CURLOPT_PROXYAUTH setopt_nv_CURLAUTH
|
||||
#define setopt_nv_CURLOPT_SOCKS5_AUTH setopt_nv_CURLAUTH
|
||||
|
||||
/* Intercept setopt calls for --libcurl */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue