aboutsummaryrefslogtreecommitdiff
path: root/src/exit
Commit message (Collapse)AuthorAge
* keep exit process running even if it cannot work to avoid ARM restartsChristian Grothoff2014-06-03
|
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* Update all am filesBart Polot2014-05-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* generate compact regular expressions if range is negated (#3226), switch ↵Christian Grothoff2014-01-12
| | | | default policy to not-25 (SMTP) as we can now work with that
* -fix leakChristian Grothoff2013-12-21
|
* -fix service name construction, remove .gnunet.Christian Grothoff2013-12-20
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -use default policy that works now...Christian Grothoff2013-12-20
|
* -check for working app, use correct optionChristian Grothoff2013-12-20
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* -make proper use of new policy parserChristian Grothoff2013-10-26
|
* -fix leaksChristian Grothoff2013-10-18
|
* -fix leak, doxygenChristian Grothoff2013-10-11
|
* -fix possible NPEChristian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* Add missing includeLRN2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in pt/exit/vpn related to #3047Christian Grothoff2013-09-30
|
* -fixing build issues in exit related to #3047Christian Grothoff2013-09-30
|
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* advertise DNS exit capability in DHTChristian Grothoff2013-09-21
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -dceChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -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