]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Refactor: Send the validation state to thread local
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 11 Dec 2018 17:18:31 +0000 (11:18 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 11 Dec 2018 17:18:31 +0000 (11:18 -0600)
commitbc33a1e08d2f7913b61f22e31777c514b1e9f6aa
tree5d32084079e086d7ff4e64907f360ccf38d9bc79
parent81b03407ef479b2287f51154cf1c80a18bcfdf8b
Refactor: Send the validation state to thread local

Unclutters lots of argument lists.
Also delete the prefix*_contains functions. Weren't being used.
29 files changed:
src/Makefile.am
src/address.c
src/address.h
src/asn1/signed_data.c
src/asn1/signed_data.h
src/common.c
src/filename_stack.h [deleted file]
src/log.c
src/log.h
src/main.c
src/object/certificate.c
src/object/certificate.h
src/object/crl.c
src/object/crl.h
src/object/manifest.c
src/object/manifest.h
src/object/roa.c
src/object/roa.h
src/object/signed_object.c
src/object/signed_object.h
src/resource.c
src/resource.h
src/sorted_array.c
src/state.c
src/state.h
src/thread_var.c [moved from src/filename_stack.c with 70% similarity]
src/thread_var.h [new file with mode: 0644]
test/Makefile.am
test/address_test.c [deleted file]