summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
Commit message (Expand)AuthorAgeFilesLines
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-3/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-2/+2
* sasl: binary messagesPatrick Monnerat2021-10-021-28/+39
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-121-6/+6
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-091-0/+5
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+4
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-3/+5
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-29/+0
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-251-28/+0
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-44/+0
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-11/+0
* digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme2016-03-121-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* oauth2: Support OAUTHBEARER failures sent as continuation responsesSteve Holme2015-11-151-0/+1
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMPSteve Holme2015-11-141-8/+10
* 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-1/+1
* sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabledSteve Holme2015-08-311-4/+3
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-311-1/+1
* sasl_sspi: Populate domain from the realm in the challengeGrant Pannell2015-04-261-0/+9
* sasl: remove XOAUTH2 from default enabled authentication mechanism.Patrick Monnerat2015-01-271-1/+2
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-4/+9
* curl_sasl: Minor code policing following recent commitsSteve Holme2015-01-221-1/+1
* SASL: make some procedures local-scopedPatrick Monnerat2015-01-201-29/+0
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-1/+53
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-0/+12
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-0/+8
* sasl_gssapi: Make Curl_sasl_build_gssapi_spn() publicSteve Holme2015-01-181-1/+5
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Moved Curl_sasl_gssapi_cleanup() definition into header fileSteve Holme2014-11-141-0/+3
* ntlm: Moved the native Target Info clean-up from HTTP specific functionSteve Holme2014-11-091-2/+0
* ntlm: Moved SSPI clean-up code into SASL moduleSteve Holme2014-11-091-0/+5
* sasl: Fixed compilation warning from commit 25264131e2Steve Holme2014-11-051-0/+7
* http_digest: Moved response generation into SASL moduleSteve Holme2014-11-051-0/+9
* http_digest: Moved challenge decoding into SASL moduleSteve Holme2014-11-051-0/+4
* http_digest: Moved clean-up function into SASL moduleSteve Holme2014-11-051-0/+3
* http_digest: Moved algorithm definitions to SASL moduleSteve Holme2014-11-051-0/+5
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* curl_sasl.h: Fixed compilation error from commit 4b491c675fSteve Holme2014-08-141-0/+4
* sasl_sspi: Added GSSAPI message functionsSteve Holme2014-08-141-0/+21
* sasl: Introduced Curl_sasl_build_spn() for building a SPNSteve Holme2014-08-091-0/+7
* sasl: Added forward declaration of structures following recent changesSteve Holme2014-04-061-1/+5
* sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092Steve Holme2014-04-061-6/+0
* sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 codeSteve Holme2014-04-061-2/+0
* sasl: Added initial stub functions for SSPI DIGEST-MD supportSteve Holme2014-04-051-0/+8