Age | Commit message (Expand) | Author |
2017-05-08 | rand: treat fake entropy the same regardless of endianness | Jay Satiro |
2017-04-22 | lib: fix maybe-uninitialized warnings | Marcel Raad |
2017-04-07 | sspi: print out InitializeSecurityContext() error message | Isaac Boukris |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-02-27 | digest_sspi: fix compilation warning | Marcel Raad |
2017-02-21 | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2016-12-29 | digest_sspi: copy terminating NUL as well | Max Khon |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-10-31 | digest_sspi: fix include | Marcel Raad |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-08-21 | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme |
2016-08-21 | vauth: Added check for supported SSPI based authentication mechanisms | Steve Holme |
2016-08-19 | spnego_sspi: fix memory leak in case *outlen is zero (#970) | Miroslav Franc |
2016-08-18 | vauth: Introduced Curl_auth_is_<mechansism>_supported() functions | Steve Holme |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme |
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme |
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro |
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-06 | URLs: change http to https in many places | Viktor Szakats |
2016-04-06 | vauth: Corrected a number of typos in comments | Steve Holme |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-03 | vauth: Removed the need for a separate GSS-API based SPN function | Steve Holme |
2016-04-03 | spnego: Small code tidy up | Steve Holme |
2016-04-03 | krb5: Small code tidy up | Steve Holme |
2016-04-03 | krb5_gssapi: Only process challenge when present | Steve Holme |
2016-04-03 | krb5: Fixed missing client response when mutual authentication enabled | Steve Holme |
2016-04-03 | krb5_sspi: Only process challenge when present | Steve Holme |
2016-04-03 | krb5_sspi: Only generate the output token when its not allocated | Steve Holme |
2016-04-03 | krb5: Only generate a SPN when its not known | Steve Holme |
2016-04-02 | spnego: Renamed the context's SPN variable | Steve Holme |
2016-04-02 | krb5_gssapi: Renamed the status variables | Steve Holme |
2016-04-02 | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme |
2016-04-01 | spnego: Corrected some typos in comments | Steve Holme |
2016-03-29 | GSS: make Curl_gss_log_error more verbose | Isaac Boukris |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme |
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme |
2016-03-25 | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the Kerberos V5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | digest.c: Fixed checksrc warnings | Steve Holme |
2016-03-25 | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme |