summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
Commit message (Expand)AuthorAgeFilesLines
...
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-10/+3
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-271-3/+6
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-271-1/+8
* email: Corrected a couple of typos from 1e39b95682781fSteve Holme2013-10-271-2/+2
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-1/+5
* sasl: Centralised the authentication mechanism stringsSteve Holme2013-09-241-10/+25
* SASL: fix compiler warningsDaniel Stenberg2013-09-041-1/+1
* sasl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-251-0/+8
* sasl: Reworked SASL mechanism constantsSteve Holme2013-04-131-7/+7
* sasl: Added predefined preferred mechanism valuesSteve Holme2013-04-131-0/+4
* sasl: Corrected a few violations of the curl coding standardsSteve Holme2013-03-211-11/+11
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-7/+7
* sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme2012-06-041-1/+1
* sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme2012-06-041-0/+1
* sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme2012-06-041-0/+7
* sasl: Small code tidy up before moving digest-md5 overSteve Holme2012-06-041-1/+1
* sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme2012-06-031-0/+9
* 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
* sasl: Moved ntlm authentication message handling from smtp.cSteve Holme2012-06-021-0/+23
* sasl: Moved login authentication message creation from smtp.cSteve Holme2012-05-311-1/+7
* sasl: Moved plain text authentication message creation from smtp.cSteve Holme2012-05-301-0/+6
* sasl: Re-factored auth-mechanism constants to be more genericSteve Holme2012-05-251-7/+7
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-251-0/+36