synced with wiki
[platform/upstream/cryptsetup.git] / lib / setup.c
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-06 Milan BrozFix typo in iteration time api call.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-27 Milan BrozFix crypt_get_volume_key_size() for plain device.
2011-10-09 Milan BrozMove setting of error text to crypt_log to catch all...
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-10-09 Milan BrozSimplify global error call.
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-08-26 Milan BrozDo not allow format of already formatted context.
2011-08-22 Milan Brozcrypt_check_data_device_size() needs to compare values...
2011-08-22 Milan BrozFix two mem leaks in crypt_init_by_name_and_header().
2011-08-22 Milan BrozLUKS header and Type needs to be set in context before...
2011-08-15 Milan BrozSilent gcc warnings with -Wconst-qual switch.
2011-08-15 Milan BrozCheck UUID of active device to match header when initia...
2011-08-15 Milan BrozDo not allow crypt_load() on already initialised context.
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-20 Milan Broz* Add --header option for detached metadata (on-disk...
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-18 Milan BrozAdd crypt_get_iv_offset() function to API.
2011-07-17 Milan BrozUse struct volume key thorough.
2011-07-17 Milan BrozRewrite dm query/create function backend.
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
2011-05-17 Milan BrozFix keyfile=- processing in create command (1.3.0,...
2011-05-11 Milan BrozPluralize "Cannot not read %d bytes from key file ...
2011-05-03 Milan BrozFix size argument for create command. (regression in...
2011-04-18 Milan BrozRemove another compile warnings.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-25 Milan BrozAlso support --hash option for loopaesOpen.
2011-03-25 Milan BrozFix return code when passphrase is read from pipe.
2011-03-23 Milan BrozRemove unused paramater.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-03-13 Milan BrozClean up plain password hashing, do not ignore error...
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...
next