index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
credential.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with 2.42.4
Johannes Schindelin
2024-11-26
1
-12
/
+25
|
\
|
*
Sync with 2.41.3
Johannes Schindelin
2024-11-26
1
-12
/
+25
|
|
\
|
|
*
Sync with 2.40.4
Johannes Schindelin
2024-11-26
1
-12
/
+25
|
|
|
\
|
|
|
*
credential: disallow Carriage Returns in the protocol by default
Johannes Schindelin
2024-11-26
1
-7
/
+14
|
|
|
*
credential: sanitize the user prompt
Johannes Schindelin
2024-11-26
1
-1
/
+6
|
|
|
*
credential_format(): also encode <host>[:<port>]
Johannes Schindelin
2024-11-26
1
-1
/
+2
*
|
|
|
credential: mark unused parameter in urlmatch callback
Jeff King
2023-08-30
1
-2
/
+2
|
/
/
/
*
|
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-0
/
+1
*
|
|
credential: avoid erasing distinct password
M Hickford
2023-06-15
1
-3
/
+4
|
/
/
*
|
Merge branch 'mh/credential-oauth-refresh-token'
Junio C Hamano
2023-05-10
1
-0
/
+6
|
\
\
|
*
|
credential: new attribute oauth_refresh_token
M Hickford
2023-04-21
1
-0
/
+6
|
|
/
*
|
Merge branch 'tb/credential-long-lines'
Junio C Hamano
2023-05-10
1
-0
/
+2
|
\
\
|
*
|
credential.c: store "wwwauth[]" values in `credential_read()`
Taylor Blau
2023-05-01
1
-0
/
+2
*
|
|
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
|
|
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
/
/
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'mc/credential-helper-www-authenticate'
Junio C Hamano
2023-03-17
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
credential: add WWW-Authenticate header to cred requests
Matthew John Cheetham
2023-02-27
1
-0
/
+3
|
*
http: read HTTP WWW-Authenticate response headers
Matthew John Cheetham
2023-02-27
1
-0
/
+1
*
|
credential: new attribute password_expiry_utc
M Hickford
2023-02-23
1
-1
/
+19
|
/
*
urlmatch.c: add and use a *_release() function
Ævar Arnfjörð Bjarmason
2022-03-04
1
-0
/
+1
*
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
2021-10-01
1
-1
/
+1
*
credential: fix leak in credential_apply_config()
Mike Hommey
2021-08-25
1
-0
/
+1
*
*.c *_init(): define in terms of corresponding *_INIT macro
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+2
*
credential: treat CR/LF as line endings in the credential protocol
Nikita Leonov
2020-10-03
1
-1
/
+1
*
run_command: teach API users to use embedded 'args' more
Junio C Hamano
2020-08-27
1
-3
/
+1
*
Merge branch 'js/partial-urlmatch'
Junio C Hamano
2020-05-05
1
-0
/
+17
|
\
|
*
credential: handle `credential.<partial-URL>.<key>` again
Johannes Schindelin
2020-04-25
1
-0
/
+27
|
*
credential: optionally allow partial URLs in credential_from_url_gently()
Johannes Schindelin
2020-04-25
1
-6
/
+36
*
|
Merge branch 'js/partial-urlmatch-2.17'
Junio C Hamano
2020-05-05
1
-6
/
+46
|
\
\
|
*
|
credential: handle `credential.<partial-URL>.<key>` again
Johannes Schindelin
2020-04-29
1
-1
/
+17
|
*
|
credential: optionally allow partial URLs in credential_from_url_gently()
Johannes Schindelin
2020-04-24
1
-6
/
+36
*
|
|
Merge branch 'bc/wildcard-credential'
Junio C Hamano
2020-05-05
1
-2
/
+2
|
\
\
\
|
*
|
|
credential: fix matching URLs with multiple levels in path
brian m. carlson
2020-04-27
1
-2
/
+2
*
|
|
|
Merge branch 'jk/credential-parsing-end-of-host-in-URL'
Junio C Hamano
2020-04-22
1
-1
/
+8
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
credential: treat "?" and "#" in URLs as end of host
Jeff King
2020-04-15
1
-1
/
+8
*
|
|
|
Git 2.26.2
v2.26.2
Jonathan Nieder
2020-04-20
1
-16
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Git 2.18.4
v2.18.4
Jonathan Nieder
2020-04-20
1
-16
/
+23
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
credential: treat URL with empty scheme as invalid
Jonathan Nieder
2020-04-20
1
-3
/
+2
|
|
*
|
credential: treat URL without scheme as invalid
Jonathan Nieder
2020-04-20
1
-2
/
+5
|
|
*
|
credential: die() when parsing invalid urls
Jeff King
2020-04-20
1
-4
/
+2
|
|
*
|
credential: refuse to operate when missing host or protocol
Jeff King
2020-04-20
1
-6
/
+14
|
|
*
|
credential: parse URL without host as empty host, not unset
Jeff King
2020-04-20
1
-2
/
+1
*
|
|
|
Git 2.26.1
v2.26.1
Junio C Hamano
2020-03-25
1
-2
/
+36
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Git 2.18.3
v2.18.3
Junio C Hamano
2020-03-17
1
-2
/
+36
|
|
\
|
|
|
*
credential: detect unrepresentable values when parsing urls
Jeff King
2020-03-12
1
-2
/
+34
|
|
*
credential: avoid writing values with newlines
Jeff King
2020-03-12
1
-0
/
+2
*
|
|
credential: allow wildcard patterns when matching config
brian m. carlson
2020-02-20
1
-19
/
+47
*
|
|
credential: use the last matching username in the config
brian m. carlson
2020-02-20
1
-1
/
+8
|
/
/
[next]