summaryrefslogtreecommitdiff
path: root/lib/vauth
Commit message (Expand)AuthorAgeFilesLines
* 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
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-112-4/+4
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-3/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-232-116/+116
* Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg2018-10-291-1/+1
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-031-1/+3
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-0310-16/+16
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+3
* ntlm: Fix format specifiersRikard Falkeborn2018-05-141-3/+3
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-163-2/+20
* vauth: Fix typoDaniel Gustafsson2018-04-153-5/+5
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-153-18/+6
* vauth/cleartext: fix integer overflow checkDaniel Stenberg2018-03-201-10/+4
* vauth/ntlm.h: fix the #ifdef header guardDaniel Stenberg2018-03-201-4/+4
* ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg2017-11-211-2/+1
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-282-43/+157
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-0/+1
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-2/+4
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-061-2/+2
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-023-9/+14
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-101-0/+41
* gssapi: fix memory leak of output token in multi round contextIsaac Boukris2017-08-051-0/+4
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-082-19/+10
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-221-2/+2
* sspi: print out InitializeSecurityContext() error messageIsaac Boukris2017-04-071-0/+3
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-291-9/+9
* spelling fixesklemens2017-03-264-12/+12
* digest_sspi: fix compilation warningMarcel Raad2017-02-271-1/+1
* digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro2017-02-211-7/+36
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-201-99/+144