aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
Commit message (Collapse)AuthorAge
* 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.
* started making test_gnunet_vpn a bit less linux-only. does not work on Christian Fuchs2013-04-05
| | | | | windows yet, though due to permissions checking, see other commits!
* some fixes to the pt/vpn testcase.Christian Fuchs2013-03-28
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -more libexec fixesChristian Grothoff2012-11-01
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -more rsa refactoringChristian Grothoff2012-10-17
|
* Added warning to check the firewall when tests fail (which happend to me). TheMaximilian Szengel2012-09-21
| | | | | long diff is due to running pre-commit script prior to check-in.
* -fix orderMartin Schanzenbach2012-06-27