]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Update docs, add rsync timeout, verify mft existence.
authorpcarana <pc.moreno2099@gmail.com>
Fri, 7 Feb 2020 17:48:29 +0000 (11:48 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 7 Feb 2020 17:48:29 +0000 (11:48 -0600)
commit3252c2851905e85aa976882e38ab0b7338148ccf
tree831003c16ee3edfe3c757f324e53bbd4bb3d8b29
parentd9d632653ee6152887476319e928d3da0a0aa0b4
Update docs, add rsync timeout, verify mft existence.

+Add missing dependency at some distros (libcurl) and update 'libxml' package (the '*-devel' package is required).
+Add '--timeout' parameter to rsync command, the default value is the same as 'http.idle-timeout' (15 secs). Update docs where this value is referred.
+Verify that the manifest file exists locally after downloading a repo, if the file doesn't exist, then the repo is discarded and (possibly) another repository will be utilized (eg. rrdp or rsync repo).
docs/installation.md
docs/usage.md
examples/config.json
man/fort.8
src/common.c
src/common.h
src/config.c
src/object/certificate.c