aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
AgeCommit message (Expand)Author
2014-01-02Updated copyright year for recent changesSteve Holme
2014-01-03vtls/nssg.h: fixed include references to moved fileMarc Hoersken
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-11-03base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme
2013-10-30email: Post graceful SASL authentication cancellation tidy upSteve Holme
2013-10-28sasl: Updated create_digest_md5_message() to use a dynamic bufferSteve Holme
2013-10-27email: Added support for cancelling NTLM authenticationSteve Holme
2013-10-27sasl: Removed unused variables from commit b87ba2c94217c0Steve Holme
2013-10-27email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme
2013-10-27email: Added support for canceling CRAM-MD5 authenticationSteve Holme
2013-10-26email: Added references to SASL LOGIN authentication draft proposalSteve Holme
2013-10-24sasl: Fixed memory leak in OAUTH2 message creationSteve Holme
2013-10-23sasl: fix compiler warningDaniel Stenberg
2013-10-23tests: Added POP3 DIGEST-MD5 authentication testSteve Holme
2013-10-18curl_sasl: initialize NSS before using cryptoKamil Dudka
2013-08-25sasl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-20sasl: allow arbitrarily long username and passwordJonathan Nieder
2013-06-25formpost: better random boundariesDaniel Stenberg
2013-03-21sasl: Corrected a few violations of the curl coding standardsSteve Holme
2013-02-12sasl: Fixed null pointer reference when decoding empty digest challengeSteve Holme
2013-02-06Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov
2013-01-22curl_sasl.c: Corrected references to RFCSteve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06curl_sasl.c: Small code tidy up following imap changesSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-04sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme
2012-06-04sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme
2012-06-04sasl: Small code tidy upSteve Holme
2012-06-04sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme
2012-06-04sasl: Small code tidy up before moving digest-md5 overSteve Holme
2012-06-03Curl_sasl_create_plain_message: remove TABDaniel Stenberg
2012-06-03sasl: Small code tidy upSteve Holme
2012-06-03sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme
2012-06-03sasl.c: Fix to avoid warnings introduced in commit d9ca9e9869e8Steve Holme
2012-06-02sasl: Corrected variable names in comments and parametersSteve Holme
2012-06-02sasl: Small comment style tidy up following ntlm commitSteve Holme
2012-06-02sasl: Moved ntlm authentication message handling from smtp.cSteve Holme
2012-05-31sasl: Moved login authentication message creation from smtp.cSteve Holme
2012-05-30sasl: Moved plain text authentication message creation from smtp.cSteve Holme