aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.c
Commit message (Collapse)AuthorAge
* Initial import of STUN supportBruno Cabral2015-06-15
|
* -must avoid returning resolutions during initializationChristian Grothoff2015-06-06
|
* -indenting...Christian Grothoff2015-02-21
|
* -instantly report addresses during NAT initialization if possibleChristian Grothoff2015-02-09
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* - added more debug messages to status2stringChristian Fuchs2014-06-24
| | | | - added remaining functionality to GNUNET_NAT_test_stop
* - renamed NAT's failure code to status code across gnunet (not GTK yet)Christian Fuchs2014-06-17
| | | | | | | - added proper error reporting to NAT-test-start/stop - timed-out nat tests not automatically stop the test itself - fixed a design flaw in nat-test - fixed a potential crash in the tests of the nat functionality (NOT NAT_TEST_xy...)
* - updated NAT callback function defintion to no longer carry around strings,Christian Fuchs2014-05-19
| | | | | | | - NAT lib now uses error-code enums to signal success and errors - reworked related code to return errorcodes - added and updated a missing doxygen documention - todo next: testcases
* -only complain about upnpc if it is actually enabled by configChristian Grothoff2014-04-23
|
* fixing error messageMatthias Wachs2014-04-14
|
* upnp support just silently failed if upnp client is not availableMatthias Wachs2014-04-10
|
* debugging breakMatthias Wachs2014-04-09
|
* add address to list since we use local addresses OR it is not loobpack!Matthias Wachs2014-04-09
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* -modify NAT API to return error messages about problems detectedChristian Grothoff2014-01-07
|
* -remove OLD, not newChristian Grothoff2013-12-23
|
* -debug logic for NAT external IP resolutionChristian Grothoff2013-12-23
|
* remove external IP address from previous DNS lookup only after DNS lookup ↵Christian Grothoff2013-12-13
| | | | for new iteration has completed (#3213)
* -doxygen, indentation, fixing commentsChristian Grothoff2013-12-13
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* 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.
* -more libexec fixesChristian Grothoff2012-11-01
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -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
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -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
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -fixing indentationChristian Grothoff2011-11-29
|
* -more doxygen fixesChristian Grothoff2011-11-28
|
* api change for network interface iterations to support broadcast address and ↵Matthias Wachs2011-11-17
| | | | network mask
* no in_addr_t on W32Christian Grothoff2011-11-05
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* disable local addressesMatthias Wachs2011-11-02
|
* use LOG macro in nat.cChristian Grothoff2011-10-10
|
* dbg support:Christian Grothoff2011-09-15
|
* actually use external resolution code; fix SUID checkChristian Grothoff2011-09-15
|
* doxygenChristian Grothoff2011-09-02
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|