]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add args to disable rrdp/http, update docs and setup script.
authorpcarana <pc.moreno2099@gmail.com>
Tue, 17 Dec 2019 23:52:11 +0000 (17:52 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 17 Dec 2019 23:52:11 +0000 (17:52 -0600)
commitf5cb83af9f8d6fed5e3f25ddcc0592600b0022ac
tree3af50bb53eda8f0d0782aa4dc728c3622ce5cc60
parentd784d3b15fb9c2383a78c79c3bd0f1378f3d0fb4
Add args to disable rrdp/http, update docs and setup script.

+The new arguments are 'rrdp-disabled' and 'http.disabled', both are treated as flags.
+Update docs to include: new arguments, rrdp support, new 'libxml2' dependency.
+Update configuration file example to include new arguments.
+Fix bug at arguments whose value is expected to be a path, this '--tal=' was treated as valid when it isn't, so validate that no empty paths are received.
+Update unit tests impersonator with new args.
+Updates at setup script:
- Fix bug: paths that included a space in between, weren't correctly utilized.
- Use wget always.
- Ignore case when accepting ARIN's RPA.
13 files changed:
docs/index.md
docs/installation.md
docs/intro-fort.md
docs/usage.md
examples/config.json
fort_setup.sh
man/fort.8
src/config.c
src/config.h
src/config/str.c
src/http/http.c
src/object/certificate.c
test/impersonator.c