]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix bugs (RRDP processing, unclosed file), add new docs for routers.
authorpcarana <pc.moreno2099@gmail.com>
Wed, 22 Jan 2020 23:40:56 +0000 (17:40 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 22 Jan 2020 23:40:56 +0000 (17:40 -0600)
commit8a7426af7f74d38909f65bc79f189378ba64f495
treeed814b62570e086bc41ce3e7d4ff8f94deb2c235
parent6c69431a70621f851d6eedca416de25cc8b9dc60
Fix bugs (RRDP processing, unclosed file), add new docs for routers.

+Bug at RRDP processing: base64 content with middle spaces (or line breaks) wasn't decoded.
+Bug at file/dir validation during config: file wasn't closed on success.
+Add 'Routers' section at docs to indicate the basics on communication between routers and validator.
docs/_layouts/default.html
docs/routers.md [new file with mode: 0644]
src/common.c
src/rrdp/rrdp_parser.c