Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / curl_sasl.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-06-15 Dan Fandrichsasl: Added back qop argument mistakenly removed in...
2014-06-11 Daniel Stenbergcurl_sasl: revert the goto for error bailout
2014-06-11 Daniel StenbergNTLM: set a fake entropy for debug builds with CURL_ENT...
2014-06-03 Daniel Stenbergrandom: use Curl_rand() for proper random data
2014-06-02 Steve Holmecurl_sasl: Fixed copy/paste error of now.tv_sec in...
2014-06-01 Steve Holmecurl_sasl: Fixed compilation warning under DEBUGBUILD
2014-06-01 Steve Holmecurl_sasl: Extended native DIGEST-MD5 cnonce to be...
2014-05-11 Steve Holmesasl: Fixed missing qop in the client's challenge-respo...
2014-04-08 Steve Holmesas: Added DIGEST-MD5 qop-option validation in native...
2014-04-06 Steve Holmesasl: Fixed compilation warning in SSPI builds
2014-04-06 Steve Holmesasl: Post DIGEST-MD5 SSPI code tidy up
2014-04-05 Steve Holmesasl: Added initial stub functions for SSPI DIGEST...
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2014-01-02 Steve HolmeUpdated copyright year for recent changes
2014-01-02 Marc Hoerskenvtls/nssg.h: fixed include references to moved file
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-11-03 Steve Holmebase64: Fixed compilation warnings when using Curl_base...
2013-10-30 Steve Holmeemail: Post graceful SASL authentication cancellation...
2013-10-28 Steve Holmesasl: Updated create_digest_md5_message() to use a...
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmesasl: Removed unused variables from commit b87ba2c94217c0
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-10-26 Steve Holmeemail: Added references to SASL LOGIN authentication...
2013-10-23 Steve Holmesasl: Fixed memory leak in OAUTH2 message creation
2013-10-23 Daniel Stenbergsasl: fix compiler warning
2013-10-23 Steve Holmetests: Added POP3 DIGEST-MD5 authentication test
2013-10-18 Kamil Dudkacurl_sasl: initialize NSS before using crypto
2013-08-25 Kyle L. Huffsasl: added basic SASL XOAUTH2 support
2013-08-20 Jonathan Niedersasl: allow arbitrarily long username and password
2013-06-25 Daniel Stenbergformpost: better random boundaries
2013-03-21 Steve Holmesasl: Corrected a few violations of the curl coding...
2013-02-12 Steve Holmesasl: Fixed null pointer reference when decoding empty...
2013-02-06 Eldar ZaitovCurl_sasl_create_digest_md5_message: fix buffer overflow
2013-01-22 Steve Holmecurl_sasl.c: Corrected references to RFC
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Steve Holmecurl_sasl.c: Small code tidy up following imap changes
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE
2012-06-08 Steve Holmesasl: Re-factored mechanism constants in preparation...
2012-06-04 Steve Holmesasl: Renamed Curl_sasl_decode_ntlm_type2_message()
2012-06-04 Steve Holmesasl: Added service parameter to Curl_sasl_create_diges...
2012-06-04 Steve Holmesasl: Small code tidy up
2012-06-04 Steve Holmesasl: Moved digest-md5 authentication message creation...
2012-06-04 Steve Holmesasl: Small code tidy up before moving digest-md5 over
2012-06-03 Daniel StenbergCurl_sasl_create_plain_message: remove TAB
2012-06-03 Steve Holmesasl: Small code tidy up
2012-06-03 Steve Holmesasl: Moved cram-md5 authentication message creation...
2012-06-02 Steve Holmesasl.c: Fix to avoid warnings introduced in commit...
2012-06-02 Steve Holmesasl: Corrected variable names in comments and parameters
2012-06-02 Steve Holmesasl: Small comment style tidy up following ntlm commit
2012-06-02 Steve Holmesasl: Moved ntlm authentication message handling from...
2012-05-31 Steve Holmesasl: Moved login authentication message creation from...
2012-05-30 Steve Holmesasl: Moved plain text authentication message creation...