aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
* - moved global netjail methods to its own header file.dev/t3ss/tngt3sserakt2021-11-09
| | | | | | - added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
* -cleanupMartin Schanzenbach2021-10-13
|
* BUILD: Kill infinibandMartin Schanzenbach2021-10-12
|
* -fallback to .version file outside of gitMartin Schanzenbach2021-10-09
|
* -trim properlyMartin Schanzenbach2021-10-09
|
* -bashismMartin Schanzenbach2021-10-09
|
* -exec flagMartin Schanzenbach2021-10-09
|
* BUILD: Add version from git tagsMartin Schanzenbach2021-10-09
|
* -fix a misunderstanding with pkg-configAlessio Vanni2021-10-04
| | | | | | | Most of this macro is based on a macro from another library, so I ended up doing things incorrectly because I hadn't fully understood what was going on. I didn't notice this error until now because I used to use the --with-gnunet-prefix flag instead of letting pkgconfig deal with it.
* The differences between the contrib subdirectory in the git repository and ↵Christian Grothoff2021-09-22
| | | | | | | the contrib subdirectory generated by make dist have grown really big. Please find attached another patch for updating the content of: contrib/Makefile.am contrib/scripts/Makefile.am
* Merge branch 'dev/vanni/build-info' into 'master'Alessio Vanni2021-09-17
|\
| * -Merge branch 'master' into dev/vanni/build-infoAlessio Vanni2021-09-07
| |\
| * | gnunet.m4: add flag to disable debug messagesAlessio Vanni2021-08-31
| | |
| * | Autoconf macro to detect GNUnet installationsAlessio Vanni2021-08-03
| | |
* | | madmurphy writes:Christian Grothoff2021-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On AUR I have created the gnunet-uri.desktop file (which is installed as /usr/share/applications/gnunet-uri.desktop) to add support for the gnunet:// URI scheme (so basically it becomes possible to click on gnunet:// URIs in any browser GNUnet GTK needs to be installed too, but the URI handler gnunet-uri is part of the gnunet package). You can find a patch attached, which adds contrib/xdg-scheme-handler/gnunet-uri.desktop contrib/xdg-scheme-handler/README.md to the git repository.
* | | fix typos spotted by madmurphyChristian Grothoff2021-09-16
| | |
* | | - added tng milestone 2 versions with improvements onto version 1 files , ↵t3sserakt2021-09-13
| |/ |/| | | | | fixed smaller issues in milestone 1 versions, added version 1 to buildbot, added new testcase for testing udp backchannel
* | add fix for GNUnet directory permissions by madmurphyChristian Grothoff2021-09-01
| |
* | -removed tmp files from netjailTheJackiMonster2021-08-30
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -added ppid prefix to netjail netns and interfacesTheJackiMonster2021-08-28
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -add files from madmurphy so that other distros may benefitChristian Grothoff2021-08-28
| |
* | -remove pthread dependency, add additional libexec binary to gnunet packageChristian Grothoff2021-08-24
| |
* | -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
| |
* | -removed process namespaces from netjail scriptTheJackiMonster2021-07-31
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix build macosMartin Schanzenbach2021-07-21
|
* -fix deb build issuesChristian Grothoff2021-07-20
|
* -added global nodes without NAT to netjailTheJackiMonster2021-07-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -Merge branch 'dev/vanni/fcfsd'Alessio Vanni2021-05-19
|\
| * [FCFSD] Provide a better user experienceAlessio Vanni2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivations behind these changes are as following. To begin with, at the most superficial level, the form is given a better appearance, instead of some plain XHTML. Additionally, the served pages can be substituted with something else by using an entry in the configuration value, altough with some limitations. The page listing all the registered zones has been removed in favour of a search function. A configuration entry could've been used to let service operators choose between showing the full listing or not, but at the same time, being presented with a (possibly) giant list of names is not that great from a usability point of view. Having a search function is, at the very least, faster than having to wait for the full list to be displayed before being able to use the user agent's page search feature. Other than the above, people registering names with the service might not want to be known by everyone. Even though checking if a certain name or key was registered already can be known simply by querying the service, it's not straightforward to associate a name with a specific key (or viceversa). Last but not least, the service was restructured to be more "route-oriented" instead of the traditional (X)HTML document format. The main purpose of this change is to decouple usage of the service from the tools used to access it. With a traditional document, users are pretty much forced to use a web browsers as data submission is carried through the standard HTML form handling. Now, it is possible to access the service using any tool capable of speaking HTTP, regardless of wether it's a web browser, cURL or even a custom tool specific for this service. Another advantage of this approach is that it allows adding "layers" to the service, for example an authentication check before letting users register a name. As long as the layer immediately on top of the service is able to send some JSON using HTTP, there is no need to have users access the service itself: just put a "proxy" inbetween and run the service locally, while the proxy handles other administrative tasks before a name can be registered. By using layers, the service can keep being small feature-wise (i.e. provide only searching and registering), while everything else is provided by other applications, including access through protocols other than HTTP.
* | -added signal handling and proper cleanup to netjailTheJackiMonster2021-05-07
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -added binary check to netjail and set stunserver fixedTheJackiMonster2021-05-03
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -corrected sub-process cleanup for netjailTheJackiMonster2021-05-02
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -added optional stunserver to netjail scriptTheJackiMonster2021-05-02
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix misc typosChristian Grothoff2021-04-26
|
* Swap gnunet-config's default behaviour for the rewrite flagAlessio Vanni2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | With the previous default, a configuration file could keep values different from the defaults even when the user did not explicitly edit that option, potentially leading to buggy behaviour. For example: GNUnet's version X+1 changes the default value for a certain option A, but anyone who has edited the configuration file with version X or earlier, would still have got the old default for A even when updating to version X+1. It was possible to write only the edited parts, but that required explicitly passing the `--rewrite' (or `-w') flag. The default behaviour has now been swapped so that the resulting file contains only differences, while a "frozen" configuration is generated with the `--rewrite' flag. Also, as it's a minor change: a function used internally by the logging component was using translated strings to check the requested log level. This behaviour is buggy as passing an untranslated string to e.g. `GNUNET_log_setup', while the current locale is different and a translation for that string exists, would generate a different log level than the one requested.
* RECLAIM: Added libpabc credential support.dev/schanzen/pabcMartin Schanzenbach2021-04-24
|
* -first netjail setup with NATs integratedTheJackiMonster2021-04-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix linker flagsChristian Grothoff2021-04-18
|
* try to fix depsChristian Grothoff2021-02-15
|
* further work on libgnunet minimizationChristian Grothoff2021-02-15
|
* - update makefile.inc from submoduleMartin Schanzenbach2020-08-11
|
* fix typeChristian Grothoff2020-08-03
|
* -fix redirect creationMartin Schanzenbach2020-08-01
|
* fix: reclaim urlenc / revert accidental changeMartin Schanzenbach2020-08-01
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* fix: update test hostkeysMartin Schanzenbach2020-07-06
|
* update changelogMartin Schanzenbach2020-07-05
|
* fix typoChristian Grothoff2020-07-03
|
* - do not include commits with - prefixed to message in changelog deltaMartin Schanzenbach2020-05-27
|
* add lastlog scriptMartin Schanzenbach2020-05-27
|