aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/credential
AgeCommit message (Expand)AuthorFilesLines
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-69/+199
2024-02-27Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano1-0/+3
2024-02-19libsecret: retrieve empty passwordM Hickford1-0/+3
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-08-28Merge branch 'mh/credential-erase-improvements-more'Junio C Hamano2-4/+33
2023-07-26credential/wincred: erase matching creds onlyM Hickford1-4/+16
2023-07-26credential/libsecret: erase matching creds onlyM Hickford1-0/+17
2023-06-16credential/libsecret: store new attributesM Hickford1-6/+72
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-05-01contrib/credential: avoid fixed-size buffer in libsecretTaylor Blau1-8/+7
2023-05-01contrib/credential: .gitignore libsecret build artifactsTaylor Blau1-0/+1
2023-05-01contrib/credential: remove 'gnome-keyring' credential helperTaylor Blau3-496/+0
2023-05-01contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau1-3/+7
2023-04-03credential/wincred: store password_expiry_utcM Hickford1-2/+23
2023-03-27credential/wincred: include wincred.hM Hickford1-60/+1
2022-09-22osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham1-0/+5
2022-09-22netrc: ignore unknown lines (do not die)Matthew John Cheetham1-1/+4
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham1-2/+5
2022-08-12Merge branch 'ab/leak-check'Junio C Hamano1-14/+4
2022-07-27test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason1-5/+2
2022-07-27tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason1-9/+2
2022-07-19osx-keychain: fix compiler warningLessley Dennington1-1/+1
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2-2/+2
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2-0/+2
2019-12-20contrib/credential/netrc: work outside a repoDenton Liu1-1/+1
2019-12-20contrib/credential/netrc: make PERL_PATH configurableDenton Liu3-2/+25
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin1-1/+2
2018-06-18git-credential-netrc: make "all" default target of MakefileTodd Zullinger1-0/+3
2018-06-18git-credential-netrc: fix exit status when tests failLuis Marsano1-1/+3
2018-06-18git-credential-netrc: use in-tree Git.pm for testsLuis Marsano2-2/+2
2018-06-18git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger1-4/+4
2018-06-13git-credential-netrc: remove use of "autodie"Ævar Arnfjörð Bjarmason1-1/+0
2018-05-14git-credential-netrc: accept gpg optionLuis Marsano6-24/+62
2018-05-14git-credential-netrc: adapt to test framework for gitLuis Marsano3-30/+77
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano2-4/+2
2017-11-09Merge branch 'js/wincred-empty-cred'Junio C Hamano1-2/+8
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger2-4/+2
2017-11-04credential-libsecret: unlock locked secretsDennis Kaarsemaker1-1/+1
2017-11-01wincred: handle empty username/password correctlyJakub Bereżański1-2/+8
2016-10-26Merge branch 'mm/credential-libsecret'Junio C Hamano2-0/+395
2016-10-11contrib: add credential helper for libsecretMantas Mikulėnas2-0/+395
2016-06-14gnome-keyring: Don't hard-code pkg-config executableHeiko Becker1-2/+3
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-12-16contrib/git-credential-gnome-keyring.c: small stylistic cleanupsJohn Szakmeister1-46/+39
2013-10-23Merge branch 'bc/gnome-keyring'Junio C Hamano2-134/+167
2013-10-16contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringBrandon Casey1-0/+39
2013-10-16contrib/git-credential-gnome-keyring.c: support ancient gnome-keyringBrandon Casey1-0/+58
2013-10-16contrib/git-credential-gnome-keyring.c: report failure to store passwordBrandon Casey1-1/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use glib messaging functionsBrandon Casey1-29/+4
2013-10-16contrib/git-credential-gnome-keyring.c: use glib memory allocation functionsBrandon Casey1-32/+16
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory for reading passwordsBrandon Casey1-3/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory functions for passwdsBrandon Casey1-15/+6
2013-10-16contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()Brandon Casey1-11/+3
2013-10-16contrib/git-credential-gnome-keyring.c: set Gnome application nameBrandon Casey2-2/+5
2013-10-16contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc...Brandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_tBrandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectlyBrandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: add static where applicableBrandon Casey1-9/+9
2013-10-16contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc.Brandon Casey1-10/+10
2013-10-08Merge branch 'tz/credential-netrc'Jonathan Nieder1-1/+3
2013-10-08git-credential-netrc: fix uninitialized warningTed Zlatanov1-1/+3
2013-09-23contrib/git-credential-gnome-keyring.c: remove unused die() functionBrandon Casey1-10/+0
2013-09-23contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarationsBrandon Casey1-13/+0
2013-05-28credential-osxkeychain: support more protocolsXidorn Quan1-1/+11
2013-03-21Merge branch 'tz/credential-authinfo'Junio C Hamano4-0/+545
2013-03-19Merge branch 'da/downcase-u-in-usage'Junio C Hamano3-3/+3
2013-02-26wincred: improve compatibility with windows versionsKarsten Blees1-129/+70
2013-02-26wincred: accept CRLF on stdin to simplify console usageKarsten Blees1-2/+5
2013-02-25Add contrib/credentials/netrc with GPG supportTed Zlatanov4-0/+545
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar3-3/+3
2012-09-10Merge branch 'ph/credential-gnome-keyring'Junio C Hamano3-0/+470
2012-08-24contrib: add credential helper for GnomeKeyringPhilipp A. Hartmann3-0/+470
2012-08-16contrib: add win32 credential-helperErik Faye-Lund2-0/+371
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