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
/
wincred
Age
Commit message (
Expand
)
Author
2025-11-26
Merge branch 'js/wincred-get-credential-alloc-fix'
Junio C Hamano
2025-11-17
wincred: avoid memory corruption
David Macek
2025-11-06
wincred: align Makefile with other Makefiles in contrib
Thomas Uhle
2025-06-12
Sync with 2.48.2
Junio C Hamano
2025-05-28
Sync with 2.43.7
Taylor Blau
2025-05-28
wincred: avoid buffer overflow in wcsncat()
Taylor Blau
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 wincred helper with MSVC
M Hickford
2025-02-18
Makefile: set default goals in makefiles
Adam Dinwoodie
2024-02-08
Merge branch 'mh/credential-oauth-refresh-token-with-wincred'
Junio C Hamano
2024-01-29
credential/wincred: store oauth_refresh_token
M Hickford
2023-07-26
credential/wincred: erase matching creds only
M Hickford
2023-05-11
Merge branch 'mh/credential-password-expiry-wincred'
Junio C Hamano
2023-05-11
Merge branch 'mh/use-wincred-from-system'
Junio C Hamano
2023-05-01
contrib/credential: embiggen fixed-size buffer in wincred
Taylor Blau
2023-04-03
credential/wincred: store password_expiry_utc
M Hickford
2023-03-27
credential/wincred: include wincred.h
M Hickford
2022-09-22
wincred: 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-24
mingw: load system libraries the recommended way
Johannes Schindelin
2017-11-01
wincred: handle empty username/password correctly
Jakub Bereżański
2015-01-25
wincred: fix get credential if username has "@"
Aleksey Vasenev
2014-05-14
wincred: avoid overwriting configured variables
Pat Thoyts
2014-05-14
wincred: add install target
Pat Thoyts
2013-03-19
Merge branch 'da/downcase-u-in-usage'
Junio C Hamano
2013-02-26
wincred: improve compatibility with windows versions
Karsten Blees
2013-02-26
wincred: accept CRLF on stdin to simplify console usage
Karsten Blees
2013-02-24
contrib/credential: use a lowercase "usage:" string
David Aguilar
2012-08-16
contrib: add win32 credential-helper
Erik Faye-Lund