You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/08/06 20:56:31 UTC

svn commit: r1369921 - /subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h

Author: cmpilato
Date: Mon Aug  6 18:56:30 2012
New Revision: 1369921

URL: http://svn.apache.org/viewvc?rev=1369921&view=rev
Log:
On the 'master-passphrase' branch: 

* subversion/libsvn_subr/auth_store.h
  (svn_auth__pathetic_store_create): Fix a stale comment.

Modified:
    subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h

Modified: subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h
URL: http://svn.apache.org/viewvc/subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h?rev=1369921&r1=1369920&r2=1369921&view=diff
==============================================================================
--- subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h (original)
+++ subversion/branches/master-passphrase/subversion/libsvn_subr/auth_store.h Mon Aug  6 18:56:30 2012
@@ -202,14 +202,11 @@ svn_auth__store_iterate_creds(svn_auth__
    CRYPTO_CTX is the cryptographic context which the store will use
    for related functionality.
 
-   Use the providers registered with SECRET_AUTH_BATON to acquire the
-   master passphrase used to encrypt the sensitive contents of the
-   store.  When creating the store it is registered with the store
-   as-is, but when opening a previously existing store, it is
-   validated against the passphrase self-checking information in the
-   store itself.  Return SVN_ERR_AUTHN_FAILED if the secret provided
-   by SECRET_FUNC does not validate against an existing store's
-   checktext.
+   Use the providers registered with SECRET_AUTH_BATON to acquire
+   (when needed) the master passphrase used to encrypt the sensitive
+   contents of the store.  Any of the store-related functions may
+   return SVN_ERR_AUTHN_FAILED if the secret provided by SECRET_FUNC
+   does not validate against an existing store's checktext.
 
    ### TODO:  This is expected to be experimental code! ###
 */