summaryrefslogtreecommitdiff
path: root/lib/vauth/vauth.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update copyright year ranges to 2021bagder/copyright-rangesDaniel Stenberg2021-03-271-1/+1
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-091-0/+25
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-3/+3
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-111-3/+4
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-021-0/+7
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-0/+2
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-021-2/+3
* sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme2016-08-211-0/+3
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+12
* vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGOSteve Holme2016-07-231-2/+2
* spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme2016-07-231-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-14/+14
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-6/+4
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-021-0/+1
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-3/+3
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-0/+30
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-37/+37
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme2016-03-251-0/+7
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-251-0/+28
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-251-0/+28
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-0/+28
* vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme2016-03-251-0/+13
* vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme2016-03-251-0/+18
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-0/+38