aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-windows.c
Commit message (Collapse)AuthorAge
...
* -commentsChristian Grothoff2012-12-13
|
* Added basic functionality for setting IPv4/V6 addresses in win32 using Christian Fuchs2012-12-12
| | | | | | | | netsh. Added wrapper for launching programs in a windows shell. Added define for _tpopen
* grml, friendlyName is not friendly, because it does not help us for Christian Fuchs2012-12-11
| | | | | | | | finding anything. Switched over to backup plan: * lookup the devices's name directly in registry via the PNPInterfaceID. Registry fun, yey! * added a few fixes here and there
* added functionality to fetch the virtual interface's FriendlyName from Christian Fuchs2012-12-10
| | | | | | the registry. This information is needed for netsh later on.
* added unique additional hwid entry to allow us to find our individual Christian Fuchs2012-12-09
| | | | | | | | | | | virtual interface again. Needed, because netsh requires us to resolve the devices name as string, which can not be derived off the deviceinfoset directly. we are now using the handed over devicename + our PID the result looks something like this: gnunet-vpn13381
* solved fixme's, linked device handling functions to main program flow, Christian Fuchs2012-12-07
| | | | | | added some fixes here and there. added more comments to the code.
* -feedback on styleChristian Grothoff2012-12-06
|
* added teardown functionality for deconstructing the interface created by Christian Fuchs2012-12-05
| | | | | | the win32 vpn-helper.
* Added logics to install virtual networks interfaces for gnunet-vpn in Christian Fuchs2012-12-03
| | | | | | | | win32 based on the info that can be found in the MSDN. Current revision: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549791%28v=vs.85%29.aspx
* - added vpn helper stub for win32 buildsChristian Fuchs2012-11-16
- modified vpn-makefile definitions to process gnunet-helper-vpn-windows instead of the regular one when using mingw as toolchain