summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
Commit message (Expand)AuthorAgeFilesLines
* vauth/cleartext: fix integer overflow checkDaniel Stenberg2018-03-201-10/+1
* curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg2017-11-271-0/+3
* ntlm: avoid integer overflow for malloc sizeDaniel Stenberg2017-11-271-2/+18
* ntlm: avoid malloc(0) for zero length passwordsDaniel Stenberg2017-11-041-1/+1
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-32/+56
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-211-2/+6
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-291-3/+3
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-191-1/+3
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-061-1/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* mbedtls: Added support for NTLMBill Nagel2016-08-031-4/+31
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-091-5/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_ntlm_core: fix 2 curl_off_t constant overflows.Patrick Monnerat2015-11-051-2/+2
* ntlm: error out without 64bit support as the code needs itDaniel Stenberg2015-10-091-0/+4
* ntlm: get rid of unconditional use of long longDaniel Stenberg2015-10-081-7/+4
* NTLM: recent boringssl brought DES_set_odd_parity backDaniel Stenberg2015-08-221-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+2
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-5/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-031-0/+1
* ntlm_core: Use own odd parity function when crypto engine doesn't have oneSteve Holme2015-01-281-0/+23
* ntlm_core: Prefer sizeof(key) rather than hard coded sizesSteve Holme2015-01-281-4/+4
* ntlm_core: Added consistent comments to DES functionsSteve Holme2015-01-281-4/+32
* curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5dSteve Holme2015-01-021-1/+1
* ntlm: Use extend_key_56_to_64() for all cryptography enginesSteve Holme2015-01-021-26/+14
* curl_ntlm_core.c: Fixed compilation warningSteve Holme2015-01-021-2/+6
* endian: Fixed Linux compilation issuesSteve Holme2014-12-311-1/+1
* endian: Renamed functions for curl API naming conventionSteve Holme2014-12-311-1/+1
* endian: Moved write functions to new moduleSteve Holme2014-12-311-20/+1
* curl_ntlm_core.c: Fixed compilation warningsSteve Holme2014-12-241-3/+3
* ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme2014-12-121-1/+3
* smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme2014-12-071-0/+4
* ntlm: Use Windows Crypt APIBill Nagel2014-12-071-5/+70
* OS400: enable NTLM authenticationPatrick Monnerat2014-12-051-4/+22
* ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash()Steve Holme2014-10-261-4/+6
* ntlm: Use 'CURLcode result'Steve Holme2014-10-261-18/+19
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-12/+7
* curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme2014-05-041-1/+16
* NTLM: error: conversion to 'int' from 'long int' may alter its valueDaniel Stenberg2014-01-291-2/+2
* ntlm: Use a timestamp of 01/01/1970 for the test suiteSteve Holme2014-01-291-0/+4
* ntlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use local variablesSteve Holme2014-01-291-7/+10