summaryrefslogtreecommitdiff
path: root/src/veritysetup/veritysetup.c
Commit message (Expand)AuthorAgeFilesLines
* veritysetup: add support for fec optionsGaël PORTAY2023-04-131-0/+47
* veritysetup: add support for superblock and underlying optionsGaël PORTAY2023-04-131-6/+132
* veritysetup: add support for hash-offset optionGaël PORTAY2023-04-131-2/+17
* veritysetup: fix memory corruptionLennart Poettering2022-04-021-5/+11
* tree-wide: unify some code that looks for --help in the command lineLennart Poettering2022-03-311-4/+2
* veritysetup: do some superficial checking on volume nameLennart Poettering2022-03-311-0/+6
* veritysetup: mangle option strings like in cryptsetupLennart Poettering2022-03-311-2/+2
* veritysetup: give command line parameters proper namesLennart Poettering2022-03-311-15/+28
* veritysetup: fix parsing of root-hash-signature= optionZbigniew Jędrzejewski-Szmek2022-03-301-34/+17
* veritysetup: fix typo (#22886)Gaël PORTAY2022-03-291-1/+1
* dm-verity: Remove usage of integrityTony Asleson2021-10-141-1/+1
* man: describe veritysetup command syntaxZbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* veritysetup: print help for --help/-h/helpZbigniew Jędrzejewski-Szmek2021-08-031-1/+4
* cryptsetup: explicitl set default log functions wherever neededLennart Poettering2021-06-011-0/+2
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+4
* veritysetup: remove unused globalsGaël PORTAY2021-01-151-6/+0
* veritysetup-generator: add support for veritytabGaël PORTAY2021-01-151-0/+3
* veritysetup: add support for dm-verity optionsGaël PORTAY2021-01-141-7/+100
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-1/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-031-1/+1
* shared: rename crypt-util.c → cryptsetup-util.cLennart Poettering2020-09-021-1/+1
* tree-wide: enable/disable libcrypsetup debug output depending on our levelLuca Boccassi2020-08-141-2/+2
* tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various placesLennart Poettering2020-07-211-1/+1
* veritysetup: add support for dm-verity root hash signatureLuca Boccassi2020-06-251-2/+25
* veritysetup: use static destructors and define main through macroYu Watanabe2018-11-231-58/+33
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-3/+14
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-2/+3
* util-lib: export cryptsetup logging glue functionZbigniew Jędrzejewski-Szmek2017-11-301-6/+2
* util-lib: add cleanup function for crypt_freeZbigniew Jędrzejewski-Szmek2017-11-301-5/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* verity: add support for setting up verity-protected root disks in the initrdLennart Poettering2016-12-211-0/+154