aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
Commit message (Collapse)AuthorAge
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* -fixing minor memleaksChristian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* Add missing includeLRN2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in vpn related to #3047Christian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -fix R-PI FTBFSChristian Grothoff2013-09-26
|
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* fixing #2916, but untestedChristian Grothoff2013-09-22
|
* -dead code elimination in VPNChristian Grothoff2013-09-22
|
* remove 'nac' option from VPN, always return IP immediately, always build ↵Christian Grothoff2013-09-22
| | | | mesh tunnel asynchronously afterwards
* -doxygen, following naming conventionsChristian Grothoff2013-09-22
|
* -doxygen and minor code cleanupChristian Grothoff2013-09-21
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -code cleanupChristian Grothoff2013-09-06
|
* -make clang happyChristian Grothoff2013-08-22
|
* -dceChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff2013-07-22
| | | | that this is for generating the search strings
* Added mesh reliable tunnelsBart Polot2013-07-08
|
* Replace mesh with new versionBart Polot2013-06-28
|
* renaming libgnunetregexnew to libgnunetregexChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* -keep and drop are not needed here as we watch for disconnectsChristian Grothoff2013-06-12
|
* -moving to regexChristian Grothoff2013-06-05
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* Mingw-w64 compatibility for VPN helperLRN2013-04-21
|
* added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs2013-04-19
| | | | | todo: nat-server
* - bratao's fix to compile on w32Bart Polot2013-04-18
|
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* added dryrun functionality to helper-vpn-windowsChristian Fuchs2013-04-05
|
* * added vpn and exit to the default build options for mingw/windows builds. ↵Christian Fuchs2013-03-22
| | | | | | | | | | | | This code is considered experimental and has not yet undergone intensive testing. Use it at your own peril, but we would still be really glad for feedback and bug reports! (thanks!) * fixed a typo in the exit-makefile (buildflags) * adjusted output of gnunet-helper-exit-windows to properly identify itself * updated driver-paths for looking for tap32/tap64
* * fixed incorrect doxygen commant fields in exit and vpn-helper-windowsChristian Fuchs2013-03-21
|
* added support for partial write to stdin/stdout.Christian Fuchs2013-01-31
| | | | | | | there seems to be no point in adding support for partial read from the TAP, as there is no delimiter and we get data on a per-frame level.
* added support for partial reads from stdinChristian Fuchs2013-01-31
|
* helper-vpn and helper-exit now are 64bit capabled.Christian Fuchs2013-01-31
| | | | | | added check if we are running on a win32/wow64/win64 host system.
* porting to W32 requires a port, yepeeChristian Grothoff2013-01-31
|
* some final code-beautification (coding style 4tw!)Christian Fuchs2013-01-31
| | | | | | removed a few obsolete variables
* added nice debug output for gnunet-herlper-vpn-windows.Christian Fuchs2013-01-30
|
* re-fixed incorrect from last commit... :-D forgot to save.Christian Fuchs2013-01-24
|
* added debug logics to print to and read from STDIN, instead of from Christian Fuchs2013-01-24
| | | | | | | | | | named pipes moved declaration of hdr outside of the ifs fixed an incorrect comparison introduced in last commit
* helper now always uses BOOL(winbool) instead of boolean to stay Christian Fuchs2013-01-24
| | | | | | | | | consistent attept_write now properly resets the read facility to IOSTATE_RESUME, in case read was stalled because write was busy
* added IOSTATE_RESUME and related code to state machinesChristian Fuchs2013-01-24
|
* -parse time nicelyChristian Grothoff2013-01-24
|