Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / curl_sasl.h
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
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-04-06 Steve Holmesasl: Added forward declaration of structures following...
2014-04-06 Steve Holmesasl: Corrected add of Curl_sasl_decode_digest_md5_mess...
2014-04-06 Steve Holmesasl: Corrected pre-processor inclusion of SSPI based...
2014-04-05 Steve Holmesasl: Added initial stub functions for SSPI DIGEST...
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Corrected a couple of typos from 1e39b95682781f
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-09-24 Steve Holmesasl: Centralised the authentication mechanism strings
2013-09-04 Daniel StenbergSASL: fix compiler warnings
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-25 Kyle L. Huffsasl: added basic SASL XOAUTH2 support
2013-04-13 Steve Holmesasl: Reworked SASL mechanism constants
2013-04-13 Steve Holmesasl: Added predefined preferred mechanism values
2013-03-21 Steve Holmesasl: Corrected a few violations of the curl coding...
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-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: Moved digest-md5 authentication message creation...
2012-06-04 Steve Holmesasl: Small code tidy up before moving digest-md5 over
2012-06-03 Steve Holmesasl: Moved cram-md5 authentication message creation...
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...
2012-05-25 Steve Holmesasl: Re-factored auth-mechanism constants to be more...
2012-05-25 Steve Holmesmtp: Moved auth-mechanism constants into a separate...