]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Code review
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 26 May 2021 01:17:09 +0000 (20:17 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 26 May 2021 01:17:09 +0000 (20:17 -0500)
commit7870445a52a93e8385b9a702feb45820952e989f
treebd4c6fd910da335719f8ab78414cb60aee09add6
parentce45444e9fdc1460f81bd534ce0c42b67c533a6a
Code review

- Main validation loop: Remove some confusing, seemingly needless
  wrapper functions.
- Libcurl: Catch lots of status codes properly
- Libcurl: Send proper data types to curl_easy_setopt()
  (Argument types were not matching documented requirements.)
- RTR server: Reduce argument lists.
13 files changed:
src/http/http.c
src/main.c
src/object/certificate.c
src/object/tal.c
src/rrdp/db/db_rrdp.c
src/rsync/rsync.c
src/rsync/rsync.h
src/rtr/db/vrps.c
src/rtr/db/vrps.h
src/rtr/rtr.c
src/rtr/rtr.h
src/uri.c
src/validation_run.c