summaryrefslogtreecommitdiff
path: root/credential.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano1-3/+27
2024-09-20credential: add new interactive config optionDerrick Stolee1-3/+27
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2024-06-06credential: clear expired c->credential, unify secret clearingAaron Plattner1-6/+10
2024-04-16credential: add method for querying capabilitiesbrian m. carlson1-0/+11
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson1-3/+4
2024-04-16credential: add support for multistage credential roundsbrian m. carlson1-3/+29
2024-04-16credential: enable state capabilitybrian m. carlson1-0/+1
2024-04-16credential: add an argument to keep statebrian m. carlson1-3/+17
2024-04-16credential: add a field called "ephemeral"brian m. carlson1-0/+4
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-7/+57
2024-04-16credential: add a field for pre-encoded credentialsbrian m. carlson1-4/+10
2024-04-16credential: add an authtype fieldbrian m. carlson1-0/+5
2023-08-29credential: mark unused parameter in urlmatch callbackJeff King1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+1
2023-06-15credential: avoid erasing distinct passwordM Hickford1-3/+4
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano1-0/+6
2023-05-10Merge branch 'tb/credential-long-lines'Junio C Hamano1-0/+2
2023-05-01credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau1-0/+2
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren1-0/+1
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford1-0/+6
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano1-0/+3
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham1-0/+3
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham1-0/+1
2023-02-22credential: new attribute password_expiry_utcM Hickford1-1/+19
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason1-0/+1
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason1-1/+1
2021-08-25credential: fix leak in credential_apply_config()Mike Hommey1-0/+1
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason1-2/+2
2020-10-03credential: treat CR/LF as line endings in the credential protocolNikita Leonov1-1/+1
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano1-3/+1
2020-05-05Merge branch 'js/partial-urlmatch'Junio C Hamano1-0/+17
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano1-6/+46
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-2/+2
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin1-1/+17
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson1-2/+2
2020-04-24credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin1-0/+27
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-22Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano1-1/+8
2020-04-19Git 2.26.2v2.26.2Jonathan Nieder1-16/+23
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder1-16/+23
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder1-3/+2
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder1-2/+5
2020-04-19credential: die() when parsing invalid urlsJeff King1-4/+2
2020-04-19credential: refuse to operate when missing host or protocolJeff King1-6/+14