aboutsummaryrefslogtreecommitdiff
path: root/src/nat
Commit message (Collapse)AuthorAge
* do not enumerate all IP addresses from our interfaces if the plugin is bound ↵Christian Grothoff2013-05-15
| | | | to a specific IP address only
* added privilege testing parameters for nat-server and added parameters Christian Fuchs2013-04-19
| | | | | | | to currently windows-only tests (less work in the future, even if this is ATM unused)
* 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.
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -fixesChristian Grothoff2012-12-19
|
* -eliminate consensus warningsChristian Grothoff2012-12-17
|
* - fix compile issueSree Harsha Totakura2012-12-14
|
* -fix compile issueChristian Grothoff2012-12-14
|
* nat auto code from gnunet-gtk now compiles as part of libgnunetnatChristian Grothoff2012-12-12
|
* -starting to move nat autotest code overChristian Grothoff2012-12-12
|
* -version bumpingChristian Grothoff2012-11-05
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -more libexec fixesChristian Grothoff2012-11-01
|
* -better logging in NATChristian Grothoff2012-10-31
|
* 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
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -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
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -fixChristian Grothoff2012-05-17
|
* -fix segvChristian Grothoff2012-05-13
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -use define, fix timeoutChristian Grothoff2012-03-31
|
* -no pblic in SUID pleaseChristian Grothoff2012-03-11
|
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* - LRN's patchMatthias Wachs2012-03-02
|
* -fix option testChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -actually use global_ret for returnChristian Grothoff2011-12-19
|
* Jacob Appelbaum reviewed gnunet-helper-nat-server and affirms that the code ↵Christian Grothoff2011-12-19
| | | | 'seems fine'
* really minimizing gnunet-helper-nat-client code running with root rightsChristian Grothoff2011-12-16
|
* really minimizing code running with root rightsChristian Grothoff2011-12-16
|
* -cast returns from close to void to indicate that we intentionally ignore ↵Christian Grothoff2011-12-16
| | | | them, close socket on new error paths
* -cast returns from close to void to indicate that we intentionally ignore ↵Christian Grothoff2011-12-16
| | | | them, close socket on new error paths
* -make assignment cleaner, move to where it is neededChristian Grothoff2011-12-16
|
* additional stylistic changes to gnunet-helper-nat-client anticipating next ↵Christian Grothoff2011-12-16
| | | | round of suggestions from Jacob Applebaum
* some very minor stylistic changes to gnunet-helper-nat-server based on ↵Christian Grothoff2011-12-16
| | | | suggestions from Jacob Applebaum
* LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵Christian Grothoff2011-12-06
| | | | | | | not defined before inclusion of the header) to 64, which means that it's not possible to select on more than 64 sockets at once. This might work during the tests, but in the wild people might want to have more than 60 connections, at least in the transport service. The patch attached should increase the limit to 1024.