summaryrefslogtreecommitdiff
path: root/contrib/credential/osxkeychain
AgeCommit message (Expand)AuthorFilesLines
2026-07-07contrib: wire up osxkeychain in contrib/Makefile on macOSShardul Natu1-1/+3
2026-02-20osxkeychain: define build targets in the top-level Makefile.Koji Nakamaru1-59/+6
2025-11-14osxkeychain: avoid incorrectly skipping store operationKoji Nakamaru3-30/+132
2025-10-25contrib/credential: add install targetThomas Uhle1-1/+6
2025-10-20contrib/credential: harmonize MakefilesThomas Uhle1-8/+13
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano2-1/+10
2025-02-18meson: wire up credential helpersPatrick Steinhardt1-0/+9
2025-02-18contrib/credential: fix compilation of "osxkeychain" helperPatrick Steinhardt1-1/+1
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie1-0/+1
2024-08-14Merge branch 'jk/osxkeychain-username-is-nul-terminated'Junio C Hamano1-1/+1
2024-08-01credential/osxkeychain: respect NUL terminator in usernameJeff King1-1/+1
2024-05-15osxkeychain: state to skip unnecessary store operationsKoji Nakamaru1-0/+11
2024-05-15osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru1-0/+3
2024-04-01osxkeychain: store new attributesBo Anderson1-6/+62
2024-04-01osxkeychain: erase matching passwords onlyBo Anderson1-1/+55
2024-04-01osxkeychain: erase all matching credentialsBo Anderson1-1/+2
2024-04-01osxkeychain: replace deprecated SecKeychain APIBo Anderson2-67/+197
2023-05-01contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau1-3/+7
2022-09-22osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham1-0/+5
2022-07-19osx-keychain: fix compiler warningLessley Dennington1-1/+1
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2013-05-28credential-osxkeychain: support more protocolsXidorn Quan1-1/+11
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2012-05-24osxkeychain: pull make config from top-level directoryJeff King1-2/+5
2011-12-12contrib: add credential helper for OS X KeychainJeff King3-0/+188