r8139 never merged...
From: Ben Reser <ben_at_reser.org>
Date: 2004-01-24 05:04:38 CET
r8139 never got voted on or merged in 1.0-stabilization. This means
I'm adding it to the STATUS file. Hopefully enough people can vote on
For convience the log follows:
r8139 | bliss | 2004-01-03 02:45:32 -0800 (Sat, 03 Jan 2004) | 52 lines
Fix two bugs when the prompt providers are not installed (e.g. when
1. No username was used by ra_local.
2. Authentication failed if --password was used without --username.
Move the code to get the username from the OS from the username and
The old code saved the values that was read from disk in the provider
Thanks to Ben Reser <ben@reser.org> for finding the problem and
* subversion/libsvn_client/username_providers.c
(provider_baton_t): Remove redundant member.
(get_creds): Remove.
(save_creds): Remove.
(username_first_creds): Move the code from get_creds here. Move code
(username_save_creds): Move the code from save_creds here.
(prompt_for_username_creds): Move code to get the username
* subversion/libsvn_client/simple_providers.c
(provider_baton_t): Remove redundant members.
(get_os_username): New function to get the OS username.
(get_creds): Remove.
(save_creds): Remove.
(simple_first_creds): Move the code from get_creds here. Get the
(simple_save_creds): Move the code from save_creds here.
(prompt_for_simple_creds): Use get_os_username.
-- Ben Reser <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Jan 24 05:05:07 2004 |
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.