index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_ntlm_core.c
Age
Commit message (
Expand
)
Author
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-08-03
mbedtls: Added support for NTLM
Bill Nagel
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-02-09
openssl: remove most BoringSSL #ifdefs.
David Benjamin
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-05
curl_ntlm_core: fix 2 curl_off_t constant overflows.
Patrick Monnerat
2015-10-09
ntlm: error out without 64bit support as the code needs it
Daniel Stenberg
2015-10-08
ntlm: get rid of unconditional use of long long
Daniel Stenberg
2015-08-22
NTLM: recent boringssl brought DES_set_odd_parity back
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
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