Needs "Patch by:"?
style...@apache.org wrote on Wed, Oct 06, 2010 at 14:41:35 -0000: > Author: stylesen > Date: Wed Oct 6 14:41:35 2010 > New Revision: 1005065 > > URL: http://svn.apache.org/viewvc?rev=1005065&view=rev > Log: > On the 'gpg-agent-password-store' branch: > > Add GPG-AGENT support for Subversion password caching. > > * Makefile.in > Include support for building libsvn_auth_gpg_agent. > > * build.conf > Include support for building libsvn_auth_gpg_agent. > > * configure.ac > Include support for configuring a build to include gpg-agent > support. > > * build/generator/extractor.py > Add gpg-agent auth related functions. > > * subversion/libsvn_subr/auth.c > Add gpg-agent to the list of password store types supported. > > * subversion/libsvn_subr/simple_providers.c > (svn_auth__simple_save_creds_helper): Check for gpg-agent encrypted > password store. > > * subversion/include/private/svn_auth_private.h > Add password type #define for gpg-agent type. > > * subversion/include/svn_auth.h > (svn_auth_gpg_agent_version, > svn_auth_get_gpg_agent_simple_provider): Add new function > prototypes. > > * subversion/libsvn_auth_gpg_agent/version.c > Provide version information for libsvn_auth_gpg_agent. > > * subversion/libsvn_auth_gpg_agent/gpg_agent.c > Password handling functions for gpg-agent password store. > > Added: > > subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/ > > subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c > > subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/version.c > Modified: > subversion/branches/gpg-agent-password-store/Makefile.in > subversion/branches/gpg-agent-password-store/build.conf > subversion/branches/gpg-agent-password-store/build/generator/extractor.py > subversion/branches/gpg-agent-password-store/configure.ac > > subversion/branches/gpg-agent-password-store/subversion/include/private/svn_auth_private.h > subversion/branches/gpg-agent-password-store/subversion/include/svn_auth.h > subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/auth.c > > subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/simple_providers.c