aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth
AgeCommit message (Expand)Author
2020-06-16ntlm: enable NTLM support with wolfSSLRuurd Beerstra
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-05-14vauth/cleartext: fix theoretical integer overflowMajor_Tom
2020-05-08*_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang
2020-05-07ntlm_sspi: fix bad use of CURLE_NOT_BUILT_INDaniel Stenberg
2020-02-23ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme
2020-02-23md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme
2020-02-23digest: Corrected the name of the local HTTP digest functionSteve Holme
2020-02-07digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-09-23vauth: The parameter 'status' must be surrounded by parenthesesDaniel Stenberg
2019-09-10sspi: fix memory leaksmigueljcrum
2019-08-26vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka
2019-08-20spnego_sspi: add typecast to fix build warningDaniel Stenberg
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-13pingpong: disable more when no pingpong enabledDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-10vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme
2019-05-10ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme
2019-05-09spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka
2019-04-21vauth/cleartext: Don't send the authzid if it is emptySteve Holme
2019-04-11vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme
2019-04-02vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-04ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg
2019-02-04NTLM: fix size check condition for type2 received dataDaniel Stenberg
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-01-19ntlm_sspi: add support for channel bindinggeorgeok
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2019-01-01ntlm: update selection of type 3 responseMarkus Moeller
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-29Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg
2018-10-03memory: ensure to check allocation resultsDaniel Gustafsson
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-14ntlm: Fix format specifiersRikard Falkeborn
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer
2018-04-15vauth: Fix typoDaniel Gustafsson
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-03-20vauth/cleartext: fix integer overflow checkDaniel Stenberg
2018-03-20vauth/ntlm.h: fix the #ifdef header guardDaniel Stenberg
2017-11-21ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro