Fails if more device arguments are present for isLuks.
[platform/upstream/cryptsetup.git] / src / cryptsetup.c
2013-07-27 Milan BrozFails if more device arguments are present for isLuks.
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-02-11 Milan BrozMake passphrase prompts more consistent.
2013-01-10 Milan BrozFix some extended compile warning.
2013-01-02 Milan BrozFix benchmark alignment (wider columns).
2012-12-30 Milan BrozAdd kernel userspace header detection.
2012-12-30 Milan BrozFix status of device if path argument is used. Fix...
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-29 Milan BrozFix non-translated messages.
2012-12-22 Milan BrozAdd basic support for system TCRYPT device.
2012-12-19 Milan BrozAdd optional libpwquality support for new LUKS passwords.
2012-12-19 Milan BrozPrepare cryptsetup functions for pwquality check.
2012-12-11 Milan BrozHandle signals in tool context.
2012-12-10 Milan BrozFix some problems found by Coverity scan.
2012-12-07 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-12-07 Milan BrozMove change key into library (add crypt_keyslot_change_...
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-12-03 Milan BrozDocument new basic commands open/close (and old syntax...
2012-12-02 Milan BrozRemove some gcc extra warnings (signed/unsigned problem...
2012-12-02 Milan BrozAdd master key dump option for tcryptDump.
2012-12-02 Milan Brozcryptsetup: remove useless arg for action functions.
2012-12-02 Milan BrozAdd new commands open/close and make aliases.
2012-11-30 Milan BrozBetter tcrypt test options.
2012-11-30 Milan BrozAnd fix previous comment once more... :)
2012-11-30 Milan BrozFix skcipher failure handling.
2012-11-29 Milan BrozHandle kernel crypto api init failure better.
2012-11-23 Milan BrozTCRYPT: add dump command
2012-11-20 Daniel Kahn Gillmormake default LUKS PBKDF2 iteration time configurable
2012-11-19 Milan BrozTCRYPT: implement (most of) legacy modes support.
2012-11-19 Milan BrozTCRYPT: support keyfiles
2012-11-19 Milan BrozAdd basic TCRYPT library.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-13 Milan BrozUse common utils_tools.c for all tools.
2012-06-26 Petr PísařPass help text to popt already translated
2012-06-19 Milan BrozRename without_activation to test_passphrase.
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...
next