summaryrefslogtreecommitdiffstats
path: root/contrib/credential/wincred
AgeCommit message (Expand)AuthorLines
2025-11-26Merge branch 'js/wincred-get-credential-alloc-fix'Junio C Hamano-1/+1
2025-11-17wincred: avoid memory corruptionDavid Macek-1/+1
2025-11-06wincred: align Makefile with other Makefiles in contribThomas Uhle-8/+10
2025-06-12Sync with 2.48.2Junio C Hamano-7/+15
2025-05-28Sync with 2.43.7Taylor Blau-7/+15
2025-05-28wincred: avoid buffer overflow in wcsncat()Taylor Blau-7/+15
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano-0/+7
2025-02-18meson: wire up credential helpersPatrick Steinhardt-0/+5
2025-02-18contrib/credential: fix compilation of wincred helper with MSVCM Hickford-0/+2
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie-1/+2
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano-6/+40
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford-6/+40
2023-07-26credential/wincred: erase matching creds onlyM Hickford-4/+16
2023-05-11Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano-2/+23
2023-05-11Merge branch 'mh/use-wincred-from-system'Junio C Hamano-60/+1
2023-05-01contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau-4/+17
2023-04-03credential/wincred: store password_expiry_utcM Hickford-2/+23
2023-03-27credential/wincred: include wincred.hM Hickford-60/+1
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham-2/+5
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason-0/+1
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin-1/+2
2017-11-01wincred: handle empty username/password correctlyJakub Bereżański-2/+8
2015-01-25wincred: fix get credential if username has "@"Aleksey Vasenev-3/+22
2014-05-14wincred: avoid overwriting configured variablesPat Thoyts-4/+4
2014-05-14wincred: add install targetPat Thoyts-0/+8
2013-03-19Merge branch 'da/downcase-u-in-usage'Junio C Hamano-1/+1
2013-02-26wincred: improve compatibility with windows versionsKarsten Blees-129/+70
2013-02-26wincred: accept CRLF on stdin to simplify console usageKarsten Blees-2/+5
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar-1/+1
2012-08-16contrib: add win32 credential-helperErik Faye-Lund-0/+371