index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
credential.h
Age
Commit message (
Expand
)
Author
2024-06-06
credential: clear expired c->credential, unify secret clearing
Aaron Plattner
2024-04-16
credential: add method for querying capabilities
brian m. carlson
2024-04-16
credential-cache: implement authtype capability
brian m. carlson
2024-04-16
credential: add support for multistage credential rounds
brian m. carlson
2024-04-16
credential: add an argument to keep state
brian m. carlson
2024-04-16
credential: add a field called "ephemeral"
brian m. carlson
2024-04-16
credential: gate new fields on capability
brian m. carlson
2024-04-16
credential: add a field for pre-encoded credentials
brian m. carlson
2024-04-16
credential: add an authtype field
brian m. carlson
2023-06-15
credential: avoid erasing distinct password
M Hickford
2023-05-10
Merge branch 'mh/credential-oauth-refresh-token'
Junio C Hamano
2023-04-21
credential: new attribute oauth_refresh_token
M Hickford
2023-03-17
Merge branch 'mc/credential-helper-www-authenticate'
Junio C Hamano
2023-02-27
http: read HTTP WWW-Authenticate response headers
Matthew John Cheetham
2023-02-22
credential: new attribute password_expiry_utc
M Hickford
2021-07-01
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
2020-05-04
credential: correct order of parameters for credential_match
Carlo Marcelo Arenas Belón
2020-05-04
credential: update description for credential_from_url_gently
Carlo Marcelo Arenas Belón
2020-03-25
Git 2.26.1
v2.26.1
Junio C Hamano
2020-03-17
Git 2.25.3
v2.25.3
Junio C Hamano
2020-03-12
credential: detect unrepresentable values when parsing urls
Jeff King
2020-03-05
Merge branch 'bc/wildcard-credential'
Junio C Hamano
2020-02-20
credential: use the last matching username in the config
brian m. carlson
2020-02-14
doc: move credential helper info into gitcredentials(7)
Jeff King
2019-11-18
credential: move doc to credential.h
Heba Waly
2014-12-04
credential: let helpers tell us to quit
Jeff King
2012-06-25
git credential fill: output the whole 'struct credential'
Matthieu Moy
2011-12-11
credential: make relevance of http path configurable
Jeff King
2011-12-11
credential: apply helper config
Jeff King
2011-12-11
credential: add function for parsing url components
Jeff King
2011-12-11
introduce credentials API
Jeff King