summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* openldap: fix missing sasl symbols at build in specific configsFederico Pellegrin2023-02-091-1/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* vtls: localization of state data in filtersStefan Eissing2022-11-221-4/+7
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* English: use American spelling consistentlyDaniel Stenberg2022-04-051-1/+1
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-3/+3
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-7/+5
* sasl: binary messagesPatrick Monnerat2021-10-021-48/+69
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* auth: use sasl authzid option in kerberosPatrick Monnerat2021-08-161-2/+6
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-1/+1
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-121-3/+4
* vtls: deduplicate some DISABLE_PROXY ifdefsMichał Antoniak2021-04-221-14/+3
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-101/+140
* curl_sasl: fix compiler error with --disable-crypto-authDaniel Stenberg2021-03-281-2/+1
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-091-0/+52
* lib: remove conn->data usesPatrick Monnerat2021-01-241-14/+14
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-4/+14
* copyright: fix year rangesDaniel Stenberg2020-01-211-1/+1
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-211-6/+8
* 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