summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg2017-05-161-2/+2
* curl_sasl: declare mechtable staticMartin Kepplinger2017-04-041-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-4/+10
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-2/+1
* sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme2016-08-211-1/+2
* sasl: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme2016-08-201-3/+4
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* sasl: Fixed compilation errors from commit 9d89a0387Steve Holme2016-04-091-1/+5
* ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme2016-04-081-3/+9
* curl_sasl: Fixed potential null pointer utilisationSteve Holme2016-04-031-7/+5
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-021-1/+5
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-42/+44
* vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme2016-03-251-49/+0
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-21/+0
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-837/+0
* vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme2016-03-251-100/+1
* vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme2016-03-251-113/+0
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-20/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-6/+9
* curl_sasl.c: minor code indent fixesDaniel Stenberg2016-03-141-29/+29
* digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme2016-03-121-11/+10
* digest: Corrected some typos in commentsSteve Holme2016-03-121-9/+9
* ntlm: Corrected some typos in function descriptionsSteve Holme2016-03-121-4/+4
* curl_sasl: Fix memory leak in digest parserEmil Lerner2016-02-191-0/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sasl; fix checksrc warningsDaniel Stenberg2015-11-151-4/+6
* oauth2: Support OAUTHBEARER failures sent as continuation responsesSteve Holme2015-11-151-2/+30
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMPSteve Holme2015-11-141-13/+34
* sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanismSteve Holme2015-11-121-2/+1
* oauth2: Re-factored OAuth 2.0 state variableSteve Holme2015-11-121-3/+3
* sasl: Don't choose OAuth 2.0 if mechanism not advertisedSteve Holme2015-11-121-1/+2
* oauth2: Introduced support for host and port detailsSteve Holme2015-11-111-5/+18
* oauth2: Don't use XAUTH2 in OAuth 2.0 function nameSteve Holme2015-11-091-10/+10
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-3/+4
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-311-4/+4
* sasl_sspi: Populate domain from the realm in the challengeGrant Pannell2015-04-261-6/+8
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-22/+22
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* curl_sasl.c: More code policingSteve Holme2015-02-021-9/+10
* curl_sasl.c: Fixed compilation warning when cryptography is disabledSteve Holme2015-01-291-1/+1
* curl_sasl.c: Fixed compilation warning when verbose debug output disabledSteve Holme2015-01-281-0/+2
* sasl: Minor code policing and grammar correctionsSteve Holme2015-01-281-8/+8
* sasl: remove XOAUTH2 from default enabled authentication mechanism.Patrick Monnerat2015-01-271-2/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-67/+121
* curl_sasl: Reinstate the sasl_ prefix for locally scoped functionsSteve Holme2015-01-221-34/+37
* curl_sasl: Minor code policing following recent commitsSteve Holme2015-01-221-8/+11