donau

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

commit 3d46e80874d28071c2c550442431bade3ef83e12
parent 3461dced6502bba0bc661c09fee74add564139d5
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Wed,  1 May 2024 15:44:01 +0200

minor fixes

Diffstat:
M.gitignore | 13+++++++++++++
Msrc/donau/donau-httpd_batch-issue.c | 2+-
Msrc/donau/donau-httpd_batch-submit.c | 2+-
Msrc/donau/donau-httpd_charities_get.c | 4++--
Msrc/donau/donau-httpd_charity_get.c | 4++--
Msrc/donau/donau-httpd_charity_insert.c | 4++--
Msrc/donau/donau-httpd_donation-statement.c | 5++---
Msrc/donau/donau-httpd_keys.c | 2+-
8 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -20,3 +20,16 @@ src/testing/test_donau_api_rsa src/testing/test_donau_api_c src/testing/test_donau_api_rsa src/testing/test_donau_api_cs +*.log +*.sed +test_donau_api_home +libtool +charity-priv +po/POTFILES +src/donaudb/log +stamp-h1 +taler_config.h +contrib/sigp/donau_signatures.h +*.status +*.tmp +tmp-last-response.* diff --git a/src/donau/donau-httpd_batch-issue.c b/src/donau/donau-httpd_batch-issue.c @@ -384,4 +384,4 @@ start: } -/* end of donau-httpd_post-batch-issue.c */ +/* end of donau-httpd_batch-issue.c */ diff --git a/src/donau/donau-httpd_batch-submit.c b/src/donau/donau-httpd_batch-submit.c @@ -205,4 +205,4 @@ DH_handler_submit_receipts_post (struct DH_RequestContext *rc, } -/* end of donau-httpd_post-submit-receipts.c */ +/* end of donau-httpd_batch-submit.c */ diff --git a/src/donau/donau-httpd_charities_get.c b/src/donau/donau-httpd_charities_get.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file donau-httpd_get-charities.c + * @file donau-httpd_charities_get.c * @brief Return charities * @author Johannes Casaburi */ @@ -116,4 +116,4 @@ DH_handler_charities_get ( } -/* end of donau-httpd_get-charities.c */ +/* end of donau-httpd_charities_get.c */ diff --git a/src/donau/donau-httpd_charity_get.c b/src/donau/donau-httpd_charity_get.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2023 Taler Systems SA + Copyright (C) 2023-2024 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -108,4 +108,4 @@ DH_handler_charity_get ( } -/* end of donau-httpd_aml-decision_get.c */ +/* end of donau-httpd_charity_get.c */ diff --git a/src/donau/donau-httpd_charity_insert.c b/src/donau/donau-httpd_charity_insert.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file donau-httpd_post-charity.c + * @file donau-httpd_charity_insert.c * @brief Handle request to insert a charity. * @author Johannes Casaburi */ @@ -164,4 +164,4 @@ DH_handler_charity_post (struct DH_RequestContext *rc, } -/* end of donau-httpd_post-charity.c */ +/* end of donau-httpd_charity_insert.c */ diff --git a/src/donau/donau-httpd_donation-statement.c b/src/donau/donau-httpd_donation-statement.c @@ -72,7 +72,6 @@ DH_handler_donation_statement_get ( } { - struct DONAU_DonauSignatureP ds; struct TALER_Amount total_donations; struct DONAU_DonauPublicKeyP donau_pub; struct DONAU_DonauSignatureP donau_sig; @@ -123,11 +122,11 @@ DH_handler_donation_statement_get ( rc->connection, MHD_HTTP_OK, GNUNET_JSON_pack_data_auto ("donation_statement", - &ds)); + &donau_sig)); return result; } } -/* end of donau-httpd_aml-decision_get.c */ +/* end of donau-httpd_donation-statement.c */ diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2020-2024 Taler Systems SA + Copyright (C) 2023-2024 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software