summaryrefslogtreecommitdiff
path: root/contrib/credential/wincred
AgeCommit message (Expand)AuthorFilesLines
2026-07-16wincred: prevent silent credential loss when storing OAuth tokensJohannes Schindelin1-2/+2
2026-07-16wincred: avoid memory corruption when erasing a credentialJohannes Schindelin1-4/+4
2025-11-26Merge branch 'js/wincred-get-credential-alloc-fix'Junio C Hamano1-1/+1
2025-11-17wincred: avoid memory corruptionDavid Macek1-1/+1
2025-11-06wincred: align Makefile with other Makefiles in contribThomas Uhle1-8/+10
2025-06-12Sync with 2.48.2Junio C Hamano1-7/+15
2025-05-28Sync with 2.43.7Taylor Blau1-7/+15
2025-05-28wincred: avoid buffer overflow in wcsncat()Taylor Blau1-7/+15
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano2-0/+7
2025-02-18meson: wire up credential helpersPatrick Steinhardt1-0/+5
2025-02-18contrib/credential: fix compilation of wincred helper with MSVCM Hickford1-0/+2
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie1-1/+2
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano1-6/+40
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford1-6/+40
2023-07-26credential/wincred: erase matching creds onlyM Hickford1-4/+16
2023-05-11Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano1-2/+23
2023-05-11Merge branch 'mh/use-wincred-from-system'Junio C Hamano1-60/+1
2023-05-01contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau1-4/+17
2023-04-03credential/wincred: store password_expiry_utcM Hickford1-2/+23
2023-03-27credential/wincred: include wincred.hM Hickford1-60/+1
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham1-2/+5
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin1-1/+2
2017-11-01wincred: handle empty username/password correctlyJakub Bereżański1-2/+8
2015-01-25wincred: fix get credential if username has "@"Aleksey Vasenev1-3/+22
2014-05-14wincred: avoid overwriting configured variablesPat Thoyts1-4/+4
2014-05-14wincred: add install targetPat Thoyts1-0/+8
2013-03-19Merge branch 'da/downcase-u-in-usage'Junio C Hamano1-1/+1
2013-02-26wincred: improve compatibility with windows versionsKarsten Blees1-127/+68
2013-02-26wincred: accept CRLF on stdin to simplify console usageKarsten Blees1-2/+5
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2012-08-16contrib: add win32 credential-helperErik Faye-Lund2-0/+371