]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Update manual, unit tests, and add some fixes.
authorpcarana <pc.moreno2099@gmail.com>
Tue, 11 Jun 2019 23:08:45 +0000 (18:08 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 11 Jun 2019 23:08:45 +0000 (18:08 -0500)
commit04004e1cb0feb75993d4fce3abfa09e5e59d7574
treeb6e2bbf1c6fbdd42eab1e81ca74429ac3ec421ed
parent0996f835d051c567a48c106089e0df6d224a2d15
Update manual, unit tests, and add some fixes.

- Uncomment some unit tests and update them.
- Rename server.enabled flag to server.disabled, and update the flows affected by this update.
- Update version references to 0.0.1-beta.
- Update manual (man).
- Include automake as a Debian dependency.
- Validate PDU length received vs real bytes length received.
- Don't die if the PDU reader gets less bytes than what's expected.
- Remove 'crl_set' from rpp.c since the 'crl' is a pointer (the flag isn't necessary).
- Don't set SLURM comments as 'char const *', just as 'char *'.
- Print the ROAs to 'output.roa' after SLURM has been applied, or even when an error stopped validation (only the ROAs fetched to that point are printed).
25 files changed:
configure.ac
docs/_config.yml
docs/doc/installation.md
docs/doc/usage.md
man/fort.8
man/rtr_server.8 [deleted file]
src/config.c
src/config.h
src/object/certificate.c
src/rpp.c
src/rtr/db/vrps.c
src/rtr/pdu.c
src/rtr/primitive_reader.c
src/rtr/rtr.c
src/slurm/slurm_db.c
src/slurm/slurm_parser.c
src/slurm/slurm_parser.h
test/Makefile.am
test/impersonator.c
test/rtr/db/rtr_db_impersonator.c
test/rtr/db/vrps_test.c
test/rtr/pdu_handler_test.c
test/rtr/pdu_test.c
test/rtr/primitive_reader_test.c
test/tal_test.c