Initial add of FAQ
[platform/upstream/cryptsetup.git] / luks /
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-05-03 Milan BrozAdd newline to hints and allow translation of string.
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-01-15 Milan BrozFix missing includes on recent systems.
2010-01-15 Milan BrozFix hash lowercase conversion for malformed string.
2010-01-10 Milan BrozFix invalid device error message.
2010-01-10 Milan BrozConvert hash name to lower case for compatibility reasons.
2010-01-10 Milan BrozProperly initialise gcrypt in format call.
2009-12-30 Milan BrozChange in iterations counts:
2009-12-30 Milan BrozFix build for non-standard gcrypt library location.
2009-11-14 Milan BrozAlways print warning when device is not LUKS in crypt_l...
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-15 Milan BrozInitialize crypto library before LUKS header load.
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-08-31 Milan BrozAdd LUKS open and format test using new api.
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
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-28 Milan BrozAdd separate tests directory, move LUKS tests, Add...
2009-08-17 Milan BrozFix PBKDF2 speed calculation for large passhrases.
2009-07-30 Milan BrozEnable LUKS hash setting and document it.
2009-07-30 Milan BrozRemove internal SHA1 implementation, not needed now.
2009-07-30 Milan BrozMove XOR function to af.c, nobody outside of it use...
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozSwitch PBKDF2 from internal SHA1 to libgcrypt.
2009-07-30 Milan BrozReturn ENOENT for empty keyslots, EINVAL will be used...
2009-07-28 Milan BrozOptimize o_direct read/writes.
2009-07-16 Milan BrozAllow removal of last slot in luksRemoveKey and luksKil...
2009-06-20 Milan BrozSet UUID in device-mapper for LUKS devices.
2009-06-20 Milan BrozCheck device size when loading LUKS header.
2009-06-19 Milan BrozUse better error messages if device doesn't exist
2009-06-19 Milan BrozFix make distcheck (Mike Kelly)
2008-12-19 Clemens Fruhwirth* Fix wrong output for remaining key at key deletion.
2008-09-16 Milan BrozUse remapping to error target instead of calling udevse...
2008-09-10 Clemens FruhwirthThanks to Milan Broz <mbroz@redhat.com> for this patch:
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 to interface definition...
2008-03-22 Clemens FruhwirthPurge leftovers from patching (.orig)
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...