aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
Commit message (Collapse)AuthorAge
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* -fixing memleaks and nptr derefsMartin Schanzenbach2021-03-26
|
* -fix some coverity issues wrt gnsMartin Schanzenbach2021-03-26
|
* fix for bitchy linkersChristian Grothoff2020-12-28
|
* -fix testsMartin Schanzenbach2020-11-10
|
* additional abstraction for identity keysTheJackiMonster2020-11-05
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -more gnsrecord APIMartin Schanzenbach2020-10-22
|
* fix missing MHD flagsChristian Grothoff2020-10-20
|
* -formatting tvgsMartin Schanzenbach2020-10-16
|
* -fix libaddMartin Schanzenbach2020-10-16
|
* GNS: New symmetric cryptoMartin Schanzenbach2020-10-16
|
* - fix tvgs; expose alternative identity typeMartin Schanzenbach2020-10-16
|
* - more dep fixesMartin Schanzenbach2020-10-15
|
* - try to fix depsMartin Schanzenbach2020-10-15
|
* - fix buildMartin Schanzenbach2020-10-15
|
* - fix gnsMartin Schanzenbach2020-10-15
|
* - more fixes towards crypto agilityMartin Schanzenbach2020-10-15
|
* - better wire format for rrblocksMartin Schanzenbach2020-10-15
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* add gnsrecord-tvg and revocation-tvg to .gitignorejospaeth2020-08-28
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* - Use correct argument in GNUNET_OS_init callAlessio Vanni2020-07-15
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Load GNSRECORD plugins within GNUnet's contextAlessio Vanni2020-07-15
| | | | | | | | | | | | When applications set a new project data structure using `GNUNET_OS_init', the plugin loader will look into a different path for plugins, instead of using GNUnet's installation path. Since applications don't normally come with the default DNS/GNS plugins for GNSRECORD, the consequence is that GNSRECORD will always fail when operating on a record from GNS. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* test vectors in binaryMartin Schanzenbach2020-05-26
|
* fix bit counting messMartin Schanzenbach2020-05-26
|
* add zone keys to tvMartin Schanzenbach2020-05-10
|
* add gnsrecord tvgMartin Schanzenbach2020-05-10
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* include buffer in main util headerChristian Grothoff2020-01-17
|
* flip LSD0001 definesChristian Grothoff2019-12-07
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* change defineSchanzenbach, Martin2019-10-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* intendationSchanzenbach, Martin2019-10-03
|
* GNS: preparing protocol change in GNS for v12Schanzenbach, Martin2019-10-03
|
* indentingChristian Grothoff2019-09-19
|
* 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* make coverity happySchanzenbach, Martin2019-06-03
|
* fix #5734Schanzenbach, Martin2019-05-29
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* GNSRECORD: fix build w/o janssonSchanzenbach, Martin2018-11-12
|
* change namestore, json handling; fix identity, gnsPhil2018-07-26
|
* -wip namestore api, changed adding gnsrecordPhil2018-07-25
|