Age | Commit message (Expand) | Author |
2015-02-03 | unit1600: unit test for Curl_ntlm_core_mk_nt_hash | Daniel Stenberg |
2015-01-28 | ntlm_core: Use own odd parity function when crypto engine doesn't have one | Steve Holme |
2015-01-28 | ntlm_core: Prefer sizeof(key) rather than hard coded sizes | Steve Holme |
2015-01-28 | ntlm_core: Added consistent comments to DES functions | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5d | Steve Holme |
2015-01-02 | ntlm: Use extend_key_56_to_64() for all cryptography engines | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning | Steve Holme |
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme |
2014-12-31 | endian: Renamed functions for curl API naming convention | Steve Holme |
2014-12-31 | endian: Moved write functions to new module | Steve Holme |
2014-12-24 | curl_ntlm_core.c: Fixed compilation warnings | Steve Holme |
2014-12-12 | ntlm: Disable NTLM v2 when 64-bit integers are not supported | Steve Holme |
2014-12-07 | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme |
2014-12-07 | ntlm: Use Windows Crypt API | Bill Nagel |
2014-12-05 | OS400: enable NTLM authentication | Patrick Monnerat |
2014-10-26 | ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash() | Steve Holme |
2014-10-26 | ntlm: Use 'CURLcode result' | Steve Holme |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-05-04 | curl_ntlm_core: Fixed use of long long for VC6 and VC7 | Steve Holme |
2014-01-29 | NTLM: error: conversion to 'int' from 'long int' may alter its value | Daniel Stenberg |
2014-01-29 | ntlm: Use a timestamp of 01/01/1970 for the test suite | Steve Holme |
2014-01-29 | ntlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use local variables | Steve Holme |
2014-01-29 | ntlm: Added cross platform support for writing NTLMv2 timestamp in buffer | Steve Holme |
2014-01-29 | ntlm: Added support for NTLMv2 | Prash Dush |
2013-02-16 | ntlm_core: fix compiler warning when building with clang | Nick Zitzmann |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-27 | DarwinSSL: allow using NTLM authentication | Nick Zitzmann |
2012-05-22 | Fixed compile error with GNUTLS+NETTLE | Tatsuhiro Tsujikawa |
2011-11-19 | Add support for using nettle instead of gcrypt as gnutls backend | Martin Storsjo |
2011-08-28 | NTLM: header inclusion cleanup | Yang Tse |
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse |