summaryrefslogtreecommitdiff
path: root/lib/vauth/digest_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-161-0/+4
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-4/+4
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-43/+11
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* digest_sspi: Show InitializeSecurityContext errors in verbose modeJay Satiro2020-12-141-0/+11
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* curl_multibyte: add to curlxMarcel Raad2020-05-141-6/+6
* *_sspi: fix bad uses of CURLE_NOT_BUILT_INPeter Wang2020-05-081-3/+6
* sspi: fix memory leaksmigueljcrum2019-09-101-0/+5
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-2/+8
* 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