aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_credential.c
Commit message (Collapse)AuthorAge
* BUILD: Move reclaim to serviceMartin Schanzenbach2023-10-19
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -more sizeMartin Schanzenbach2022-11-06
|
* -fix hton length mismatchMartin Schanzenbach2022-11-05
|
* -DOC: Documentation cleanup pass through RECLAIM subsystemWillow Liquorice2022-10-03
|
* -DOC: Pass through RECLAIM subsystemWillow Liquorice2022-10-03
|
* -fix many more typosChristian Grothoff2021-04-26
|
* RECLAIM: Added libpabc credential support.dev/schanzen/pabcMartin Schanzenbach2021-04-24
|
* 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>
* -hunting memleaksMartin Schanzenbach2020-12-27
|
* fix error in presentation handlingMartin Schanzenbach2020-12-25
|
* reclaim: Attestations now called credentials. Credentials are presented to ↵Martin Schanzenbach2020-08-20
| | | | third parties as presentations.
* - towards separation between credentials and presentations thereof, wip, ftbfsMartin Schanzenbach2020-08-20