* Replace global options struct with separate parameters in helper functions.
[platform/upstream/cryptsetup.git] / lib / setup.c
2009-08-30 Milan Broz* Replace global options struct with separate parameter...
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
2009-08-30 Milan Broz* Move device utils code and provide context parameter...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan Broz* Move memory locking and dm initialization to command...
2009-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-08-17 Milan BrozAllow restrict keys size in LuksOpen (thanks to Stefan...
2009-08-17 Milan BrozAllow using passphrase provided in options struct for...
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozFix DEBUG output (thanks to Ivan Stankovic)
2009-07-23 Milan BrozFix segfault if provided slot in luksKillslot is invalid.
2009-07-16 Milan BrozAllow removal of last slot in luksRemoveKey and luksKil...
2009-06-22 Milan BrozAdd some checks for error codes.
2009-06-22 Milan BrozFix device prompt quistion.
2009-06-20 Milan BrozSet UUID in device-mapper for LUKS devices.
2009-06-20 Milan BrozDisplay device name when asking for password.
2009-06-19 Milan BrozUse better error messages if device doesn't exist
2009-04-05 Clemens FruhwirthShould fix Issue 5.
2009-01-16 Clemens FruhwirthRemove precompiled pot files.
2008-12-19 Clemens Fruhwirth* Fix wrong output for remaining key at key deletion.
2008-11-05 Milan BrozWipe start of device before LUKS-formatting.
2008-09-22 Milan BrozReturn preset error description in case of IO or header...
2008-09-16 Milan BrozUse remapping to error target instead of calling udevse...
2008-09-11 Clemens FruhwirthCheck device mapper communication and warn user in...
2008-09-01 Clemens FruhwirthThanks to Ivan Stankovic
2008-08-20 Clemens FruhwirthError handling improvement thanks to Erik Edin.
2008-06-30 Clemens FruhwirthAdd non-exclusive override via --non-exclusive.
2008-06-28 Clemens FruhwirthRefactor key slot selection into keyslot_from_option...
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...