aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
Commit message (Collapse)AuthorAge
* -fix many more typosChristian Grothoff2021-04-26
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* plibc removal: ACCESS->accessng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix testcase shutdownChristian Grothoff2016-07-02
|
* -indicate skip if tests are not usedChristian Grothoff2016-07-02
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* -disable verboseChristian Grothoff2015-05-28
|
* -delay HTTP request 1s to ensure VPN is really upChristian Grothoff2015-05-28
|
* -indentationChristian Grothoff2015-05-26
|
* -fix bad leftover peerid to string conversionChristian Grothoff2015-05-22
|
* -do not print this garbageChristian Grothoff2015-05-22
|
* -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
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* remove 'nac' option from VPN, always return IP immediately, always build ↵Christian Grothoff2013-09-22
| | | | mesh tunnel asynchronously afterwards
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -fixChristian Grothoff2013-06-04
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* 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