aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
AgeCommit message (Expand)Author
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
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-06-27DarwinSSL: allow using NTLM authenticationNick Zitzmann
2012-05-22Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa
2011-11-19Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo
2011-08-28NTLM: header inclusion cleanupYang Tse
2011-08-28NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse