aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/credential (follow)
AgeCommit message (Expand)AuthorFilesLines
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