summaryrefslogtreecommitdiffstats
path: root/credential.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* credential: add method for querying capabilitiesbrian m. carlson2024-04-171-0/+6
* credential-cache: implement authtype capabilitybrian m. carlson2024-04-171-0/+6
* credential: add support for multistage credential roundsbrian m. carlson2024-04-171-1/+26
* credential: add an argument to keep statebrian m. carlson2024-04-171-0/+7
* credential: add a field called "ephemeral"brian m. carlson2024-04-171-0/+1
* credential: gate new fields on capabilitybrian m. carlson2024-04-171-3/+37
* credential: add a field for pre-encoded credentialsbrian m. carlson2024-04-171-0/+1
* credential: add an authtype fieldbrian m. carlson2024-04-171-0/+6
* credential: avoid erasing distinct passwordM Hickford2023-06-151-1/+1
* Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-101-0/+1
|\
| * credential: new attribute oauth_refresh_tokenM Hickford2023-04-211-0/+1
* | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+16
|\ \ | |/ |/|
| * http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+16
* | credential: new attribute password_expiry_utcM Hickford2023-02-231-0/+2
|/
* *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-07-011-1/+3
* credential: correct order of parameters for credential_matchCarlo Marcelo Arenas Belón2020-05-051-2/+2
* credential: update description for credential_from_url_gentlyCarlo Marcelo Arenas Belón2020-05-051-2/+2
* Git 2.26.1v2.26.1Junio C Hamano2020-03-251-1/+14
|\
| * Git 2.25.3v2.25.3Junio C Hamano2020-03-181-1/+14
| |\
| | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-121-0/+16
* | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-1/+2
|\ \ \ | |/ / |/| |
| * | credential: use the last matching username in the configbrian m. carlson2020-02-201-1/+2
* | | doc: move credential helper info into gitcredentials(7)Jeff King2020-02-141-90/+0
|/ /
* / credential: move doc to credential.hHeba Waly2019-11-181-0/+236
|/
* credential: let helpers tell us to quitJeff King2014-12-041-0/+1
* git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-251-0/+1
* credential: make relevance of http path configurableJeff King2011-12-121-1/+2
* credential: apply helper configJeff King2011-12-121-1/+4
* credential: add function for parsing url componentsJeff King2011-12-121-0/+1
* introduce credentials APIJeff King2011-12-121-0/+28