summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
AgeCommit message (Expand)Author
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
2014-10-26ntlm: Use 'CURLcode result'Steve Holme
2014-06-11NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg
2014-05-04curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme
2014-01-29NTLM: error: conversion to 'int' from 'long int' may alter its valueDaniel Stenberg
2014-01-29ntlm: Use a timestamp of 01/01/1970 for the test suiteSteve Holme
2014-01-29ntlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use local variablesSteve Holme
2014-01-29ntlm: Added cross platform support for writing NTLMv2 timestamp in bufferSteve Holme
2014-01-29ntlm: Added support for NTLMv2Prash Dush
2013-02-16ntlm_core: fix compiler warning when building with clangNick Zitzmann
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse