Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Failures were seen in MSI Unit Tests around Firewall rules within | Bevan Weiss | 2025-02-11 | 1 | -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_bednarski | 2023-11-19 | 1 | -3/+5 |
| | | | | attributes | ||||
* | remove windows xp specific code from firewall extension | chris_bednarski | 2023-08-26 | 1 | -1/+7 |
| | |||||
* | use WcaGetRecordFormattedString to get firewall rule description | chris_bednarski | 2023-08-23 | 3 | -3/+12 |
| | |||||
* | add integration tests for the firewall extenstion | chris_bednarski | 2023-08-19 | 3 | -0/+635 |