3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Remove old API code helper functions. More... over 14 years ago
* Implement old API calls using new functions. More... over 14 years ago
* Add new libcryptsetup API (documented in libcryptsetup.h). More... over 14 years ago
* Replace global options struct with separate parameters in helper functions. More... over 14 years ago
* 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... over 14 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... over 14 years ago
* Add log macros and make logging modre consitent. * Move command successful messages to verbose level. * Introduce --debug parameter. More... over 14 years ago
* Move memory locking and dm initialization to command layer. * Increase priority of process if memory is locked. More... over 14 years ago
Require device device-mapper to build and do not use backend wrapper for dm calls. More... over 14 years ago
Test commit. More... over 14 years ago
Fix include path. More... over 14 years ago
Add separate tests directory, move LUKS tests, Add old library API tests. More... over 14 years ago
Allow restrict keys size in LuksOpen (thanks to Stefan Assmann) More... over 14 years ago
Allow using passphrase provided in options struct for LuksOpen (thanks to Waldemar Brodkorb). More... over 14 years ago
Fix PBKDF2 speed calculation for large passhrases. More... over 14 years ago
Enable LUKS hash setting and document it. More... almost 15 years ago
Remove internal SHA1 implementation, not needed now. More... almost 15 years ago
Move XOR function to af.c, nobody outside of it use it now. More... almost 15 years ago
Add required parameters for changing hash used in LUKS key setup scheme. More... almost 15 years ago
Switch PBKDF2 from internal SHA1 to libgcrypt. Also make hash algorithm not fixed here. More... almost 15 years ago
Return ENOENT for empty keyslots, EINVAL will be used later for other type of errors. More... almost 15 years ago
Remove po/cryptsetup-luks.pot, it's autogenerated (thanks to Ivan Stankovic) More... almost 15 years ago
Print error when getline() fails (thanks to Ivan Stankovic) More... almost 15 years ago
Fix DEBUG output (thanks to Ivan Stankovic) More... almost 15 years ago
Optimize o_direct read/writes. More... almost 15 years ago
Fix segfault if provided slot in luksKillslot is invalid. More... almost 15 years ago
Remove unneeded timeout when remove of temporary device succeeded. More... almost 15 years ago
Cryptsetup version 1.0.7. More... almost 15 years ago
Allow removal of last slot in luksRemoveKey and luksKillSlot. More... almost 15 years ago
Add --disable-selinux option and fix static build if selinux is required. More... almost 15 years ago