index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
credential
/
osxkeychain
/
git-credential-osxkeychain.c
Age
Commit message (
Expand
)
Author
2025-11-14
osxkeychain: avoid incorrectly skipping store operation
Koji Nakamaru
2025-02-18
contrib/credential: fix compilation of "osxkeychain" helper
Patrick Steinhardt
2024-08-14
Merge branch 'jk/osxkeychain-username-is-nul-terminated'
Junio C Hamano
2024-08-01
credential/osxkeychain: respect NUL terminator in username
Jeff King
2024-05-15
osxkeychain: state to skip unnecessary store operations
Koji Nakamaru
2024-05-15
osxkeychain: exclusive lock to serialize execution of operations
Koji Nakamaru
2024-04-01
osxkeychain: store new attributes
Bo Anderson
2024-04-01
osxkeychain: erase matching passwords only
Bo Anderson
2024-04-01
osxkeychain: erase all matching credentials
Bo Anderson
2024-04-01
osxkeychain: replace deprecated SecKeychain API
Bo Anderson
2023-05-01
contrib/credential: avoid fixed-size buffer in osxkeychain
Taylor Blau
2022-09-22
osxkeychain: clarify that we ignore unknown lines
Matthew John Cheetham
2022-07-19
osx-keychain: fix compiler warning
Lessley Dennington
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2013-05-28
credential-osxkeychain: support more protocols
Xidorn Quan
2013-02-24
contrib/credential: use a lowercase "usage:" string
David Aguilar
2011-12-12
contrib: add credential helper for OS X Keychain
Jeff King