61 Commits (master)

Author SHA1 Message Date
Taylor Blau 16b305cd2b credential.c: store "wwwauth[]" values in `credential_read()` 1 year ago
Elijah Newren 5e3f94dfe3 treewide: remove cache.h inclusion due to previous changes 1 year ago
Elijah Newren 69a63fe663 treewide: be explicit about dependence on strbuf.h 1 year ago
M Hickford a5c76569e7 credential: new attribute oauth_refresh_token 1 year ago
Elijah Newren 0b027f6ca7 abspath.h: move absolute path functions from cache.h 1 year ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 1 year ago
Matthew John Cheetham 5f2117b24f credential: add WWW-Authenticate header to cred requests 1 year ago
Matthew John Cheetham 6b8dda9a4f http: read HTTP WWW-Authenticate response headers 1 year ago
M Hickford d208bfdfef credential: new attribute password_expiry_utc 1 year ago
Ævar Arnfjörð Bjarmason a41e8e7467 urlmatch.c: add and use a *_release() function 2 years ago
Ævar Arnfjörð Bjarmason 73ee449bbf urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT 3 years ago
Mike Hommey 5146c2f148 credential: fix leak in credential_apply_config() 3 years ago
Ævar Arnfjörð Bjarmason 5726a6b401 *.c *_init(): define in terms of corresponding *_INIT macro 3 years ago
Nikita Leonov 356c473295 credential: treat CR/LF as line endings in the credential protocol 4 years ago
Junio C Hamano afbdba391e run_command: teach API users to use embedded 'args' more 4 years ago
Johannes Schindelin 9a121b0d22 credential: handle `credential.<partial-URL>.<key>` again 4 years ago
brian m. carlson b44d0118ac credential: fix matching URLs with multiple levels in path 4 years ago
Johannes Schindelin 12294990c9 credential: handle `credential.<partial-URL>.<key>` again 4 years ago
Johannes Schindelin f52b0cb418 credential: optionally allow partial URLs in credential_from_url_gently() 4 years ago
Johannes Schindelin 6828e5972b credential: optionally allow partial URLs in credential_from_url_gently() 4 years ago
Jonathan Nieder e7fab62b73 credential: treat URL with empty scheme as invalid 4 years ago
Jonathan Nieder c44088ecc4 credential: treat URL without scheme as invalid 4 years ago
Jeff King fe29a9b7b0 credential: die() when parsing invalid urls 4 years ago
Jeff King 8ba8ed568e credential: refuse to operate when missing host or protocol 4 years ago
Jeff King 24036686c4 credential: parse URL without host as empty host, not unset 4 years ago
Jeff King 4c5971e18a credential: treat "?" and "#" in URLs as end of host 4 years ago
Jeff King c716fe4bd9 credential: detect unrepresentable values when parsing urls 4 years ago
Jeff King 9a6bbee800 credential: avoid writing values with newlines 4 years ago
brian m. carlson 46fd7b3900 credential: allow wildcard patterns when matching config 4 years ago
brian m. carlson 82eb249853 credential: use the last matching username in the config 4 years ago
Erik E Brady a0d51e8d0e credential: ignore SIGPIPE when writing to credential helpers 6 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 7 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
Jeff King 24321375cd credential: let empty credential specs reset helper list 8 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 8 years ago
Jeff King 59b386526a credential: let helpers tell us to quit 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 10 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 10 years ago
Jeff King 9c183a7072 credential: convert "url" attribute into its parsed subparts 12 years ago
Matthieu Moy 2d6dc182b8 git credential fill: output the whole 'struct credential' 12 years ago
Jeff King ce77aa4813 credential: use git_prompt instead of git_getpass 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Jeff King a78fbb4fb6 credential: make relevance of http path configurable 13 years ago
Jeff King d5742425eb credential: add credential.*.username 13 years ago
Jeff King 118250728e credential: apply helper config 13 years ago
Jeff King d3e847c107 credential: add function for parsing url components 13 years ago
Jeff King abca927dbe introduce credentials API 13 years ago