[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1005065 - in /subversion/branches/gpg-agent-password-store: ./ build/generator/ subversion/include/ subversion/include/private/ subversion/libsvn_auth_gpg_agent/ subversion/libsvn_subr/

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 6 Oct 2010 17:34:15 +0200

Needs "Patch by:"?

stylesen_at_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
Received on 2010-10-06 17:35:56 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.