Cleanup TODOs, bugfix in cleanup and start of bidirectional chain resolution:
authorAndreas Ebner <a.e.bner@web.de>
Fri, 20 Sep 2019 08:49:02 +0000 (10:49 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 7 Oct 2019 10:18:20 +0000 (12:18 +0200)
commit3099a7c25cf6b11b0f1909e5a2651d65c0e921c7
treec8f10fe3551b35e40d6adcb5e1c68771a12a104e
parent5be14856a356b087ad97b479efd9b06172fdfd2f
Cleanup TODOs, bugfix in cleanup and start of bidirectional chain resolution:
- removed and/or implemented all remaining TODOs
- fixed a bug in cleanup_handle() which caused to not cleanup correctly when a solution was prematurely found
- delegation_chain_bw/fw_resolution_start() not has a return value to indicate whether a solution was prematurely found
- cleaned up the test_... files (an additional cleanup commit might follow)
25 files changed:
po/POTFILES.in
po/de.po
po/es.po
po/fr.po
po/it.po
po/sv.po
po/vi.po
po/zh_CN.po
src/credential/credential_api.c
src/credential/gnunet-credential.c
src/credential/gnunet-service-credential.c
src/credential/test_credential_bi_and.sh
src/credential/test_credential_bi_and2.sh
src/credential/test_credential_bi_and3.sh
src/credential/test_credential_bi_and4.sh [new file with mode: 0755]
src/credential/test_credential_bi_bw.sh
src/credential/test_credential_bi_bw_link.sh
src/credential/test_credential_bi_bw_link2.sh
src/credential/test_credential_bi_fw.sh
src/credential/test_credential_issue.sh
src/credential/test_credential_own.sh
src/credential/test_credential_own_and2.sh [deleted file]
src/credential/test_credential_verify.sh
src/credential/test_credential_verify_and.sh
src/credential/test_credential_verify_simple.sh