summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
AgeCommit message (Expand)Author
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-13sasl: only enable if there's a protocol enabled using itDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-04-22sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme
2019-04-11vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme
2019-04-02vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-21sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-02Curl_base64_encode: always call with a real data handle.Patrick Monnerat
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22curl_sasl: fix unused-variable warningMarcel Raad
2017-08-22curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg
2017-08-22curl_sasl: declare mechtable staticMartin Kepplinger
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-08-22HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-06-03curl_sasl: fix unused-variable warningMarcel Raad
2017-05-16curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg
2017-04-04curl_sasl: declare mechtable staticMartin Kepplinger
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-08-21sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme
2016-08-20sasl: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-09sasl: Fixed compilation errors from commit 9d89a0387Steve Holme
2016-04-08ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme
2016-04-03curl_sasl: Fixed potential null pointer utilisationSteve Holme
2016-04-02krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme
2016-03-19ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme
2016-03-14curl_sasl.c: minor code indent fixesDaniel Stenberg
2016-03-12digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme