mirror of
https://github.com/curl/curl.git
synced 2026-06-07 21:34:15 +03:00
sasl: Added predefined preferred mechanism values
In preparation for the upcoming changes to IMAP, POP3 and SMTP added preferred mechanism values.
This commit is contained in:
parent
73aa95592f
commit
720218fea1
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@
|
|||
#define SASL_MECH_EXTERNAL 0x0020
|
||||
#define SASL_MECH_NTLM 0x0040
|
||||
|
||||
/* Authentication mechanism values */
|
||||
#define SASL_AUTH_NONE 0
|
||||
#define SASL_AUTH_ANY ~0
|
||||
|
||||
/* This is used to generate a base64 encoded PLAIN authentication message */
|
||||
CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
|
||||
const char *userp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue