summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* random: use Curl_rand() for proper random dataDaniel Stenberg2014-06-031-6/+2
* curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4Steve Holme2014-06-021-1/+1
* curl_sasl: Fixed compilation warning under DEBUGBUILDSteve Holme2014-06-011-0/+2
* curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex stringSteve Holme2014-06-011-7/+17
* sasl: Fixed missing qop in the client's challenge-response messageSteve Holme2014-05-111-2/+4
* sas: Added DIGEST-MD5 qop-option validation in native challange handlingSteve Holme2014-04-081-4/+68
* sasl: Fixed compilation warning in SSPI buildsSteve Holme2014-04-061-1/+1
* sasl: Post DIGEST-MD5 SSPI code tidy upSteve Holme2014-04-061-0/+1