summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
AgeCommit message (Expand)Author
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-20ntlm: Remove redundant ifdef USE_OPENSSLpkubaj
2018-09-03Curl_ntlm_core_mk_nt_hash: return error on too long passwordDaniel Stenberg
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-03-20vauth/cleartext: fix integer overflow checkDaniel Stenberg
2017-11-27curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg
2017-11-27ntlm: avoid integer overflow for malloc sizeDaniel Stenberg
2017-11-04ntlm: avoid malloc(0) for zero length passwordsDaniel Stenberg
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-06-05curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad
2017-06-04curl_ntlm_core: pass unsigned char to toupperMarcel Raad
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2017-03-29NTLM: check for features with #ifdef instead of #ifMarcel Raad
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-06use *.sourceforge.io and misc URL updatesViktor Szakats
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-08-03mbedtls: Added support for NTLMBill Nagel
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-02-09openssl: remove most BoringSSL #ifdefs.David Benjamin
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-05curl_ntlm_core: fix 2 curl_off_t constant overflows.Patrick Monnerat
2015-10-09ntlm: error out without 64bit support as the code needs itDaniel Stenberg
2015-10-08ntlm: get rid of unconditional use of long longDaniel Stenberg
2015-08-22NTLM: recent boringssl brought DES_set_odd_parity backDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-03unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg
2015-01-28ntlm_core: Use own odd parity function when crypto engine doesn't have oneSteve Holme
2015-01-28ntlm_core: Prefer sizeof(key) rather than hard coded sizesSteve Holme
2015-01-28ntlm_core: Added consistent comments to DES functionsSteve Holme
2015-01-02curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5dSteve Holme
2015-01-02ntlm: Use extend_key_56_to_64() for all cryptography enginesSteve Holme
2015-01-02curl_ntlm_core.c: Fixed compilation warningSteve Holme
2014-12-31endian: Fixed Linux compilation issuesSteve Holme
2014-12-31endian: Renamed functions for curl API naming conventionSteve Holme
2014-12-31endian: Moved write functions to new moduleSteve Holme
2014-12-24curl_ntlm_core.c: Fixed compilation warningsSteve Holme
2014-12-12ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme
2014-12-07smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme
2014-12-07ntlm: Use Windows Crypt APIBill Nagel
2014-12-05OS400: enable NTLM authenticationPatrick Monnerat
2014-10-26ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash()Steve Holme