summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src/firewall/windows
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager3-35/+76
2025-09-18Specify any number of relay endpoints in WinFwDavid Lönnhager2-2/+6
2025-09-03Move multibyte_to_wide to talpid-windowsDavid Lönnhager1-74/+2
2025-08-21Block traffic to exit hop from non-relay client process in WinFwDavid Lönnhager3-17/+44
2025-07-15Fix dangling pointer when applying blocked state on WindowsDavid Lönnhager1-2/+3
2025-07-10Run `cargo fmt`Sebastian Holmin3-4/+4
2025-07-09Inline format argumentsLinus Färnstrand1-1/+1
2025-07-04Persist blocking firewall rules across a reboot conditionallyMarkus Pettersson1-1/+6
2025-07-04Split up winfw module into a folder structureMarkus Pettersson3-549/+640
2025-07-04Add new ephemeral WinFW policy for blocking until next rebootMarkus Pettersson1-3/+16
2025-02-25Allow undocumented_unsafe_blocks in even more modulesJoakim Hulthe1-0/+2
2025-02-12Format workspaceSebastian Holmin1-3/+3
2025-02-12Fix `unsafe_op_in_unsafe_fn` warningSebastian Holmin1-4/+4
2024-11-07Remove unnecessary unsafetyDavid Lönnhager1-3/+31
2024-11-07Detect whether the Hyper-V firewall is availableDavid Lönnhager2-10/+23
2024-11-07Add block-all rule for Hyper-V in non-connected secure statesDavid Lönnhager2-23/+156
2024-11-07Add Hyper-V Windows firewall moduleDavid Lönnhager2-0/+134
2024-11-07Move Windows firewall module to directoryDavid Lönnhager1-0/+659
2018-08-27Rename firewall module to securityLinus Färnstrand5-707/+0
2018-08-27Rename Firewall -> NetworkSecurityLinus Färnstrand1-8/+8
2018-06-27Improve FFI error returningEmīls1-13/+33
2018-06-27Use route module in talpid-core/src/firewall/windowsEmīls1-1/+11
2018-06-27Add route.rs to talpid-core/src/firewall/windows/Emīls2-0/+44
2018-06-25Fix imports for system_state.rsEmīls1-2/+2
2018-06-25Flush file writes when saving config and backup filesEmīls1-1/+3
2018-06-21Fix formattingEmīls Piņķis4-50/+65
2018-06-21Change dns backup file from snake to kebab caseEmīls1-1/+1
2018-06-21Change Firewall trait to take a cache dir as a parameter in it's constructorEmīls Piņķis4-122/+224
2018-06-21Rename wfpctl to winfw and add the DNS module for Windows in talpid-coreEmīls2-70/+296
2018-06-21Add separate ffi module for Windows in talpid-coreEmīls2-0/+48
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand1-2/+1
2018-05-25Update talpid-core to use winfwOdd Stranne1-57/+57
2018-04-13Fix latest formatting woesEmīls1-3/+3
2018-04-13Add windows firewall implementationEmīls Piņķis1-0/+241