summaryrefslogtreecommitdiff
path: root/lib/vauth/digest_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-2/+2
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-061-2/+2
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-101-0/+41
* spelling fixesklemens2017-03-261-4/+4
* 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
* digest_sspi: copy terminating NUL as wellMax Khon2016-12-291-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* digest_sspi: fix includeMarcel Raad2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-211-3/+8
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+16
* 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-221-2/+2
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-061-1/+1
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-1/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-10/+10
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-0/+527