All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] contrib: GnomeKeyring support + generic helper implementation
@ 2012-08-23 16:57 Philipp A. Hartmann
  2012-08-23 16:57 ` [PATCH 1/4] contrib: add credential helper for GnomeKeyring Philipp A. Hartmann
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Philipp A. Hartmann @ 2012-08-23 16:57 UTC (permalink / raw)
  To: git; +Cc: Jeff King, John Szakmeister

All,

the following patch series proposes enhancements to the credential helper
implementations in the contrib section.  The detailed development history
can be found at GitHub [1].

  The first patch adds a GnomeKeyring credential backend.  The GnomeKeyring
specific parts are based on the work by John Szakmeister, who wrote the
helper originally for the initial, unpublished version of the credential
helper protocol.

  The second patch adds a generic implementation of a credential helper
based on a simplified credential API and common helper functions.  Helpers
based on this implementation do not need to worry about the credential
protocol and only need to implement callback functions for the different
credential operations.

  The third and fourth patches port the existing helpers to this generic
implementation.

Looking forward to your thoughts.

Greetings from Oldenburg,
  Philipp

[1] https://github.com/pah/git-credential-helper

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-09-01 12:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-23 16:57 [PATCH] contrib: GnomeKeyring support + generic helper implementation Philipp A. Hartmann
2012-08-23 16:57 ` [PATCH 1/4] contrib: add credential helper for GnomeKeyring Philipp A. Hartmann
2012-08-23 16:57 ` [PATCH 2/4] contrib: add generic credential helper Philipp A. Hartmann
2012-08-23 16:57 ` [PATCH 3/4] gnome-keyring: port to generic helper implementation Philipp A. Hartmann
2012-08-23 16:57 ` [PATCH 4/4] osxkeychain: port to generic credential " Philipp A. Hartmann
2012-08-24 18:15 ` [PATCH] contrib: GnomeKeyring support + generic " Junio C Hamano
2012-08-24 21:33   ` Jeff King
2012-08-24 21:46     ` Junio C Hamano
2012-08-26 17:46       ` Junio C Hamano
2012-08-26 18:16         ` Philipp A. Hartmann
2012-08-26 22:04           ` [PATCH 5/4] wincred: port to generic credential helper (UNTESTED) Philipp A. Hartmann
2012-08-26 22:45             ` [PATCH 5/4 v2] " Philipp A. Hartmann
2012-08-30 18:27             ` [PATCH 5/4] " Erik Faye-Lund
2012-08-30 20:11               ` Junio C Hamano
2012-08-31 15:44               ` Erik Faye-Lund
2012-09-01 12:42                 ` [PATCH 5/4 v3] wincred: port to generic credential helper Philipp A. Hartmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.