Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / lib / setup.c
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-12 Milan BrozProper handle old systems.
2011-03-12 Milan BrozSeparate loop handling from internal code.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-01-29 Milan BrozFix mapping removal if device disappeared but node...
2011-01-25 Milan BrozAdd loop-AES compatible handling code.
2011-01-25 Milan BrozDetect # of keys from cipher string.
2011-01-25 Milan BrozAdd dm flags for query for features.
2011-01-16 Milan BrozAdd context to crypto backend init (so it can print...
2010-12-31 Milan BrozSwitch to new crypto backend interface.
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-13 Milan BrozSimplify return codes from get key functions.
2010-11-13 Milan Broz* Fix password callback call.
2010-11-05 Milan Broz* Disallow mapping of device which is already in use...
2010-11-05 Milan Broz* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-10-27 Milan Broz* Implement --use-random and --use-urandom for luksForm...
2010-10-26 Milan BrozMove get_key to common code, simplify verify flags.
2010-10-26 Milan BrozMove safe alloc routines into common lib file.
2010-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...
2010-10-26 Milan BrozSimplify crypto backend init.
2010-10-26 Milan BrozGeneralise volume key struct.
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-06-03 Milan BrozFix activate_by_* API calls to handle NULL device name...
2010-05-30 Milan BrozFix (deprecated) reload device command to accept new...
2010-05-30 Milan BrozRemove device even if underlying device disappeared.
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-05-27 Milan BrozFix luksFormat/luksOpen reading passphrase from stdin...
2010-05-01 Milan BrozFix isLuks to initialise crypto backend (blkid instead...
2010-04-30 Milan BrozFix luksOpen reading of passphrase on stdin (if "-...
2010-04-30 Milan BrozAllow no hash specification in plain device constructor...
2010-04-30 Milan BrozDetect old dm-crypt module and disable LUKS suspend...
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-02-25 Milan BrozProperly initialise crypto backend in header backup...
2010-02-25 Milan BrozDo not verify unlocking passphrase in luksAddKey comman...
2010-01-10 Milan BrozProperly initialise gcrypt in format call.
2009-12-30 Milan BrozChange in iterations counts:
2009-11-28 Milan BrozFix typos (Thanks to Solveig).
2009-11-15 Milan BrozAdd temporary debug code to allow better debugging...
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-10-23 Milan BrozFix uninteded change in keysize.
2009-10-23 Milan BrozAllow initialisation without specifying device.
2009-10-23 Milan BrozAllow manipulate with device with only header on it...
2009-10-23 Milan BrozRename internal locking helpers (avoids conflict when...
2009-10-01 Milan BrozMove duplicated failed message to verbose level, add...
2009-10-01 Milan BrozMove dm backend initialisation to library calls.
2009-09-30 Milan BrozProperly apply versioned symbols in library and fix...
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-15 Milan BrozInitialize crypto library before LUKS header load.
2009-09-10 Milan Brozpatch 1.patch
2009-09-08 Milan BrozTry to read first sector from device to properly check...
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
2009-08-31 Milan BrozAdd LUKS open and format test using new api.
2009-08-30 Milan Broz* Remove old API code helper functions.
2009-08-30 Milan Broz* Implement old API calls using new functions.
2009-08-30 Milan Broz* Add new libcryptsetup API (documented in libcryptsetu...
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...