summaryrefslogtreecommitdiff
path: root/lib/vauth
AgeCommit message (Expand)Author
2017-08-10digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro
2017-08-05gssapi: fix memory leak of output token in multi round contextIsaac Boukris
2017-05-08rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-04-07sspi: print out InitializeSecurityContext() error messageIsaac Boukris
2017-03-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-03-26spelling fixesklemens
2017-02-27digest_sspi: fix compilation warningMarcel Raad
2017-02-21digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro
2017-02-20digest_sspi: Fix nonce-count generation in HTTP digestMax Khon
2017-02-06use *.sourceforge.io and misc URL updatesViktor Szakats
2016-12-29digest_sspi: copy terminating NUL as wellMax Khon
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-10-31digest_sspi: fix includeMarcel Raad
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-08-21sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme
2016-08-21vauth: Added check for supported SSPI based authentication mechanismsSteve Holme
2016-08-19spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc
2016-08-18vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme
2016-07-23vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGOSteve Holme
2016-07-23spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme
2016-07-20vauth: Fix memleak by freeing credentials if out of memoryJay Satiro
2016-07-20vauth: Fixed memory leak due to function returning without freeSaurav Babu
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-04-06vauth: Corrected a number of typos in commentsSteve Holme
2016-04-03code: style updatesDaniel Stenberg
2016-04-03vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme
2016-04-03spnego: Small code tidy upSteve Holme
2016-04-03krb5: Small code tidy upSteve Holme
2016-04-03krb5_gssapi: Only process challenge when presentSteve Holme
2016-04-03krb5: Fixed missing client response when mutual authentication enabledSteve Holme
2016-04-03krb5_sspi: Only process challenge when presentSteve Holme
2016-04-03krb5_sspi: Only generate the output token when its not allocatedSteve Holme
2016-04-03krb5: Only generate a SPN when its not knownSteve Holme
2016-04-02spnego: Renamed the context's SPN variableSteve Holme
2016-04-02krb5_gssapi: Renamed the status variablesSteve Holme
2016-04-02krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme
2016-04-01spnego: Corrected some typos in commentsSteve Holme
2016-03-29GSS: make Curl_gss_log_error more verboseIsaac Boukris
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Updated the copyright year after recent changesSteve Holme
2016-03-25vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme