summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-4/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-6/+4
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-4/+6
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+1
* sasl: only enable if there's a protocol enabled using itDaniel Stenberg2019-05-131-0/+4
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-2/+2
* sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme2019-04-221-2/+2
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-111-5/+4
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-021-8/+6
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-4/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+1
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-6/+8
* sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat2018-02-211-10/+10
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-021-2/+4
* curl_sasl: fix unused-variable warningMarcel Raad2017-06-031-1/+4
* 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