aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-03-20Eliminate dependency on pandocEric Biggers1-11/+5
2022-01-18Makefile: fix a typoEric Biggers1-1/+1
2021-12-23Support automatically building BoringSSL for testingEric Biggers1-0/+15
2021-09-22Makefile: use -Wno-deprecated-declarations to avoid OpenSSL 3.0 warningsEric Biggers1-1/+7
2021-06-10Add man page for fsverityEric Biggers1-3/+29
2021-02-24programs/fsverity: Add dump_metadata subcommandEric Biggers1-0/+1
2020-12-22Allow to build and run sign/digest on WindowsLuca Boccassi1-15/+33
2020-12-22Wrap ./fsverity in TEST_WRAPPER_PROG tooLuca Boccassi1-2/+2
2020-12-22Move -D_GNU_SOURCE to CPPFLAGSLuca Boccassi1-1/+1
2020-10-29Restore installation of public header via make installLuca Boccassi1-0/+1
2020-10-28Makefile: adjust CFLAGS overridingEric Biggers1-2/+5
2020-10-28Makefile: generate libfsverity.pc during 'make install'Eric Biggers1-15/+6
2020-10-26programs/fsverity: Add digest subcommandLuca Boccassi1-0/+3
2020-10-26Makefile: add LDLIBS to .build-configEric Biggers1-0/+1
2020-10-26Makefile: avoid long line in .build-configEric Biggers1-1/+11
2020-10-26Generate and install libfsverity.pcLuca Boccassi1-2/+14
2020-10-26Use pkg-config to get libcrypto build flagsLuca Boccassi1-2/+4
2020-10-21Makefile check: use LD_LIBRARY_PATH with USE_SHARED_LIBLuca Boccassi1-5/+13
2020-09-24Move libfsverity.h to its own directoryEric Biggers1-2/+2
2020-08-03Makefile: improve the cc-option compatibilityPo-Hsu Lin1-1/+1
2020-08-01Switch to MIT licenseEric Biggers1-1/+6
2020-06-14Makefile: pass $(CFLAGS) when linkingEric Biggers1-4/+6
2020-06-14Makefile: make 'make help' show the special targetsEric Biggers1-7/+11
2020-06-05scripts: add run-tests.shEric Biggers1-0/+2
2020-06-05Makefile: improve the 'check' targetEric Biggers1-3/+11
2020-05-25Introduce libfsverityEric Biggers1-15/+176
2020-05-25Split up cmd_sign.cEric Biggers1-2/+2
2018-07-27Update to match latest kernel changesEric Biggers1-1/+1
2018-07-27Remove old scriptsEric Biggers1-2/+1
2018-06-27Rewrite fsveritysetup in CEric Biggers1-4/+13
2018-04-02Add debian packaging filesEric Biggers1-0/+5
2018-03-21Update for API changesEric Biggers1-1/+1
2018-03-13Add a Makefile which builds the binariesEric Biggers1-0/+9