aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_auto.c
Commit message (Collapse)AuthorAge
* - 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...)
* - moved timeout handling responsibility from for nat tests from caller to ↵Christian Fuchs2014-06-08
| | | | | | | | | the library - updated NAT API accordingly - removed obsolete timeout handling code from gnunet-transport - updated result callback for nat-test gnunet-transport to not always just report success, but we now actually report the proper result code we got from the NAT API - updated nat tests
* - disentangled test_icmp_client and test_icmp_server's logicsChristian Fuchs2014-06-04
| | | | - integrated more error-reporting changes for nat_test.c
* - added many lots of new error checking to nat_auto and nat_mini. ↵Christian Fuchs2014-06-04
| | | | icmp_client server and client not contained in this commit.
* - 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
* -modify NAT API to return error messages about problems detectedChristian Grothoff2014-01-07
|
* -doxygen, indentation, fixing commentsChristian Grothoff2013-12-13
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* 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.
* -fixesChristian Grothoff2012-12-19
|
* - 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