2005-03-03 11:08:38 +00:00
|
|
|
;
|
|
|
|
; Module definition file for the boinccas.dll
|
|
|
|
;
|
|
|
|
|
|
|
|
LIBRARY boinccas
|
|
|
|
|
|
|
|
EXPORTS
|
|
|
|
DllMain
|
- WINSETUP: Update CACreateBOINCUsers.
- WINSETUP: Create CACreateBOINCGroups.
- WINSETUP: Create CAGrantBOINCMasterRights.
- WINSETUP: Create CAGrantBOINCProjectRights.
- WINSETUP: Remove CACreateVBSShortcut.
- WINSETUP: Remove CAGrantServiceExecutionRight.
- WINSETUP: Remove CAMigrateCPDNBBC.
- WINSETUP: Remove CAPopulateServiceAccount.
- WINSETUP: Remove CAValidateServiceAccount.
- WINSETUP: Remove CAVerifyServiceExecutionRight.
- WINSETUP: Remove CAVerifyServicePassword.
- WINSETUP: Hookup new custom actions
NOTE: For some reason the advanced configuration screen
checkboxes are not working, so the CA's are setup to run
always to test them out.
win_build/installerv2/
BOINC.ism
win_build/installerv2/redist/Windows/src/boinccas/
CAGrantServiceExecutionRight.cpp, .h (removed)
CAMigrateCPDNBBC.cpp, .h (removed)
CAPopulateServiceAccount.cpp, .h (removed)
CAValidateServiceAccount.cpp, .h (removed)
CAVerifyServiceExecutionRight.cpp, .h (removed)
CAVerifyServicePassword.cpp, .h (removed)
CACreateBOINCUsers.cpp
CACreateBOINCGroups.cpp, .h (added)
CAGrantBOINCMasterRights.cpp, .h (added)
CAGrantBOINCProjectRights.cpp, .h (added)
svn path=/trunk/boinc/; revision=14313
2007-11-28 15:10:21 +00:00
|
|
|
CreateBOINCAccounts
|
|
|
|
CreateBOINCGroups
|
2008-01-31 20:33:03 +00:00
|
|
|
CreateClientAuthFile
|
2005-03-03 11:08:38 +00:00
|
|
|
GetAdministratorsGroupName
|
|
|
|
GetUsersGroupName
|
- WINSETUP: Update CACreateBOINCUsers.
- WINSETUP: Create CACreateBOINCGroups.
- WINSETUP: Create CAGrantBOINCMasterRights.
- WINSETUP: Create CAGrantBOINCProjectRights.
- WINSETUP: Remove CACreateVBSShortcut.
- WINSETUP: Remove CAGrantServiceExecutionRight.
- WINSETUP: Remove CAMigrateCPDNBBC.
- WINSETUP: Remove CAPopulateServiceAccount.
- WINSETUP: Remove CAValidateServiceAccount.
- WINSETUP: Remove CAVerifyServiceExecutionRight.
- WINSETUP: Remove CAVerifyServicePassword.
- WINSETUP: Hookup new custom actions
NOTE: For some reason the advanced configuration screen
checkboxes are not working, so the CA's are setup to run
always to test them out.
win_build/installerv2/
BOINC.ism
win_build/installerv2/redist/Windows/src/boinccas/
CAGrantServiceExecutionRight.cpp, .h (removed)
CAMigrateCPDNBBC.cpp, .h (removed)
CAPopulateServiceAccount.cpp, .h (removed)
CAValidateServiceAccount.cpp, .h (removed)
CAVerifyServiceExecutionRight.cpp, .h (removed)
CAVerifyServicePassword.cpp, .h (removed)
CACreateBOINCUsers.cpp
CACreateBOINCGroups.cpp, .h (added)
CAGrantBOINCMasterRights.cpp, .h (added)
CAGrantBOINCProjectRights.cpp, .h (added)
svn path=/trunk/boinc/; revision=14313
2007-11-28 15:10:21 +00:00
|
|
|
GrantBOINCMasterRights
|
|
|
|
GrantBOINCProjectRights
|
2007-02-12 21:41:48 +00:00
|
|
|
ShutdownBOINC
|
|
|
|
ShutdownBOINCManager
|
2007-02-14 22:42:58 +00:00
|
|
|
ShutdownBOINCScreensaver
|
2007-08-23 20:07:58 +00:00
|
|
|
ShutdownUD
|
- WINSETUP: Hide the 'boinc_master' and 'boinc_project' user profiles after
the accounts have been created.
- WINSETUP: Return the user rights to a known good state for 'boinc_master',
'boinc_project', 'boinc_admins', 'boinc_users', and 'boinc_projects'.
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.cpp
boinccas.def
boinccas.vcproj
CAGrantBOINCAdminsRights.cpp, .h (Added)
CAGrantBOINCMasterRights.cpp
CAGrantBOINCProjectRights.cpp
CAGrantBOINCProjectsRights.cpp, .h (Added)
CAGrantBOINCUsersRights.cpp, .h (Added)
CAHideBOINCMasterProfile.cpp, .h (Added)
CAHideBOINCProjectProfile.cpp, .h (Added)
lsaprivs.cpp, .h
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=14964
2008-03-27 17:43:27 +00:00
|
|
|
GrantBOINCAdminsRights
|
2011-12-30 22:38:10 +00:00
|
|
|
GrantBOINCAdminsVirtualBoxRights
|
- WINSETUP: Hide the 'boinc_master' and 'boinc_project' user profiles after
the accounts have been created.
- WINSETUP: Return the user rights to a known good state for 'boinc_master',
'boinc_project', 'boinc_admins', 'boinc_users', and 'boinc_projects'.
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.cpp
boinccas.def
boinccas.vcproj
CAGrantBOINCAdminsRights.cpp, .h (Added)
CAGrantBOINCMasterRights.cpp
CAGrantBOINCProjectRights.cpp
CAGrantBOINCProjectsRights.cpp, .h (Added)
CAGrantBOINCUsersRights.cpp, .h (Added)
CAHideBOINCMasterProfile.cpp, .h (Added)
CAHideBOINCProjectProfile.cpp, .h (Added)
lsaprivs.cpp, .h
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=14964
2008-03-27 17:43:27 +00:00
|
|
|
GrantBOINCUsersRights
|
|
|
|
GrantBOINCProjectsRights
|
2011-12-30 22:38:10 +00:00
|
|
|
GrantBOINCProjectsVirtualBoxRights
|
2008-04-02 20:09:21 +00:00
|
|
|
SetPermissionBOINC
|
2008-03-31 19:05:27 +00:00
|
|
|
SetPermissionBOINCData
|
|
|
|
SetPermissionBOINCDataProjects
|
|
|
|
SetPermissionBOINCDataSlots
|
2011-12-14 00:24:34 +00:00
|
|
|
LaunchBOINCManager
|
2011-12-30 22:38:10 +00:00
|
|
|
LaunchBOINCTray
|
2014-04-03 15:56:19 +00:00
|
|
|
ValidateSetupType
|
|
|
|
RestoreSetupState
|
|
|
|
SaveSetupState
|
|
|
|
ShutdownBOINCManager
|
|
|
|
CleanupOldBinaries
|
2014-05-07 18:57:20 +00:00
|
|
|
VerifyInstallDirectories
|
|
|
|
ValidateInstall
|
|
|
|
ValidateRebootRequest
|
|
|
|
SaveExecutionState
|
|
|
|
RestoreExecutionState
|
|
|
|
CCConfigMd5sum
|
|
|
|
CreateProjectInitFile
|
|
|
|
CreateAcctMgrLoginFile
|
2014-04-03 17:14:14 +00:00
|
|
|
RestorePermissionBOINCData
|
2014-04-07 20:56:52 +00:00
|
|
|
RevokeBOINCAdminsRights
|
|
|
|
RevokeBOINCMasterRights
|
|
|
|
RevokeBOINCProjectRights
|
|
|
|
RevokeBOINCProjectsRights
|
2014-04-09 20:15:19 +00:00
|
|
|
RevokeBOINCUsersRights
|
2014-05-07 18:57:20 +00:00
|
|
|
DeleteBOINCGroups
|
|
|
|
DeleteBOINCAccounts
|
2014-08-27 19:02:54 +00:00
|
|
|
AnnounceUpgrade
|