Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B57EEC3E9 for ; Fri, 14 Jun 2013 09:41:01 +0000 (UTC) Received: (qmail 7100 invoked by uid 500); 14 Jun 2013 09:41:01 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 7083 invoked by uid 500); 14 Jun 2013 09:41:01 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 7068 invoked by uid 99); 14 Jun 2013 09:41:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 09:41:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 09:40:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1549E2388B6C; Fri, 14 Jun 2013 09:40:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1493010 [7/16] - in /subversion/site/publish/docs: api/1.8/ api/1.8/search/ javahl/1.8/ javahl/1.8/org/apache/subversion/javahl/ javahl/1.8/org/apache/subversion/javahl/callback/ javahl/1.8/org/apache/subversion/javahl/types/ javahl/1.8/or... Date: Fri, 14 Jun 2013 09:39:36 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130614094012.1549E2388B6C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: subversion/site/publish/docs/api/1.8/svn__auth_8h.html URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/api/1.8/svn__auth_8h.html?rev=1493010&r1=1493009&r2=1493010&view=diff ============================================================================== --- subversion/site/publish/docs/api/1.8/svn__auth_8h.html (original) +++ subversion/site/publish/docs/api/1.8/svn__auth_8h.html Fri Jun 14 09:39:23 2013 @@ -146,11 +146,11 @@ Defines  The following property is for SSL server cert providers.
#define SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO  The following property is for SSL server cert providers.
-#define SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG   SVN_AUTH_PARAM_PREFIX "config-category-config" - Some providers need access to the svn_config_t configuration.
- -#define SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS   SVN_AUTH_PARAM_PREFIX "config-category-servers" -#define SVN_AUTH_PARAM_CONFIG   SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS +#define SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG + This provides a pointer to a svn_config_t containting the config category.
+#define SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS + This provides a pointer to a svn_config_t containting the servers category.
+#define SVN_AUTH_PARAM_CONFIG   SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS #define SVN_AUTH_PARAM_SERVER_GROUP   SVN_AUTH_PARAM_PREFIX "server-group"  The current server group.
#define SVN_AUTH_PARAM_CONFIG_DIR   SVN_AUTH_PARAM_PREFIX "config-dir" @@ -173,13 +173,12 @@ Defines #define SVN_AUTH_SSL_OTHER   0x40000000  Other failure.
Default credentials defines
-

Any 'default' credentials that came in through the application itself, (e.g.

-

--username and --password options). Property values are const char *.

+

Property values are const char *.

- -#define SVN_AUTH_PARAM_DEFAULT_USERNAME   SVN_AUTH_PARAM_PREFIX "username" - -#define SVN_AUTH_PARAM_DEFAULT_PASSWORD   SVN_AUTH_PARAM_PREFIX "password" +#define SVN_AUTH_PARAM_DEFAULT_USERNAME   SVN_AUTH_PARAM_PREFIX "username" + Default username provided by the application itself (e.g.
+#define SVN_AUTH_PARAM_DEFAULT_PASSWORD   SVN_AUTH_PARAM_PREFIX "password" + Default password provided by the application itself (e.g.

Typedefs

@@ -321,7 +320,7 @@ Functions

The baton which is passed to *SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC.

-

Definition at line 991 of file svn_auth.h.

+

Definition at line 997 of file svn_auth.h.

@@ -339,7 +338,7 @@ Functions

libsvn_auth_gnome_keyring-specific run-time parameters.

The pointer to function which prompts user for GNOME Keyring password. The type of this pointer should be svn_auth_gnome_keyring_unlock_prompt_func_t.

-

Definition at line 987 of file svn_auth.h.

+

Definition at line 993 of file svn_auth.h.

@@ -360,7 +359,7 @@ Functions

The answer is returned in *keyring_password. baton is an implementation-specific closure. All allocations should be done in pool.

Since:
New in 1.6
-

Definition at line 975 of file svn_auth.h.

+

Definition at line 981 of file svn_auth.h.

@@ -1336,7 +1335,7 @@ An administrative password reset may inv