mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
This commit is contained in:
parent
a14d72ca2f
commit
a9499ff136
14 changed files with 358 additions and 4 deletions
|
|
@ -97,6 +97,7 @@ struct OperationConfig {
|
|||
char *mail_from;
|
||||
struct curl_slist *mail_rcpt;
|
||||
char *mail_auth;
|
||||
char *sasl_authzid; /* Authorisation identity (identity to use) */
|
||||
bool sasl_ir; /* Enable/disable SASL initial response */
|
||||
bool proxytunnel;
|
||||
bool ftp_append; /* APPE on ftp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue