summaryrefslogtreecommitdiffstats
path: root/credential.c
AgeCommit message (Expand)AuthorLines
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano-17/+17
2025-01-13Sync with Git 2.47.2Junio C Hamano-19/+32
2024-12-18credential: stop using `the_repository`Patrick Steinhardt-17/+17
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-26Sync with 2.46.3Johannes Schindelin-19/+32
2024-11-26Sync with 2.45.3Johannes Schindelin-19/+32
2024-11-26Sync with 2.42.4Johannes Schindelin-12/+25
2024-11-26Sync with 2.41.3Johannes Schindelin-12/+25
2024-11-26Sync with 2.40.4Johannes Schindelin-12/+25
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin-7/+14
2024-11-26credential: sanitize the user promptJohannes Schindelin-1/+6
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin-1/+2
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano-3/+27
2024-09-20credential: add new interactive config optionDerrick Stolee-3/+27
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+2
2024-06-06credential: clear expired c->credential, unify secret clearingAaron Plattner-6/+10
2024-04-16credential: add method for querying capabilitiesbrian m. carlson-0/+11
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson-3/+4
2024-04-16credential: add support for multistage credential roundsbrian m. carlson-3/+29
2024-04-16credential: enable state capabilitybrian m. carlson-0/+1
2024-04-16credential: add an argument to keep statebrian m. carlson-3/+17
2024-04-16credential: add a field called "ephemeral"brian m. carlson-0/+4
2024-04-16credential: gate new fields on capabilitybrian m. carlson-7/+57
2024-04-16credential: add a field for pre-encoded credentialsbrian m. carlson-4/+10
2024-04-16credential: add an authtype fieldbrian m. carlson-0/+5
2023-08-29credential: mark unused parameter in urlmatch callbackJeff King-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo-0/+1
2023-06-15credential: avoid erasing distinct passwordM Hickford-3/+4
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano-0/+6
2023-05-10Merge branch 'tb/credential-long-lines'Junio C Hamano-0/+2
2023-05-01credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau-0/+2
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren-0/+1
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford-0/+6
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano-0/+3
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham-0/+3
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham-0/+1
2023-02-22credential: new attribute password_expiry_utcM Hickford-1/+19
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason-0/+1
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason-1/+1
2021-08-25credential: fix leak in credential_apply_config()Mike Hommey-0/+1
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason-2/+2
2020-10-03credential: treat CR/LF as line endings in the credential protocolNikita Leonov-1/+1
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano-3/+1
2020-05-05Merge branch 'js/partial-urlmatch'Junio C Hamano-0/+17
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano-6/+46
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano-2/+2
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin-1/+17