Rename to crypsetup-reencrypt.
[platform/upstream/cryptsetup.git] / src /
2012-06-17 Milan BrozRename to crypsetup-reencrypt.
2012-06-17 Milan BrozCheck device exclusively.
2012-06-16 Milan BrozFix signit if reencryption not yet started.
2012-06-16 Milan BrozUse ETA in progress report.
2012-06-16 Milan BrozAdd fsync option.
2012-06-16 Milan BrozFix directio aligned buffer.
2012-06-16 Milan BrozFix directio (again).
2012-06-16 Milan BrozFix some compile warnings.
2012-06-16 Milan BrozDo not use global context.
2012-06-16 Milan BrozFix verbose messages.
2012-06-16 Milan BrozChange log manipulation, print log always.
2012-06-15 Milan BrozProperly support more keyslots.
2012-06-15 Milan BrozRemove new file header option for now.
2012-06-15 Milan BrozCreate smaller header device.
2012-06-15 Milan BrozHandle interrupts & restart.
2012-06-14 Milan BrozFix backward roiutine on 32bit.
2012-06-14 Milan BrozPrint better progress status.
2012-06-13 Milan BrozAdd some simple timer.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-12 Milan BrozFix hex string conversion length.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-12 Milan BrozComment out some temp code.
2012-06-12 Milan BrozImplement forward/backward reencryption.
2012-06-12 Milan BrozActivate devices privately.
2012-06-12 Milan BrozAdd experimental LUKS offline reencryption utility.
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-11 Milan BrozRename hash-start to hash-offset and switch to use...
2012-06-10 Milan BrozCheck various number limits.
2012-06-10 Milan BrozAvoid some clang warnings.
2012-06-10 Milan BrozRemove some compilation warnings.
2012-06-09 Milan BrozMove defines from header.
2012-06-09 Milan BrozAdd verity uuid specification.
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-09 Milan BrozEnhance status of active device.
2012-06-09 Milan BrozSupport empty salt for verity, support no superblock.
2012-06-09 Milan BrozRemove redundant flags.
2012-06-08 Milan BrozAdd man page.
2012-06-08 Milan BrozUse action names in veritysetup (similar to cryptsetup).
2012-06-08 Milan BrozSupport init_by_name for verity.
2012-06-07 Milan BrozUse configure for defaults.
2012-06-07 Milan BrozWarn if block exceeds page size.
2012-06-07 Milan BrozFix some strings, fix sb_offset.
2012-06-07 Milan BrozChange int types.
2012-06-07 Milan BrozDetect dm-verity in kernel.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-06-03 Milan BrozAdd simple veritysetup test.
2012-05-31 Milan BrozMerge branch 'master' into veritysetup
2012-05-28 Milan BrozAdd veritysetup.
2012-05-23 Milan BrozComment out some temp code.
2012-05-22 Milan BrozImplement forward/backward reencryption.
2012-05-22 Milan BrozActivate devices privately.
2012-05-22 Milan BrozAdd experimental LUKS offline reencryption utility.
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-31 Milan BrozAdd skeleton and implementation of various crypto backends
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.
next