3
I Use This!
High Activity

Commits : Listings

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