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
Age
Commit message (
Expand
)
Author
2026-02-20
osxkeychain: define build targets in the top-level Makefile.
Koji Nakamaru
2025-11-14
osxkeychain: avoid incorrectly skipping store operation
Koji Nakamaru
2025-10-25
contrib/credential: add install target
Thomas Uhle
2025-10-20
contrib/credential: harmonize Makefiles
Thomas Uhle
2025-03-03
Merge branch 'ps/meson-contrib-bits'
Junio C Hamano
2025-02-18
meson: wire up credential helpers
Patrick Steinhardt
2025-02-18
contrib/credential: fix compilation of "osxkeychain" helper
Patrick Steinhardt
2025-02-18
Makefile: set default goals in makefiles
Adam Dinwoodie
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
2012-05-24
osxkeychain: pull make config from top-level directory
Jeff King
2011-12-12
contrib: add credential helper for OS X Keychain
Jeff King