summaryrefslogtreecommitdiffstats
path: root/credential.h
AgeCommit message (Expand)AuthorLines
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano-4/+7
2024-12-18credential: stop using `the_repository`Patrick Steinhardt-4/+7
2024-11-26Sync with 2.45.3Johannes Schindelin-1/+5
2024-11-26Sync with 2.41.3Johannes Schindelin-1/+5
2024-11-26Sync with 2.40.4Johannes Schindelin-1/+5
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin-1/+3
2024-11-26credential: sanitize the user promptJohannes Schindelin-1/+3
2024-06-06credential: clear expired c->credential, unify secret clearingAaron Plattner-16/+18
2024-04-16credential: add method for querying capabilitiesbrian m. carlson-0/+6
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson-0/+6
2024-04-16credential: add support for multistage credential roundsbrian m. carlson-1/+26
2024-04-16credential: add an argument to keep statebrian m. carlson-0/+7
2024-04-16credential: add a field called "ephemeral"brian m. carlson-0/+1
2024-04-16credential: gate new fields on capabilitybrian m. carlson-3/+37
2024-04-16credential: add a field for pre-encoded credentialsbrian m. carlson-0/+1
2024-04-16credential: add an authtype fieldbrian m. carlson-0/+6
2023-06-15credential: avoid erasing distinct passwordM Hickford-1/+1
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano-0/+1
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford-0/+1
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano-0/+16
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham-0/+16
2023-02-22credential: new attribute password_expiry_utcM Hickford-0/+2
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason-1/+3
2020-05-04credential: correct order of parameters for credential_matchCarlo Marcelo Arenas Belón-2/+2
2020-05-04credential: update description for credential_from_url_gentlyCarlo Marcelo Arenas Belón-2/+2
2020-03-25Git 2.26.1v2.26.1Junio C Hamano-1/+14
2020-03-17Git 2.25.3v2.25.3Junio C Hamano-1/+14
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King-0/+16
2020-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano-1/+2
2020-02-20credential: use the last matching username in the configbrian m. carlson-1/+2
2020-02-14doc: move credential helper info into gitcredentials(7)Jeff King-90/+0
2019-11-18credential: move doc to credential.hHeba Waly-0/+236
2014-12-04credential: let helpers tell us to quitJeff King-0/+1
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy-0/+1
2011-12-11credential: make relevance of http path configurableJeff King-1/+2
2011-12-11credential: apply helper configJeff King-1/+4
2011-12-11credential: add function for parsing url componentsJeff King-0/+1
2011-12-11introduce credentials APIJeff King-0/+28