3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove VLAs from TCRYPT code. More... over 4 years ago
Remove VLAs from UUID block parsing code. More... over 4 years ago
Remove VLAs from blockdev utils code. More... over 4 years ago
Remove VLAs from FEC verity code. More... over 4 years ago
Get rid of off_t integers and use uint64_t. More... over 4 years ago
Fix debug message displaying required hash device size. More... over 4 years ago
Get rid of the long paramete list in FEC verity function. More... over 4 years ago
Fix dm-verity FEC calculation if stored in the same image with hashes. More... over 4 years ago
Fix veritysetup exit code for bad root hash with FEC enabled. More... over 4 years ago
Improve key handling with cipher_null in reencryption. More... over 4 years ago
USe ARG_SET macro to check that device size is set for resize. More... over 4 years ago
Rename label fo consistency. More... over 4 years ago
Avoid using goto in Nettle crypto wrapper. More... over 4 years ago
Remove unnecessary goto from cipher kernel wrapper. More... over 4 years ago
Rename label in utils for consistency. More... over 4 years ago
Rewrite reload code to avoid two goto labels. More... over 4 years ago
Use err label for error consitently for RNG code. More... over 4 years ago
Use dm_task_destroy consistently. More... over 4 years ago
Add debug message for activated cipher_null device. More... over 4 years ago
Remove unnecessary goto and use out label for non-error path in libdevmapper code. More... over 4 years ago
Remove confusing goto from TCRYPT code. More... over 4 years ago
Remove unnecessary goto and use out label for non-error path in reencrypt code. More... over 4 years ago
Remove unnecessary goto from LUKS2_hdr_version_unlocked. More... over 4 years ago
Remove unnecessary goto from token load. More... over 4 years ago
Rename goto err to out, it is not error path only. More... over 4 years ago
Avoid goto patern in crypt_init. More... over 4 years ago
Clear goto use in tools. More... over 4 years ago
Simplify include directories. More... over 4 years ago
Replace bogus cipher_null keyslots before reencryption. More... over 4 years ago
Fix device comparison for dm-crypt with cipher_null. More... over 4 years ago