summaryrefslogtreecommitdiff
path: root/src/transports/auth_negotiate.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-13/+12
* Merge branch 'main' into http-use-eauthEdward Thomson2021-08-291-3/+10
|\
| * transports: use GIT_ASSERTEdward Thomson2020-11-271-3/+10
* | transports: use GIT_EAUTH for authentication failuresJosh Bleecher Snyder2020-02-071-1/+1
|/
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-4/+4
* gssapi: validate that we were requested NegotiateEdward Thomson2020-01-241-3/+5
* gssapi: dispose after completion for retryEdward Thomson2020-01-241-13/+19
* gssapi: delete half-built security context so auth can continueJonathan Turcotte2020-01-241-3/+3
* gssapi: correct incorrect case in error messageEdward Thomson2020-01-241-1/+1
* gssapi: protect GSS_ERROR macroEdward Thomson2020-01-241-4/+7
* gssapi: protect against empty messagesEdward Thomson2020-01-241-0/+6
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-181-1/+1
* negotiate: use GSS.framework on macOSEtienne Samson2019-10-131-1/+5
* cred: add missing private header in GSSAPI blockEtienne Samson2019-09-211-0/+1
* errors: use lowercaseethomson/error_messagesEdward Thomson2019-06-231-1/+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
* transports: add an `is_complete` function for authEdward Thomson2019-06-101-0/+10
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-4/+4
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-8/+8
* http transport: provide proxy credentialsEdward Thomson2018-11-281-1/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-4/+4
* Introduce proper http authentication APIEdward Thomson2014-08-151-0/+275