summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sasl: Added initial stub functions for SSPI DIGEST-MD supportSteve Holme2014-04-051-1/+4
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-10/+23
* Updated copyright year for recent changesSteve Holme2014-01-021-1/+1
* vtls/nssg.h: fixed include references to moved fileMarc Hoersken2014-01-031-1/+1
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-5/+5
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-301-7/+6
* sasl: Updated create_digest_md5_message() to use a dynamic bufferSteve Holme2013-10-281-10/+17
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-271-19/+33
* sasl: Removed unused variables from commit b87ba2c94217c0Steve Holme2013-10-271-3/+0
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-271-42/+67
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-19/+39
* email: Added references to SASL LOGIN authentication draft proposalSteve Holme2013-10-261-0/+1
* sasl: Fixed memory leak in OAUTH2 message creationSteve Holme2013-10-241-2/+7
* sasl: fix compiler warningDaniel Stenberg2013-10-231-1/+2
* tests: Added POP3 DIGEST-MD5 authentication testSteve Holme2013-10-231-0/+2
* curl_sasl: initialize NSS before using cryptoKamil Dudka2013-10-181-1/+12
* sasl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-251-0/+35
* sasl: allow arbitrarily long username and passwordJonathan Nieder2013-08-201-9/+16
* formpost: better random boundariesDaniel Stenberg2013-06-251-2/+2
* sasl: Corrected a few violations of the curl coding standardsSteve Holme2013-03-211-11/+11
* sasl: Fixed null pointer reference when decoding empty digest challengeSteve Holme2013-02-121-0/+3
* Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov2013-02-061-17/+6
* curl_sasl.c: Corrected references to RFCSteve Holme2013-01-221-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* curl_sasl.c: Small code tidy up following imap changesSteve Holme2013-01-061-1/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-4/+4
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-0/+1
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-1/+1
* sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme2012-06-041-7/+7
* sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme2012-06-041-2/+6
* sasl: Small code tidy upSteve Holme2012-06-041-4/+4
* sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme2012-06-041-0/+206
* sasl: Small code tidy up before moving digest-md5 overSteve Holme2012-06-041-5/+5
* Curl_sasl_create_plain_message: remove TABDaniel Stenberg2012-06-031-1/+1
* sasl: Small code tidy upSteve Holme2012-06-031-2/+7
* sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme2012-06-031-0/+80
* sasl.c: Fix to avoid warnings introduced in commit d9ca9e9869e8Steve Holme2012-06-031-1/+2
* sasl: Corrected variable names in comments and parametersSteve Holme2012-06-021-1/+1
* sasl: Small comment style tidy up following ntlm commitSteve Holme2012-06-021-2/+2