]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix several bugs related to sync errors, update some log messages
authorpcarana <pc.moreno2099@gmail.com>
Fri, 19 Jun 2020 22:30:43 +0000 (17:30 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 19 Jun 2020 22:30:43 +0000 (17:30 -0500)
commitd4e4987363df97e259681df8301783fb547a90e6
tree7c3f0b11eb5450bcf72840ba1666f4923bcff1cc
parent5285f64fa9fffa30bff31b03d79cde9ddd32fa97
Fix several bugs related to sync errors, update some log messages

+Fix bug: an endless loop when a requested URI error was removed.
+Fix bug: some error'd URIs could be logged despite that their repository data was successfully fetched with another access method.
+Fig bug: if a TAL has more than one URI and there was an error fetching an URI, the following URIs in the list weren't considered to get the TA certificate.
+Only 'stderr' rsync output will be sent to operation log considering '--stale-repository-period', the 'stdout' rsync output will be sent to validation log at level info.
+Messages of rsync/rrdp retries are 'upgraded' from level info to warn (all on validation logs).
+Add a warning message (validation log) whenever local data is going to be utilized due to previous errors fetching repositories or TA certificates.
+Log all communication errors if 'log.level=debug'.
src/object/certificate.c
src/object/tal.c
src/reqs_errors.c
src/rrdp/rrdp_parser.c
src/rsync/rsync.c