Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel-wfp: Add missing IPsec sublayer GUIDs | Martin Willi | 2014-12-04 | 1 | -0/+6 |
| | |||||
* | kernel-wfp: Define IPsec related ALE layers and callout GUIDs | Martin Willi | 2014-12-04 | 1 | -0/+30 |
| | |||||
* | kernel-wfp: Install tunnel and trap forward policies | Martin Willi | 2014-06-04 | 1 | -0/+24 |
| | |||||
* | kernel-wfp: Manually create a ProviderContext to attach individual filters | Martin Willi | 2014-06-04 | 1 | -0/+12 |
| | | | | | | This gives us more flexibility than using the intransparent FwpmIPsecTunnelAdd, and fixes the issues we have seen with trap policies. Forward filters are still missing, but required for site-to-site tunnels. | ||||
* | kernel-wfp: Register for WFP Net events | Martin Willi | 2014-06-04 | 1 | -0/+7 |
| | |||||
* | kernel-wfp: Add some missing IPv6 GUIDs, fix IPv6 host conversion | Martin Willi | 2014-06-04 | 1 | -0/+12 |
| | |||||
* | kernel-wfp: Add an ipsecdump utility to show installed SAs/SPs on Windows | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | kernel-wfp: Implement update_sa() | Martin Willi | 2014-06-04 | 1 | -0/+6 |
| | |||||
* | kernel-wfp: Preliminary support for transport mode connections | Martin Willi | 2014-06-04 | 1 | -0/+9 |
| | |||||
* | kernel-wfp: Fix/Complete some fwpuclnt functionality in MinGW | Martin Willi | 2014-06-04 | 1 | -0/+83 |
While MinGW declares all the required symbols, some of them are missing in the library files. We provide missing variables locally, functions get a stub that call the GetProcAddress()ed function from the DLL. Also some MinGW headers define some enum values incorrectly, we overload these using defines. |