summaryrefslogtreecommitdiffhomepage
path: root/windows
AgeCommit message (Collapse)AuthorFilesLines
2019-05-27Correct IPv6 multicast ruleOdd Stranne1-2/+4
2019-05-27Simplify LAN rulesOdd Stranne4-260/+53
2019-05-27Allow mDNS broadcasts in LAN firewall ruleOdd Stranne1-1/+6
2019-05-27Bump submodule 'libwfp'Odd Stranne1-0/+0
2019-05-21Add cookie and standalone connectivity checkEmīls Piņķis5-87/+144
2019-05-21Update WINNET testing appOdd Stranne1-15/+29
2019-05-21Add WinNet_ActivateConnectivityMonitor()Odd Stranne6-0/+360
2019-05-08Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2019-04-17Add comment in interfaceutils.hOdd Stranne1-0/+3
2019-04-17Update 'winnet' loader used for testingOdd Stranne2-1/+22
2019-04-17Fix comparison bug in 'winnet'Odd Stranne1-1/+1
2019-04-17Rename 'winroute' module into 'winnet'Odd Stranne27-151/+143
2019-04-17Correct hardcoded adapter name in GetTapInterfaceIpv6StatusOdd Stranne1-1/+1
2019-04-17Add function to fuzzily determine TAP aliasOdd Stranne7-0/+260
2019-04-17Make driverlogic module aware of updated TAP naming schemeOdd Stranne1-2/+35
2019-04-16Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2019-04-11Increase timeout when updating DNS settingsOdd Stranne1-1/+1
2019-04-04Formatting etcOdd Stranne4-12/+25
2019-04-04Update/restore WinFw_Reset to work when called out-of-contextOdd Stranne3-9/+22
2019-04-04Expose init function that also applies the blocked policyOdd Stranne3-0/+69
2019-04-04Update FwContext initializationOdd Stranne8-24/+183
2019-04-04Update transaction callback proto adding more argumentsOdd Stranne2-7/+20
2019-04-04Fix variable names for consistencyOdd Stranne1-14/+14
2019-04-04Enforce validation of objects that are installed in WFPOdd Stranne2-0/+20
2019-04-04Establish WFP object registryOdd Stranne9-16/+139
2019-04-04Make WFP changes effective until rebootOdd Stranne1-1/+1
2019-04-04Bump submodules libwfp, windows-librariesOdd Stranne2-0/+0
2019-04-01Depend on legacy libraryOdd Stranne1-2/+2
2019-03-11Update NSIS logging pluginOdd Stranne3-2/+142
2019-03-01Clear DnsAgent when setting 0 DNS servers.Emīls Piņķis1-5/+15
2019-03-01Fix bad C++ in WinFWEmīls Piņķis3-6/+6
2019-02-28Handle 0 IPv6 DNS servers in windnsEmīls1-2/+0
2019-02-28Update winfw to properly handle v6 DNSEmīls6-58/+32
2019-02-20Improve error messageOdd Stranne1-1/+4
2019-02-20Make all errors fatal during initOdd Stranne2-7/+32
2019-01-14Allow the 169.254.0.0/16 network when LAN sharing is onLinus Färnstrand4-1/+68
2018-12-05Add NSIS plugin for installing tray iconOdd Stranne17-0/+850
2018-12-05Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2018-11-19Replace text parsing and WMI calls in 'driverlogic'Odd Stranne5-245/+120
2018-11-14Fix broken string in 'netsh' classOdd Stranne1-1/+1
2018-11-09Complement with catch-all in outermost code layerOdd Stranne1-0/+10
2018-11-09Update 'driverlogic' to get controlled destruction of 'Connection' instanceOdd Stranne4-37/+139
2018-11-09Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2018-11-02Add NSIS plugin for working with the registryOdd Stranne9-0/+286
2018-11-02Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2018-10-31Check server IP on incoming DHCPv6Linus Färnstrand1-0/+1
2018-10-31Add DHCPv6 firewall rules for WindowsLinus Färnstrand3-13/+96
2018-10-07Stop tracking DHCP provided name serversOdd Stranne2-5/+1
2018-10-06Make code more resilientOdd Stranne2-60/+54
2018-10-06Make ConfineOperation take an ILogSink directlyOdd Stranne4-13/+29