summaryrefslogtreecommitdiff
path: root/lib/vauth
AgeCommit message (Expand)Author
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
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-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
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-25Merge tag 'curl-7_64_0'ng0
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-12Merge tag 'curl-7_63_0'ng0
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-11-10Merge tag 'curl-7_62_0'Nils Gillmann
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-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
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-12-03Merge tag 'curl-7_57_0'ng0
2017-11-21ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-06vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem
2017-09-02Curl_base64_encode: always call with a real data handle.Patrick Monnerat
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro
2017-08-22gssapi: fix memory leak of output token in multi round contextIsaac Boukris
2017-08-22rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-08-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-08-22sspi: print out InitializeSecurityContext() error messageIsaac Boukris