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

Re: Bug with store-password?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-27 17:45:47 CEST

Marc Haesen <marc.haesen@telindus.com> writes:

> /* There are two different ways the user can disable disk caching
> of credentials: either via --no-auth-cache, or in the config
> file ('store-password = no'). */
> svn_config_get (cfg, &store_password_val,
> SVN_CONFIG_SECTION_AUTH,
> SVN_CONFIG_OPTION_STORE_PASSWORD,
> NULL);
> if (opt_state.no_auth_cache || (store_password_val &&
> !strncmp(store_password_val,"no")))
> svn_auth_set_parameter(ab, SVN_AUTH_PARAM_NO_AUTH_CACHE,
> (void *) "");
>
> I am assuming that storing of the password is the default behaviour.

Wow, a genuine bug! Can you send us a quick patch and log-message?

Thanks for noticing this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 27 17:48:46 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.