donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit bf4edc25f9aa704d190670b2639a08c914b029e7
parent 622a305ab973649cf202486974bed50fea061846
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Wed,  3 Jan 2024 12:34:54 +0100

fix names

Diffstat:
Msrc/donau-tools/donau-dbinit.c | 4++--
Msrc/donau-tools/taler-donau-dbinit.c | 6+++---
Msrc/donau/donau-httpd.c | 11++++++-----
Msrc/donau/donau-httpd_config.c | 6+++---
Msrc/donau/donau-httpd_config.h | 4++--
Msrc/donau/donau-httpd_csr.c | 10+++++-----
Msrc/donau/donau-httpd_csr.h | 4++--
Msrc/donau/donau-httpd_db.c | 8++++----
Msrc/donau/donau-httpd_db.h | 2+-
Msrc/donau/donau-httpd_mhd.c | 10+++++-----
Msrc/donau/donau-httpd_mhd.h | 4++--
Msrc/include/donaudb_lib.h | 4++--
Msrc/testing/testing_api_misc.c | 4++--
13 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/src/donau-tools/donau-dbinit.c b/src/donau-tools/donau-dbinit.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file donau-tools/taler-donau-dbinit.c + * @file donau-tools/donau-dbinit.c * @brief Create tables for the donau database. * @author Florian Dold * @author Christian Grothoff @@ -200,4 +200,4 @@ main (int argc, } -/* end of taler-donau-dbinit.c */ +/* end of donau-dbinit.c */ diff --git a/src/donau-tools/taler-donau-dbinit.c b/src/donau-tools/taler-donau-dbinit.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file donau-tools/taler-donau-dbinit.c + * @file donau-tools/donau-dbinit.c * @brief Create tables for the donau database. * @author Florian Dold * @author Christian Grothoff @@ -188,7 +188,7 @@ main (int argc, // TALER_OS_init (); // ret = GNUNET_PROGRAM_run ( // argc, argv, - // "taler-donau-dbinit", + // "donau-dbinit", // gettext_noop ("Initialize Taler donau database"), // options, // &run, NULL); @@ -201,4 +201,4 @@ main (int argc, } -/* end of taler-donau-dbinit.c */ +/* end of donau-dbinit.c */ diff --git a/src/donau/donau-httpd.c b/src/donau/donau-httpd.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd.c + * @file donau-httpd.c * @brief Serve the HTTP interface of the donau * @author Florian Dold * @author Benedikt Mueller @@ -33,7 +33,8 @@ #include "donaudb_plugin.h" #include <gnunet/gnunet_mhd_compat.h> #include "donau_util.h" -#include "donau-httpd.h" +//#include "donau-httpd.h" +#include "donau-httpd_config.h" /** * Backlog for listen operation on unix domain sockets. @@ -895,7 +896,7 @@ run (void *cls, /** - * The main function of the taler-donau-httpd server ("the donau"). + * The main function of the donau-httpd server ("the donau"). * * @param argc number of arguments from the command line * @param argv command line arguments @@ -940,4 +941,4 @@ main (int argc, } -/* end of taler-donau-httpd.c */ -\ No newline at end of file +/* end of donau-httpd.c */ +\ No newline at end of file diff --git a/src/donau/donau-httpd_config.c b/src/donau/donau-httpd_config.c @@ -14,14 +14,14 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_config.c + * @file donau-httpd_config.c * @brief Handle /config requests * @author Christian Grothoff */ #include "taler/platform.h" #include <gnunet/gnunet_json_lib.h> #include "taler_dbevents.h" -#include "taler-donau-httpd_config.h" +#include "donau-httpd_config.h" #include "taler/taler_json_lib.h" #include "taler/taler_mhd_lib.h" #include <jansson.h> @@ -49,4 +49,4 @@ DH_handler_config (struct DH_RequestContext *rc, } -/* end of taler-donau-httpd_config.c */ +/* end of donau-httpd_config.c */ diff --git a/src/donau/donau-httpd_config.h b/src/donau/donau-httpd_config.h @@ -14,14 +14,14 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_config.h + * @file donau-httpd_config.h * @brief headers for /config handler * @author Christian Grothoff */ #ifndef DONAU_HTTPD_CONFIG_H #define DONAU_HTTPD_CONFIG_H #include <microhttpd.h> -#include "taler-donau-httpd.h" +#include "donau-httpd.h" /** diff --git a/src/donau/donau-httpd_csr.c b/src/donau/donau-httpd_csr.c @@ -17,7 +17,7 @@ see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_csr.c + * @file donau-httpd_csr.c * @brief Handle /csr requests * @author Lucien Heuzeveldt * @author Gian Demarmles @@ -27,9 +27,9 @@ #include <jansson.h> #include "taler/taler_json_lib.h" #include "taler/taler_mhd_lib.h" -#include "taler-donau-httpd_csr.h" -#include "taler-donau-httpd_responses.h" -#include "taler-donau-httpd_keys.h" +#include "donau-httpd_csr.h" +#include "donau-httpd_responses.h" +#include "donau-httpd_keys.h" MHD_RESULT @@ -139,4 +139,4 @@ DH_handler_csr_withdraw (struct DH_RequestContext *rc, } -/* end of taler-donau-httpd_csr.c */ +/* end of donau-httpd_csr.c */ diff --git a/src/donau/donau-httpd_csr.h b/src/donau/donau-httpd_csr.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_csr.h + * @file donau-httpd_csr.h * @brief Handle /csr-* requests * @author Lucien Heuzeveldt * @author Gian Demarmles @@ -23,7 +23,7 @@ #define DONAU_HTTPD_CSR_H #include <microhttpd.h> -#include "taler-donau-httpd.h" +#include "donau-httpd.h" /** diff --git a/src/donau/donau-httpd_db.c b/src/donau/donau-httpd_db.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_db.c + * @file donau-httpd_db.c * @brief Generic database operations for the donau. * @author Christian Grothoff */ @@ -25,8 +25,8 @@ #include "taler/taler_json_lib.h" #include "taler/taler_mhd_lib.h" #include "taler_donaudb_lib.h" -#include "taler-donau-httpd_db.h" -#include "taler-donau-httpd_responses.h" +#include "donau-httpd_db.h" +#include "donau-httpd_responses.h" enum GNUNET_GenericReturnValue @@ -112,4 +112,4 @@ DH_DB_run_transaction (struct MHD_Connection *connection, } -/* end of taler-donau-httpd_db.c */ +/* end of donau-httpd_db.c */ diff --git a/src/donau/donau-httpd_db.h b/src/donau/donau-httpd_db.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file donau/taler-donau-httpd_db.h + * @file donau/donau-httpd_db.h * @brief High-level (transactional-layer) database operations for the donau * @author Chrisitan Grothoff */ diff --git a/src/donau/donau-httpd_mhd.c b/src/donau/donau-httpd_mhd.c @@ -15,7 +15,7 @@ */ /** - * @file taler-donau-httpd_mhd.c + * @file donau-httpd_mhd.c * @brief helpers for MHD interaction; these are DONAU_handler_ functions * that generate simple MHD replies that do not require any real operations * to be performed (error handling, static pages, etc.) @@ -29,9 +29,9 @@ #include <microhttpd.h> #include <pthread.h> #include "taler/taler_mhd_lib.h" -#include "taler-donau-httpd_responses.h" -#include "taler-donau-httpd.h" -#include "taler-donau-httpd_mhd.h" +#include "donau-httpd_responses.h" +#include "donau-httpd.h" +#include "donau-httpd_mhd.h" MHD_RESULT @@ -63,4 +63,4 @@ DH_handler_agpl_redirect (struct DH_RequestContext *rc, } -/* end of taler-donau-httpd_mhd.c */ +/* end of donau-httpd_mhd.c */ diff --git a/src/donau/donau-httpd_mhd.h b/src/donau/donau-httpd_mhd.h @@ -15,7 +15,7 @@ */ /** - * @file taler-donau-httpd_mhd.h + * @file donau-httpd_mhd.h * @brief helpers for MHD interaction, used to generate simple responses * @author Florian Dold * @author Benedikt Mueller @@ -25,7 +25,7 @@ #define DONAU_HTTPD_MHD_H #include <gnunet/gnunet_util_lib.h> #include <microhttpd.h> -#include "taler-donau-httpd.h" +#include "donau-httpd.h" /** diff --git a/src/include/donaudb_lib.h b/src/include/donaudb_lib.h @@ -71,13 +71,13 @@ struct DONAUDB_AccountInfo /** * true if this account is enabed to be debited - * by the taler-donau-aggregator. + * by the donau-aggregator. */ bool debit_enabled; /** * true if this account is enabed to be credited by wallets - * and needs to be watched by the taler-donau-wirewatch. + * and needs to be watched by the donau-wirewatch. * Also, the account will only be included in /wire if credit * is enabled. */ diff --git a/src/testing/testing_api_misc.c b/src/testing/testing_api_misc.c @@ -234,12 +234,12 @@ TALER_TESTING_cleanup_files_cfg ( GNUNET_free (dir); if (GNUNET_OK != remove_dir (cfg, - "taler-donau-secmod-eddsa", + "donau-secmod-eddsa", "KEY_DIR")) return GNUNET_SYSERR; if (GNUNET_OK != remove_dir (cfg, - "taler-donau-secmod-rsa", + "donau-secmod-rsa", "KEY_DIR")) return GNUNET_SYSERR; return GNUNET_OK;