summaryrefslogtreecommitdiff
path: root/lib/vauth
Commit message (Expand)AuthorAgeFilesLines
* 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
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-062-3/+3
* digest_sspi: copy terminating NUL as wellMax Khon2016-12-291-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-243-3/+3
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-241-7/+17
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-142-11/+16
* digest_sspi: fix includeMarcel Raad2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-313-19/+18
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme2016-08-212-0/+44
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-214-12/+34
* spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc2016-08-191-1/+3
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-189-0/+132
* vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGOSteve Holme2016-07-231-2/+2
* spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme2016-07-233-3/+3
* vauth: Fix memleak by freeing credentials if out of memoryJay Satiro2016-07-201-0/+5
* vauth: Fixed memory leak due to function returning without freeSaurav Babu2016-07-201-7/+8
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-2212-36/+36
* URLs: change http to https in many placesViktor Szakats2016-04-0612-12/+12
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-067-9/+9
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-038-39/+37
* spnego: Small code tidy upSteve Holme2016-04-032-9/+10