summaryrefslogtreecommitdiff
path: root/contrib/credential
AgeCommit message (Expand)Author
2013-10-23Merge branch 'bc/gnome-keyring'Junio C Hamano
2013-10-16contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: support ancient gnome-keyringBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: report failure to store passwordBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: use glib messaging functionsBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: use glib memory allocation functionsBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory for reading passwordsBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory functions for passwdsBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()Brandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: set Gnome application nameBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc...Brandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_tBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectlyBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: add static where applicableBrandon Casey
2013-10-16contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc.Brandon Casey
2013-10-08Merge branch 'tz/credential-netrc'Jonathan Nieder
2013-10-08git-credential-netrc: fix uninitialized warningTed Zlatanov
2013-09-23contrib/git-credential-gnome-keyring.c: remove unused die() functionBrandon Casey
2013-09-23contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarationsBrandon Casey
2013-05-28credential-osxkeychain: support more protocolsXidorn Quan
2013-03-21Merge branch 'tz/credential-authinfo'Junio C Hamano
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-25Add contrib/credentials/netrc with GPG supportTed Zlatanov
2013-02-24contrib/credential: use a lowercase "usage:" stringDavid Aguilar
2012-09-10Merge branch 'ph/credential-gnome-keyring'Junio C Hamano
2012-08-24contrib: add credential helper for GnomeKeyringPhilipp A. Hartmann
2012-08-17contrib: add win32 credential-helperErik Faye-Lund
2012-05-24osxkeychain: pull make config from top-level directoryJeff King
2011-12-13contrib: add credential helper for OS X KeychainJeff King