openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
cryptsetup/LUKS
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
1 day
ago.
Jul 09, 2025 — Jul 09, 2026
Showing page 161 of 163
Search / Filter on:
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.
Milan Broz
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.
Milan Broz
More...
almost 17 years ago
* Add log macros and make logging modre consitent. * Move command successful messages to verbose level. * Introduce --debug parameter.
Milan Broz
More...
almost 17 years ago
* Move memory locking and dm initialization to command layer. * Increase priority of process if memory is locked.
Milan Broz
More...
almost 17 years ago
Require device device-mapper to build and do not use backend wrapper for dm calls.
Milan Broz
More...
almost 17 years ago
Test commit.
Milan Broz
More...
almost 17 years ago
Fix include path.
Milan Broz
More...
almost 17 years ago
Add separate tests directory, move LUKS tests, Add old library API tests.
Milan Broz
More...
almost 17 years ago
Allow restrict keys size in LuksOpen (thanks to Stefan Assmann)
Milan Broz
More...
almost 17 years ago
Allow using passphrase provided in options struct for LuksOpen (thanks to Waldemar Brodkorb).
Milan Broz
More...
almost 17 years ago
Fix PBKDF2 speed calculation for large passhrases.
Milan Broz
More...
almost 17 years ago
Enable LUKS hash setting and document it.
Milan Broz
More...
almost 17 years ago
Remove internal SHA1 implementation, not needed now.
Milan Broz
More...
almost 17 years ago
Move XOR function to af.c, nobody outside of it use it now.
Milan Broz
More...
almost 17 years ago
Add required parameters for changing hash used in LUKS key setup scheme.
Milan Broz
More...
almost 17 years ago
Switch PBKDF2 from internal SHA1 to libgcrypt. Also make hash algorithm not fixed here.
Milan Broz
More...
almost 17 years ago
Return ENOENT for empty keyslots, EINVAL will be used later for other type of errors.
Milan Broz
More...
almost 17 years ago
Remove po/cryptsetup-luks.pot, it's autogenerated (thanks to Ivan Stankovic)
Milan Broz
More...
almost 17 years ago
Print error when getline() fails (thanks to Ivan Stankovic)
Milan Broz
More...
almost 17 years ago
Fix DEBUG output (thanks to Ivan Stankovic)
Milan Broz
More...
almost 17 years ago
Optimize o_direct read/writes.
Milan Broz
More...
almost 17 years ago
Fix segfault if provided slot in luksKillslot is invalid.
Milan Broz
More...
almost 17 years ago
Remove unneeded timeout when remove of temporary device succeeded.
Milan Broz
More...
almost 17 years ago
Cryptsetup version 1.0.7.
Milan Broz
More...
almost 17 years ago
Allow removal of last slot in luksRemoveKey and luksKillSlot.
Milan Broz
More...
almost 17 years ago
Add --disable-selinux option and fix static build if selinux is required.
Milan Broz
More...
almost 17 years ago
Reject unsupported --offset and --skip options for luksFormat and update man page.
Milan Broz
More...
almost 17 years ago
cryptsetup 1.0.7-rc1
Milan Broz
More...
about 17 years ago
Add some checks for error codes.
Milan Broz
More...
about 17 years ago
Fix device prompt quistion.
Milan Broz
More...
about 17 years ago
←
1
2
…
155
156
157
158
159
160
161
162
163
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree