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