summaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/Firewall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Failures were seen in MSI Unit Tests around Firewall rules withinBevan Weiss2025-02-111-0/+8
| | | | | | | | | | | | | Windows Sandbox. This is potentially a Windows OS bug (it was from a Windows Insider build), however shows that it's possible in the Firewall API to have multiple rules which differ only in their Grouping. So the testbench should consider different Grouping as making for a unique firewall rule. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-191-3/+5
| | | | attributes
* remove windows xp specific code from firewall extensionchris_bednarski2023-08-261-1/+7
|
* use WcaGetRecordFormattedString to get firewall rule descriptionchris_bednarski2023-08-233-3/+12
|
* add integration tests for the firewall extenstionchris_bednarski2023-08-193-0/+635