3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Jul 09, 2025 — Jul 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Run performance check for PBKDF2 from LUKS code, do not mix hash algoritms results. * Add ability to provide pre-generated master key and UUID in LUKS header format. * Add LUKS function to verify master key digest. * Move key slot manuipulation function into LUKS specific code. More... almost 17 years ago
* Move device utils code and provide context parameter (for log). * Keyfile now must be provided by path, only stdin file descriptor is used (api only). * Do not call isatty() on closed keyfile descriptor. More... almost 17 years ago
* Add log macros and make logging modre consitent. * Move command successful messages to verbose level. * Introduce --debug parameter. More... almost 17 years ago
* Move memory locking and dm initialization to command layer. * Increase priority of process if memory is locked. More... almost 17 years ago
Require device device-mapper to build and do not use backend wrapper for dm calls. More... almost 17 years ago
Test commit. More... almost 17 years ago
Fix include path. More... almost 17 years ago
Add separate tests directory, move LUKS tests, Add old library API tests. More... almost 17 years ago
Allow restrict keys size in LuksOpen (thanks to Stefan Assmann) More... almost 17 years ago
Allow using passphrase provided in options struct for LuksOpen (thanks to Waldemar Brodkorb). More... almost 17 years ago
Fix PBKDF2 speed calculation for large passhrases. More... almost 17 years ago
Enable LUKS hash setting and document it. More... almost 17 years ago
Remove internal SHA1 implementation, not needed now. More... almost 17 years ago
Move XOR function to af.c, nobody outside of it use it now. More... almost 17 years ago
Add required parameters for changing hash used in LUKS key setup scheme. More... almost 17 years ago
Switch PBKDF2 from internal SHA1 to libgcrypt. Also make hash algorithm not fixed here. More... almost 17 years ago
Return ENOENT for empty keyslots, EINVAL will be used later for other type of errors. More... almost 17 years ago
Remove po/cryptsetup-luks.pot, it's autogenerated (thanks to Ivan Stankovic) More... almost 17 years ago
Print error when getline() fails (thanks to Ivan Stankovic) More... almost 17 years ago
Fix DEBUG output (thanks to Ivan Stankovic) More... almost 17 years ago
Optimize o_direct read/writes. More... almost 17 years ago
Fix segfault if provided slot in luksKillslot is invalid. More... almost 17 years ago
Remove unneeded timeout when remove of temporary device succeeded. More... almost 17 years ago
Cryptsetup version 1.0.7. More... almost 17 years ago
Allow removal of last slot in luksRemoveKey and luksKillSlot. More... almost 17 years ago
Add --disable-selinux option and fix static build if selinux is required. More... almost 17 years ago
Reject unsupported --offset and --skip options for luksFormat and update man page. More... almost 17 years ago
cryptsetup 1.0.7-rc1 More... about 17 years ago
Add some checks for error codes. More... about 17 years ago
Fix device prompt quistion. More... about 17 years ago