aboutsummaryrefslogtreecommitdiffstats
path: root/credential.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-15credential: avoid erasing distinct passwordM Hickford1-1/+1
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano1-0/+1
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford1-0/+1
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano1-0/+16
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham1-0/+16
2023-02-22credential: new attribute password_expiry_utcM Hickford1-0/+2
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason1-1/+3
2020-05-04credential: correct order of parameters for credential_matchCarlo Marcelo Arenas Belón1-2/+2
2020-05-04credential: update description for credential_from_url_gentlyCarlo Marcelo Arenas Belón1-2/+2
2020-03-25Git 2.26.1v2.26.1Junio C Hamano1-1/+14
2020-03-17Git 2.25.3v2.25.3Junio C Hamano1-1/+14
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King1-0/+16
2020-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-1/+2
2020-02-20credential: use the last matching username in the configbrian m. carlson1-1/+2
2020-02-14doc: move credential helper info into gitcredentials(7)Jeff King1-90/+0
2019-11-18credential: move doc to credential.hHeba Waly1-0/+236
2014-12-04credential: let helpers tell us to quitJeff King1-0/+1
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy1-0/+1
2011-12-11credential: make relevance of http path configurableJeff King1-1/+2
2011-12-11credential: apply helper configJeff King1-1/+4
2011-12-11credential: add function for parsing url componentsJeff King1-0/+1
2011-12-11introduce credentials APIJeff King1-0/+28