summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntlm: Added cross platform support for writing NTLMv2 timestamp in bufferSteve Holme2014-01-291-1/+15
* ntlm: Added support for NTLMv2Prash Dush2014-01-291-1/+185
* ntlm_core: fix compiler warning when building with clangNick Zitzmann2013-02-161-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-6/+6
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* DarwinSSL: allow using NTLM authenticationNick Zitzmann2012-06-271-4/+27
* Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa2012-05-221-2/+2
* Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo2011-11-191-1/+35
* NTLM: header inclusion cleanupYang Tse2011-08-281-86/+53
* NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse2011-08-281-0/+412