openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
cryptsetup/LUKS
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 24, 2024 — Aug 24, 2025
Showing page 152 of 154
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Replace not safe option --non-exclusive with --disable-uuid.
Milan Broz
More...
almost 16 years ago
Add plain crypt device test using new API.
Milan Broz
More...
almost 16 years ago
* Add --master-key-file option for luksFormat and luksAddKey.
Milan Broz
More...
almost 16 years ago
* Remove old API code helper functions.
Milan Broz
More...
almost 16 years ago
* Implement old API calls using new functions.
Milan Broz
More...
almost 16 years ago
* Add new libcryptsetup API (documented in libcryptsetup.h).
Milan Broz
More...
almost 16 years ago
* Replace global options struct with separate parameters in helper functions.
Milan Broz
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.
Milan Broz
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.
Milan Broz
More...
almost 16 years ago
* Add log macros and make logging modre consitent. * Move command successful messages to verbose level. * Introduce --debug parameter.
Milan Broz
More...
almost 16 years ago
* Move memory locking and dm initialization to command layer. * Increase priority of process if memory is locked.
Milan Broz
More...
almost 16 years ago
Require device device-mapper to build and do not use backend wrapper for dm calls.
Milan Broz
More...
almost 16 years ago
Test commit.
Milan Broz
More...
almost 16 years ago
Fix include path.
Milan Broz
More...
almost 16 years ago
Add separate tests directory, move LUKS tests, Add old library API tests.
Milan Broz
More...
almost 16 years ago
Allow restrict keys size in LuksOpen (thanks to Stefan Assmann)
Milan Broz
More...
about 16 years ago
Allow using passphrase provided in options struct for LuksOpen (thanks to Waldemar Brodkorb).
Milan Broz
More...
about 16 years ago
Fix PBKDF2 speed calculation for large passhrases.
Milan Broz
More...
about 16 years ago
Enable LUKS hash setting and document it.
Milan Broz
More...
about 16 years ago
Remove internal SHA1 implementation, not needed now.
Milan Broz
More...
about 16 years ago
Move XOR function to af.c, nobody outside of it use it now.
Milan Broz
More...
about 16 years ago
Add required parameters for changing hash used in LUKS key setup scheme.
Milan Broz
More...
about 16 years ago
Switch PBKDF2 from internal SHA1 to libgcrypt. Also make hash algorithm not fixed here.
Milan Broz
More...
about 16 years ago
Return ENOENT for empty keyslots, EINVAL will be used later for other type of errors.
Milan Broz
More...
about 16 years ago
Remove po/cryptsetup-luks.pot, it's autogenerated (thanks to Ivan Stankovic)
Milan Broz
More...
about 16 years ago
Print error when getline() fails (thanks to Ivan Stankovic)
Milan Broz
More...
about 16 years ago
Fix DEBUG output (thanks to Ivan Stankovic)
Milan Broz
More...
about 16 years ago
Optimize o_direct read/writes.
Milan Broz
More...
about 16 years ago
Fix segfault if provided slot in luksKillslot is invalid.
Milan Broz
More...
about 16 years ago
Remove unneeded timeout when remove of temporary device succeeded.
Milan Broz
More...
about 16 years ago
←
1
2
…
146
147
148
149
150
151
152
153
154
→
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