aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/scaexec.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-111-3/+3
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group creation and update PR nits and feedback fixesRob Mensching2025-02-111-17/+16
|
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-111-48/+80
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group Add/Remove working.Bevan Weiss2025-02-111-200/+254
| | | | | | | | | | Local group membership Add/Remove working, however with BUILTIN local system groups .NET doesn't appear to locate them as either groups nor basic security Principals. Still needs work to fix the test for nested groups. Ideally with some way to test for domain groups. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* CreateGroups additionsBevan Weiss2025-02-111-0/+628
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix faulty memory access in Util's User custom actionsRob Mensching2024-07-151-79/+21
| | | | | | | | Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName(). Fixes 8576
* Fix a couple minor bug in when adding/removing user commentsRob Mensching2022-10-211-57/+53
| | | | Plus some code clean up so error reporting is consistent.
* Support add, modify and remove comments on user accountsRon Martin2022-10-211-110/+265
| | | | Fixes 5371
* Move Util.wixext into extRob Mensching2021-05-031-0/+1082