summaryrefslogtreecommitdiff
path: root/lib/vauth
Commit message (Expand)AuthorAgeFilesLines
* 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
* krb5: Small code tidy upSteve Holme2016-04-032-7/+7
* krb5_gssapi: Only process challenge when presentSteve Holme2016-04-031-2/+2
* krb5: Fixed missing client response when mutual authentication enabledSteve Holme2016-04-032-0/+10
* krb5_sspi: Only process challenge when presentSteve Holme2016-04-031-2/+3
* krb5_sspi: Only generate the output token when its not allocatedSteve Holme2016-04-031-1/+3
* krb5: Only generate a SPN when its not knownSteve Holme2016-04-032-7/+10
* spnego: Renamed the context's SPN variableSteve Holme2016-04-022-11/+11
* krb5_gssapi: Renamed the status variablesSteve Holme2016-04-021-49/+49
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-023-3/+7
* spnego: Corrected some typos in commentsSteve Holme2016-04-012-2/+2
* GSS: make Curl_gss_log_error more verboseIsaac Boukris2016-03-292-11/+16
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-263-3/+261
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-262-0/+327
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-2512-146/+147
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-259-9/+9
* vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme2016-03-252-0/+93
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-254-0/+1326
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-253-0/+888