summaryrefslogtreecommitdiffstats
path: root/credential.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.42.4Johannes Schindelin2024-11-261-12/+25
|\
| * Sync with 2.41.3Johannes Schindelin2024-11-261-12/+25
| |\
| | * Sync with 2.40.4Johannes Schindelin2024-11-261-12/+25
| | |\
| | | * credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin2024-11-261-7/+14
| | | * credential: sanitize the user promptJohannes Schindelin2024-11-261-1/+6
| | | * credential_format(): also encode <host>[:<port>]Johannes Schindelin2024-11-261-1/+2
* | | | credential: mark unused parameter in urlmatch callbackJeff King2023-08-301-2/+2
|/ / /
* | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-0/+1
* | | credential: avoid erasing distinct passwordM Hickford2023-06-151-3/+4
|/ /
* | Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-101-0/+6
|\ \
| * | credential: new attribute oauth_refresh_tokenM Hickford2023-04-211-0/+6
| |/
* | Merge branch 'tb/credential-long-lines'Junio C Hamano2023-05-101-0/+2
|\ \
| * | credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau2023-05-011-0/+2
* | | treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* | | treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-241-0/+1
|/ /
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+3
|\ \ | |/ |/|
| * credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham2023-02-271-0/+3
| * http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+1
* | credential: new attribute password_expiry_utcM Hickford2023-02-231-1/+19
|/
* urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason2022-03-041-0/+1
* urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason2021-10-011-1/+1
* credential: fix leak in credential_apply_config()Mike Hommey2021-08-251-0/+1
* *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-2/+2
* credential: treat CR/LF as line endings in the credential protocolNikita Leonov2020-10-031-1/+1
* run_command: teach API users to use embedded 'args' moreJunio C Hamano2020-08-271-3/+1
* Merge branch 'js/partial-urlmatch'Junio C Hamano2020-05-051-0/+17
|\
| * credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2020-04-251-0/+27
| * credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin2020-04-251-6/+36
* | Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano2020-05-051-6/+46
|\ \
| * | credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2020-04-291-1/+17
| * | credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin2020-04-241-6/+36
* | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-2/+2
|\ \ \
| * | | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-2/+2
* | | | Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano2020-04-221-1/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | credential: treat "?" and "#" in URLs as end of hostJeff King2020-04-151-1/+8
* | | | Git 2.26.2v2.26.2Jonathan Nieder2020-04-201-16/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Git 2.18.4v2.18.4Jonathan Nieder2020-04-201-16/+23
| |\ \ \ | | | |/ | | |/|
| | * | credential: treat URL with empty scheme as invalidJonathan Nieder2020-04-201-3/+2
| | * | credential: treat URL without scheme as invalidJonathan Nieder2020-04-201-2/+5
| | * | credential: die() when parsing invalid urlsJeff King2020-04-201-4/+2
| | * | credential: refuse to operate when missing host or protocolJeff King2020-04-201-6/+14
| | * | credential: parse URL without host as empty host, not unsetJeff King2020-04-201-2/+1
* | | | Git 2.26.1v2.26.1Junio C Hamano2020-03-251-2/+36
|\| | | | |_|/ |/| |
| * | Git 2.18.3v2.18.3Junio C Hamano2020-03-171-2/+36
| |\|
| | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-121-2/+34
| | * credential: avoid writing values with newlinesJeff King2020-03-121-0/+2
* | | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-19/+47
* | | credential: use the last matching username in the configbrian m. carlson2020-02-201-1/+8
|/ /