3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add keyslot option for luksOpen (thanks to okozina). More... almost 14 years ago
Fix some memory leaks (thanks to okozina). More... almost 14 years ago
Add some valgrind checks (thanks to okozina). More... almost 14 years ago
Do not allow format of already formatted context. (Thanks to [email protected]) More... about 14 years ago
Enhance check of device size before writing LUKS header. (Thanks to [email protected]) More... about 14 years ago
Remove internal loop definitions from header file. More... about 14 years ago
Use /dev/loop-control if possible (kernel 3.1). More... about 14 years ago
Add fi.po. More... about 14 years ago
Add some API test and rewrite some parts. (Thanks to [email protected]) More... about 14 years ago
crypt_check_data_device_size() needs to compare values in bytes (Thanks to [email protected]) More... about 14 years ago
Fix two mem leaks in crypt_init_by_name_and_header(). (Thanks to [email protected]) More... about 14 years ago
LUKS header and Type needs to be set in context before crypt_check_data_device_size() is called. (Thanks to [email protected]) More... about 14 years ago
Add more paranoid checks for LUKS header and keyslot attributes. (Thanks to [email protected]) More... about 14 years ago
Silent gcc warnings with -Wconst-qual switch. More... about 14 years ago
Check UUID of active device to match header when initializing context. More... about 14 years ago
Do not allow crypt_load() on already initialised context. More... about 14 years ago
Update po files. More... about 14 years ago
typi fixed in ASCII version More... about 14 years ago
Add API tests for plain device. More... about 14 years ago
synced ASCII version More... about 14 years ago
Improve check for invalid offset and size values. (thx to okozina) More... about 14 years ago
Add loop control stub for testing new loop device interface. More... about 14 years ago
synced rhe text version More... about 14 years ago
Add check of decrypted image to test. More... about 14 years ago
Fix gcrypt final() function backend call. More... about 14 years ago
Fix new tests to use sha1 (ripemd160 not supported in some backends). More... about 14 years ago
* Remove hash/hmac restart from crypto backend and make it part of hash/hmac final. More... about 14 years ago
Add experimental LUKS recovery script (recreate header from active mapping). More... about 14 years ago
* Allow different data offset setting for detached header. More... about 14 years ago
* Add --header option for detached metadata (on-disk LUKS header) device. * Add crypt_init_by_name_and_header() and crypt_set_data_device() to API. More... about 14 years ago