aboutsummaryrefslogtreecommitdiff
path: root/src/exit
Commit message (Collapse)AuthorAge
* -move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff2013-07-22
|
* -do NULL check before dereferencingChristian Grothoff2013-07-21
|
* -doxygen fixesChristian Grothoff2013-07-07
|
* Replace mesh with new versionBart Polot2013-06-28
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* renaming libgnunetregexnew to libgnunetregexChristian Grothoff2013-06-20
|
* -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 W32 exit helperLRN2013-04-21
|
* added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs2013-04-19
| | | | | todo: nat-server
* -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.
* dryrun functionality added, removed irrelevant return code resetChristian 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
|
* * adde ipv6 forwarding functionality for helper-exit-windowsChristian Fuchs2013-03-21
|
* * replaced no-nat delimiter which was % (reserved char on windows) with - ↵Christian Fuchs2013-03-21
| | | | | | | | | for exit-helper-windows and exit-helper. * added ipv4 NAPT and removal functionality to exit-helper-windows * moved a few variables * next todo: ipv6 forwarding rules for netsh
* re-enumated argv to conform with helper-exit syntaxChristian Fuchs2013-01-31
| | | | | added stub for ipv4 nat. Note that there is a problem ahead!
* 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.
* -stuffChristian Grothoff2013-01-31
|
* some final code-beautification (coding style 4tw!)Christian Fuchs2013-01-31
| | | | | | removed a few obsolete variables
* added gnunet-helper-exit-windows, which currently is just a copy of Christian Fuchs2013-01-31
| | | | | | gnunet-helper-vpn-windows
* add DNS exit for mesh to gnunet-daemon-exitChristian Grothoff2013-01-25
|
* - use prefixBart Polot2012-12-19
|
* -actually enable free regex specification, in binary for nowChristian Grothoff2012-11-05
|
* Using regex for exit/vpnMaximilian Szengel2012-11-02
|
* -more libexec fixesChristian Grothoff2012-11-01
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* give sysctl /dev/null instead of no stdin/stdoutChristian Grothoff2012-09-20
|
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* -make install scripts executableChristian Grothoff2012-08-01
|
* -fixing installation scripts for suid binariesChristian Grothoff2012-08-01
|
* Do not run install commands from makefiles directlyLRN2012-07-30
|
* Eliminate mesh priority optionBart Polot2012-07-25
|
* Eliminated mesh API bufferingBart Polot2012-07-25
|
* -ignorervChristian Grothoff2012-07-25
|
* extended HELPER api to notify when child crashesSree Harsha Totakura2012-07-16
|
* -__u32 is likely not understood if we do not have in6_ifreq already; try ↵Christian Grothoff2012-07-13
| | | | using uint32_t instead
* -fix.. that took ages to findMartin Schanzenbach2012-06-26
|
* -fix??Martin Schanzenbach2012-06-26
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* - adding return value to mst callbackMatthias Wachs2012-05-24
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|