OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-107-g040712a
Gerrit Code Review
gerrit@openafs.org
Wed, 21 Oct 2009 10:51:21 -0700 (PDT)
The following commit has been merged in the master branch:
commit 040712a744dd5e021d20987c2e2a98ac0f129b15
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Wed Oct 14 23:43:46 2009 -0400
Windows: Modify afscreds.exe and afs_config.exe to be UAC compatible
afscreds.exe:
1. disable the drive mapping and advanced tabs.
2. on exit, remove the option to stop the service.
afs_config.exe:
1. disable the drive mapping tab
Removing this functionality by default will address some of the
problems while permitting users that wish to continue using these tools
to do so. The drive mapping tab can be re-enabled setting the registry
value to be non-zero:
{HKCU,HKLM}\Software\OpenAFS\Client DWORD "ShowMountTab"
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/663
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/client_config/main.cpp | 31 ++++++++++++++++++-
src/WINNT/client_creds/NTMakefile | 2 +-
src/WINNT/client_creds/window.cpp | 61 +++++++++++++++++++++++++++++-------
3 files changed, 80 insertions(+), 14 deletions(-)
--
OpenAFS Master Repository