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

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-02-04 23:55:30 CET

On Tuesday, February 4, 2003, at 05:02 PM, sussman@tigris.org wrote:

> =======================================================================
> =======
> --- trunk/subversion/include/svn_client.h (original)
> +++ trunk/subversion/include/svn_client.h Tue Feb 4 16:02:38 2003
> @@ -113,6 +113,26 @@
> } svn_client_auth_baton_t;
>
>
> +/* Set *PROVIDER and *PROVIDER_BATON to an authentication provider of
> + * type svn_auth_cred_simple_t that gets information by prompting the
> + * user with PROMPT_FUNC and PROMPT_BATON. If either
> + * SVN_AUTH_PARAM_DEFAULT_USERNAME or SVN_AUTH_PARAME_DEFAULT_PASSWORD
> + * is defined as a runtime parameter in the auth_baton, then return
> + * the default argument(s) when svn_auth_first_credentials is called.
> + * If first_credentials() fails, then re-prompt RETRY_LIMIT number of
> + * times (via next_credentials()). BASE_DIR is the top-most working
> + * copy directory into which successfully authenticated credentials
> + * will be cached. It may be NULL where no working copy is available.
> + * BASE_ACCESS is the access baton associated with BASE_DIR. */
> +void
> +svn_client_get_simple_prompt_provider (const svn_auth_provider_t
> **provider,
> + void **provider_baton,
> + svn_client_prompt_t
> prompt_func,
> + void *prompt_baton,
> + int retry_limit,
> + apr_pool_t *pool);
> +
> +

umh, doxygen comments? this is a public header...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 4 23:56:13 2003

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.