Remove some redundant brackets.
[platform/upstream/cryptsetup.git] / src / cryptsetup.c
2012-06-19 Milan BrozRemove some redundant brackets.
2012-06-19 Milan BrozAdd --without-activation option for luksOpen (check...
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-08 Milan BrozUse action names in veritysetup (similar to cryptsetup).
2012-06-08 Milan BrozSupport init_by_name for verity.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-21 Milan BrozAdd --enable-fips for linking with fipscheck library.
2012-04-02 Milan BrozVersion 1.4.2.
2012-04-02 Milan BrozAllow to specify --align-payload only for luksFormat.
2012-04-02 Milan BrozAdd repair command and API for repairing known LUKS...
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2012-03-20 Milan BrozSupport UUID=<LUKS_UUID> format for device specification.
2012-03-16 Milan BrozUnify password verification option.
2012-02-11 Milan BrozAdd support for --master-key-file to luksOpen.
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-08 Milan BrozFix cryptsetup status output if parameter is device...
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-25 Milan BrozFix isLuks message (should appear only in verbose mode).
2011-10-10 Milan BrozPrint warning if detached header path is unusable.
2011-10-09 Milan BrozFix luksKillSLot exit code if slot is inactive or inval...
2011-09-22 Milan BrozAdd keyslot option for luksOpen (thanks to okozina).
2011-09-21 Milan BrozFix some memory leaks (thanks to okozina).
2011-08-01 Milan BrozImprove check for invalid offset and size values. ...
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-17 Milan BrozAdd --enable-discards option to allow discards/TRIM...
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-06-14 Milan BrozUse EINVAL if device status returns invalid device.
2011-06-13 Milan BrozFix return code for status command when device doesn...
2011-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
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-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-22 Milan BrozLock memory also in luksDump command.
2011-03-21 Milan BrozFix offset option for loopaesOpen.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-14 Milan BrozFix some minor compilation problems in crypto backends.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-03-14 Milan BrozAdd defaults to --help output.
2011-03-14 Milan BrozFix loopaes open parameters.
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-12 Milan BrozAdd backing device info into status.
2011-01-31 Milan BrozFix luksAddKey return code if master key is used.
2011-01-25 Milan BrozAdd loop-AES compatible handling code.
2011-01-25 Milan BrozDetect # of keys from cipher string.
2010-12-09 Milan BrozFix previous commit (for now).
2010-12-09 Milan BrozFix create command to properly handle keyfile size.
2010-11-15 Milan BrozRemove uneeded function prototype.
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-14 Milan BrozFix cryptsetup binary exitcodes.
2010-11-14 Milan BrozAdd --dump-master-key option for luksDump to allow...
2010-11-13 Milan BrozSimplify return codes from get key functions.
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-11-05 Milan BrozNo longer support luksDelKey, reload and --non-exclusive.
2010-11-05 Milan BrozUse new API for luksUUID, luksDump.
2010-10-29 Milan BrozFix luksFormat to properly use key file with --master...
2010-10-29 Milan Broz* Add --keyfile-size and --new-keyfile-size (in bytes...
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-27 Milan BrozRewrite luksFormat, luksOpen, liksAddKey in crypsetup...
2010-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...
2010-05-30 Milan BrozPrint empty line in status if underlying device disappe...
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-04-16 Milan BrozFix minor errors
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2010-01-15 Milan BrozRemove nonfuctional default values from help (and refor...
2009-12-01 Milan BrozMove default cipher paramaters to config.h and allow...
2009-11-28 Milan BrozFix typos (Thanks to Solveig).
2009-11-16 Milan BrozAdd obsolete message for non-exclusive switch.
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-29 Milan BrozFix typo in backup file option. (Thanks to Jonas Meurer)
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-11 Milan BrozFix typo in help text.
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 Broz* Replace not safe option --non-exclusive with --disabl...
2009-08-30 Milan Broz* Add --master-key-file option for luksFormat and luksA...
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-17 Milan BrozAllow restrict keys size in LuksOpen (thanks to Stefan...
2009-07-30 Milan BrozEnable LUKS hash setting and document it.
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozPrint error when getline() fails (thanks to Ivan Stankovic)
2009-07-11 Milan BrozReject unsupported --offset and --skip options for...
2009-01-13 Clemens FruhwirthCleanups thanks to Ivan Stankovic
2008-06-30 Clemens FruhwirthAdd non-exclusive override via --non-exclusive.
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...