summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oauth2: Don't use XAUTH2 in OAuth 2.0 function nameSteve Holme2015-11-091-10/+10
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-3/+4
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-311-4/+4
* sasl_sspi: Populate domain from the realm in the challengeGrant Pannell2015-04-261-6/+8
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-22/+22
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* curl_sasl.c: More code policingSteve Holme2015-02-021-9/+10
* curl_sasl.c: Fixed compilation warning when cryptography is disabledSteve Holme2015-01-291-1/+1
* curl_sasl.c: Fixed compilation warning when verbose debug output disabledSteve Holme2015-01-281-0/+2
* sasl: Minor code policing and grammar correctionsSteve Holme2015-01-281-8/+8
* sasl: remove XOAUTH2 from default enabled authentication mechanism.Patrick Monnerat2015-01-271-2/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-67/+121
* curl_sasl: Reinstate the sasl_ prefix for locally scoped functionsSteve Holme2015-01-221-34/+37
* curl_sasl: Minor code policing following recent commitsSteve Holme2015-01-221-8/+11
* curl_sasl.c: chlglen is not used when cryptography is disabledSteve Holme2015-01-201-1/+1
* curl_sasl.c: Fixed compilation warning when cyptography is disabledSteve Holme2015-01-201-0/+2
* curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI definedSteve Holme2015-01-201-17/+17
* SASL: make some procedures local-scopedPatrick Monnerat2015-01-201-39/+34
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-1/+330
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-2/+101
* sasl: Tidied up some parameter commentsSteve Holme2014-11-231-5/+5
* sasl: Reduced the need for two sets of NTLM functionsSteve Holme2014-11-231-77/+0
* ntlm: Moved NSS initialisation to base decode functionSteve Holme2014-11-231-13/+0
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-2/+2
* sasl: Corrected Curl_sasl_build_spn() function descriptionSteve Holme2014-11-151-1/+1
* sasl: Moved Curl_sasl_gssapi_cleanup() definition into header fileSteve Holme2014-11-141-4/+0
* ntlm: Added separate SSPI based functionsSteve Holme2014-11-091-5/+2
* ntlm: Moved the native Target Info clean-up from HTTP specific functionSteve Holme2014-11-091-3/+28
* ntlm: Moved SSPI clean-up code into SASL moduleSteve Holme2014-11-091-1/+1
* http_digest: Fixed some memory leaks introduced in commit 6f8d8131b1Steve Holme2014-11-071-2/+2
* http_digest: Post SSPI support tidy upSteve Holme2014-11-061-6/+6
* sasl: Removed non-SSPI Digest functions and defines from SSPI based buildsSteve Holme2014-11-061-8/+2
* http_digest: Added SSPI based authentication functionsSteve Holme2014-11-061-1/+2
* sasl: Fixed HTTP digest challenges with spaces between auth parametersSteve Holme2014-11-051-0/+4
* http_digest: Moved response generation into SASL moduleSteve Holme2014-11-051-0/+283
* http_digest: Moved challenge decoding into SASL moduleSteve Holme2014-11-051-2/+210
* http_digest: Moved clean-up function into SASL moduleSteve Holme2014-11-051-0/+23
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-2/+2
* sasl: Fixed a memory leak on OOMDan Fandrich2014-08-221-1/+1
* sasl_sspi: Added GSSAPI message functionsSteve Holme2014-08-141-2/+11
* sasl: Tidy up to rename SPN variable from URISteve Holme2014-08-091-11/+11
* sasl: Use a dynamic buffer for SPN generationSteve Holme2014-08-091-5/+15
* sasl: Introduced Curl_sasl_build_spn() for building a SPNSteve Holme2014-08-091-0/+20
* sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich2014-06-151-1/+1
* curl_sasl: revert the goto for error bailoutDaniel Stenberg2014-06-111-22/+10
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-27/+29