Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 566D1B3F4 for ; Thu, 5 Jan 2012 01:16:58 +0000 (UTC) Received: (qmail 31865 invoked by uid 500); 5 Jan 2012 01:16:58 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 31830 invoked by uid 500); 5 Jan 2012 01:16:58 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 31823 invoked by uid 99); 5 Jan 2012 01:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 01:16:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 01:16:48 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 8F3C8DE84A for ; Thu, 5 Jan 2012 02:16:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx0.elegosoft.com Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tDnze-sxJr84 for ; Thu, 5 Jan 2012 02:16:23 +0100 (CET) Received: from daniel3.local (bzq-109-65-192-177.red.bezeqint.net [109.65.192.177]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 6D29CDE845 for ; Thu, 5 Jan 2012 02:16:23 +0100 (CET) Date: Thu, 5 Jan 2012 03:16:16 +0200 From: Daniel Shahaf To: dev@subversion.apache.org Subject: Re: [Subversion Wiki] Update of "EncryptedPasswordStorage" by CMichaelPilato Message-ID: <20120105011616.GB30303@daniel3.local> References: <20120103161929.35012.45484@eos.apache.org> <20120103222733.GG11389@ted.stsp.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120103222733.GG11389@ted.stsp.name> User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org Stefan Sperling wrote on Tue, Jan 03, 2012 at 23:27:33 +0100: > On Tue, Jan 03, 2012 at 04:19:29PM -0000, Apache subversion Wiki wrote: > > + === GPG Agent === > > + Subversion's 1.8-dev codebase currently offers an integration with GPG Agent, which is yet another third-party cryptographic service provider. > > + > > Even though this auth provider has "GPG" in its name, there is no crypto > involved. It is merely an in-memory cache of the password, in plaintext. > The only advantage is that the password is not written to disk. > See the "SECURITY CONSIDERATIONS" comment added in this commit: > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?r1=1151053&r2=1151069 I've added the magic number URL to docs/release-notes/1.8.html.