summaryrefslogtreecommitdiff
path: root/deps/ntlmclient
Commit message (Expand)AuthorAgeFilesLines
* Add OpenSSL deprection warningEdward Thomson2023-02-021-0/+2
* ntlmclient: LibreSSL 3.5 removed HMAC_CTX_cleanupCharlie Li2022-07-031-1/+3
* ntmlclient: don't declare dummy HMAC_CTX_cleanup when building with libresslPeter Pettersson2021-12-311-1/+1
* Merge pull request #6094 from visualgitio/commit-graph-long-longEdward Thomson2021-12-231-4/+4
|\
| * Fix long long constants in macro in ntlmclientCalvin Buckley2021-10-181-4/+4
* | ntmlclient: make enum C90 compliant by removing trailing commaPeter Pettersson2021-11-152-6/+6
* | cmake: stylistic refactoringEdward Thomson2021-10-181-31/+31
|/
* ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-2416-345/+622
* Include `${MBEDTLS_INCLUDE_DIR}` when compiling `crypt_mbedtls.c`Elliot Saba2020-10-201-0/+1
* ntlm: update ntlm dependency for htonllethomson/ntlm_htonllEdward Thomson2020-10-115-42/+23
* deps: ntlmclient: #error out on unknown platformsFrançois Revol2020-08-211-1/+5
* deps: ntlmclient: fix htonll for HaikuFrançois Revol2020-08-211-0/+3
* Make NTLMClient Memory and UndefinedBehavior Sanitizer-cleanlhchavez2020-06-301-11/+8
* cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-0/+1
* deps: ntlmclient: use htobe64 on NetBSD toonia2020-04-051-1/+1
* cmake: streamline backend detectionPatrick Steinhardt2020-04-011-5/+5
* ntlmclient: silence deprecation warnings for CommonCrypto backendPatrick Steinhardt2020-03-131-0/+2
* deps: ntlmclient: fix htonll on big endian FreeBSDPatrick Steinhardt2020-02-261-1/+1
* deps: ntlmclient: fix missing htonll symbols on FreeBSD and SunOSPatrick Steinhardt2020-02-241-0/+22
* ntlm: prevent (spurious) compiler warningsJosh Bleecher Snyder2020-01-091-1/+3
* ntlm: fix failure to find openssl headersJason Haslam2019-08-291-0/+1
* deps: ntlmclient: disable implicit fallthrough warningsPatrick Steinhardt2019-06-141-0/+2
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-1018-0/+4455