summaryrefslogtreecommitdiff
path: root/lib/vauth
Commit message (Expand)AuthorAgeFilesLines
* lib: fix some misuse of curlx_convert_UTF8_to_tcharJay Satiro2021-04-271-13/+10
* ntlm: precaution against super huge type2 offsetsDaniel Stenberg2021-04-271-1/+2
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-2211-577/+248
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-091-13/+19
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-091-5/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* gsasl: fix errors/warnings building against libgsaslViktor Szakats2021-02-101-14/+20
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-092-0/+162
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-6/+8
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-254-5/+5
* digest_sspi: Show InitializeSecurityContext errors in verbose modeJay Satiro2020-12-141-0/+11
* copyright: fix year rangesDaniel Stenberg2020-11-056-6/+6
* curl.se: new homeDaniel Stenberg2020-11-0415-15/+15
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-1/+0
* ntlm: free target_info before (re-)mallocDaniel Stenberg2020-07-261-0/+1
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-161-1/+4
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-244-4/+4
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-152-3/+3
* curl_multibyte: add to curlxMarcel Raad2020-05-143-11/+11
* vauth/cleartext: fix theoretical integer overflowMajor_Tom2020-05-141-1/+2
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-083-6/+12
* ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg2020-05-071-3/+5
* ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme2020-02-231-6/+7
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-231-27/+19
* digest: Corrected the name of the local HTTP digest functionSteve Holme2020-02-231-12/+12
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-071-2/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-082-2/+2
* vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* sspi: fix memory leaksmigueljcrum2019-09-104-0/+21
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-262-2/+2
* spnego_sspi: add typecast to fix build warningDaniel Stenberg2019-08-201-2/+2
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-146-17/+52
* build: fix Codacy warningsMarcel Raad2019-06-051-5/+6
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-3/+2
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-152-2/+0
* pingpong: disable more when no pingpong enabledDaniel Stenberg2019-05-132-1/+11
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-127-23/+23
* vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme2019-05-101-21/+21
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka2019-05-091-1/+1
* vauth/cleartext: Don't send the authzid if it is emptySteve Holme2019-04-211-2/+3
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-112-18/+23
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-022-8/+50
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-142-1/+11
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-1/+2
* ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg2019-02-041-4/+7
* NTLM: fix size check condition for type2 received dataDaniel Stenberg2019-02-041-3/+4
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-7/+34
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-191-8/+35