aboutsummaryrefslogtreecommitdiff
path: root/contrib/credential/wincred/git-credential-wincred.c
AgeCommit message (Expand)Author
2025-11-17wincred: avoid memory corruptionDavid Macek
2025-06-12Sync with 2.48.2Junio C Hamano
2025-05-28Sync with 2.43.7Taylor Blau
2025-05-28wincred: avoid buffer overflow in wcsncat()Taylor Blau
2025-02-18contrib/credential: fix compilation of wincred helper with MSVCM Hickford
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford
2023-07-26credential/wincred: erase matching creds onlyM Hickford
2023-05-11Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano
2023-05-11Merge branch 'mh/use-wincred-from-system'Junio C Hamano
2023-05-01contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau
2023-04-03credential/wincred: store password_expiry_utcM Hickford
2023-03-27credential/wincred: include wincred.hM Hickford
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2017-11-01wincred: handle empty username/password correctlyJakub Bereżański
2015-01-25wincred: fix get credential if username has "@"Aleksey Vasenev
2013-03-19Merge branch 'da/downcase-u-in-usage'Junio C Hamano
2013-02-26wincred: improve compatibility with windows versionsKarsten Blees
2013-02-26wincred: accept CRLF on stdin to simplify console usageKarsten Blees
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar
2012-08-16contrib: add win32 credential-helperErik Faye-Lund