summaryrefslogtreecommitdiff
path: root/src/transports/auth_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-10/+10
* Merge branch 'main' into http-use-eauthEdward Thomson2021-08-291-7/+11
|\
| * ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-241-1/+1
| * transports: use GIT_ASSERTEdward Thomson2020-11-271-4/+8
| * transports: auth_ntlm: fix use of strdup/strndupPatrick Steinhardt2020-02-241-2/+2
* | transports: use GIT_EAUTH for authentication failuresJosh Bleecher Snyder2020-02-071-1/+1
|/
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-7/+7
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-181-1/+1
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-0/+1
* http: teach auth mechanisms about connection affinityEdward Thomson2019-06-101-0/+1
* http: don't set the header in the auth tokenEdward Thomson2019-06-101-3/+1
* http: provide an NTLM authentication providerEdward Thomson2019-06-101-0/+223