aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Include local headers firstHEADmasterEric Biggers8-24/+24
2020-05-13Add a script to run 'sparse'Eric Biggers1-0/+9
2020-05-13scripts/do-release: add .sh suffix and add license IDEric Biggers1-0/+1
2019-11-06v1.0v1.0Eric Biggers1-1/+1
2019-11-06Add release scriptEric Biggers1-0/+29
2019-11-06fsverity.c: man page doesn't exist yetEric Biggers1-1/+1
2019-06-28cmd_sign: create detached signaturesEric Biggers1-14/+8
2019-06-28cmd_sign: avoid passing NULL to memcpy()Eric Biggers1-1/+2
2019-06-26cmd_sign: use consistent filename quoting styleEric Biggers1-1/+1
2019-06-26cmd_sign: print file measurement on successEric Biggers1-0/+4
2019-06-18fsverity_uapi.h: update to latest version (from v4 patchset)Eric Biggers1-3/+6
2019-06-18util.h: remove unused ALIGN() macroEric Biggers1-6/+0
2019-06-18cmd_sign: support empty filesEric Biggers1-6/+3
2019-05-20Remove now-unused utility functionsEric Biggers2-181/+0
2019-05-20Rework for new kernel patchesEric Biggers12-880/+562
2019-05-20Remove elide and patch supportEric Biggers5-371/+2
2019-05-20Drop CRC-32 support for nowEric Biggers6-213/+0
2019-05-20Drop debian packaging files for nowEric Biggers5-35/+0
2019-02-07Make crc32c_table.h self-containedEric Biggers2-2/+6
2018-09-05Add support for BoringSSL.Adam Langley1-77/+243
2018-09-05fsverity_uapi.h: replace __packed with __attribute__((packed))Eric Biggers1-1/+1
2018-09-05util.h: skip defining attribute macros if already definedEric Biggers1-7/+16
2018-08-21Always show the OpenSSL error queue after failure.Adam Langley3-25/+27
2018-08-21Use ERR_print_errors_fp to print OpenSSL errors.Adam Langley1-9/+1
2018-08-21s/Google Inc/Google LLC/Eric Biggers12-22/+22
2018-08-08Update examplesEric Biggers1-6/+58
2018-08-08Document submitting patchesEric Biggers1-5/+46
2018-07-27Update to match latest kernel changesEric Biggers17-325/+505
2018-07-27Remove old scriptsEric Biggers3-112/+1
2018-06-28fsverity setup: delete or truncate output file on errorEric Biggers1-2/+8
2018-06-27Allow building with OpenSSL versions 1.0.xEric Biggers2-12/+36
2018-06-27Add a README file with some basic examplesEric Biggers1-0/+74
2018-06-27Rewrite fsveritysetup in CEric Biggers21-900/+2388
2018-06-20fsveritysetup: by default, don't depend on 'veritysetup' programEric Biggers1-11/+11
2018-06-20fsveritysetup: salt format updateEric Biggers1-41/+48
2018-06-14fsveritysetup: support including the signed file measurementEric Biggers1-48/+163
2018-04-23fsveritysetup: extension format updateEric Biggers1-8/+8
2018-04-18Remove obsolete f2fs-tools patchEric Biggers1-41/+0
2018-04-13fsveritysetup: rename header => footerEric Biggers1-27/+27
2018-04-02Add debian packaging filesEric Biggers6-0/+40
2018-04-02Remove .py extension from fsveritysetupEric Biggers3-2/+1
2018-03-21Update for API changesEric Biggers8-118/+223
2018-03-20fsveritysetup.py: allow specifying the hash algorithmEric Biggers1-11/+78
2018-03-20fsveritysetup.py: remove --tree-file argumentEric Biggers1-16/+3
2018-03-14fsveritysetup: use the new patch structure formatEric Biggers1-5/+3
2018-03-14Complete mkfsverity.sh script so that we get a final executable testMichael Halcrow3-4/+8
2018-03-14Ensure disk is a minimum size for a valid f2fs filesystemMichael Halcrow1-1/+1
2018-03-13Add a .gitignoreEric Biggers1-0/+6
2018-03-13Add a Makefile which builds the binariesEric Biggers2-4/+12
2018-03-13Clean up ioctl-fs-verity-set and rename to fsveritysetEric Biggers2-36/+34
2018-03-13Clean up ioctl-fs-verity-measure and rename to fsveritymeasureEric Biggers2-44/+44
2018-03-13Add the fsverity API definitionEric Biggers1-0/+44
2018-03-13fsveritysetup: exclude hdr_reverse_offset from measurement calculationEric Biggers1-2/+1
2018-03-09Rewrite of fsverity.py (renamed to fsveritysetup.py) and mkfsverity.shEric Biggers3-296/+621
2018-03-09Add COPYING fileEric Biggers1-0/+339
2018-03-08fs-verity: Some userspace tooling that can be helpful for developmentMichael Halcrow6-0/+434