Made warning for luksKillSlot and luksDeleteKey more clear
[platform/upstream/cryptsetup.git] / lib /
2012-05-22 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-22 Milan BrozAdd nls.h for utils_fips.
2012-05-22 Milan BrozProperly handle rng error during wipe,
2012-05-22 Milan BrozFix clang compile warnings (error path).
2012-05-22 Milan BrozTranslate FIPS messages.
2012-05-21 Milan BrozImplement crypt RNG wrapper (for FIPS mode), use it...
2012-05-21 Milan BrozAdd --enable-fips for linking with fipscheck library.
2012-05-20 Milan BrozSplit salt from other requests in RNG backend.
2012-05-20 Milan BrozAdd --enable-fips option. Request new gcrypt if set.
2012-05-20 Milan BrozAllow empty cipher (cipher_null).
2012-05-09 Milan BrozFix disk wipe (during keyslot removal) if used on 4k...
2012-05-02 Milan BrozAllow "private" activation (skip some udev global rules...
2012-05-02 Milan BrozTry to remove device even if it is busy (libdevmapper...
2012-05-02 Milan BrozSwitch on retry on device remove for libdevmapper.
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
2012-05-01 Milan BrozFix loop mapping on readonly file.
2012-04-24 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-04-22 Yuri ChornoivanFix typo
2012-04-19 Milan BrozFix requested_type description in header.
2012-04-09 Milan BrozFix support for LUKS header created by cryptsetup-1.0.0
2012-04-02 Milan BrozVersion 1.4.2.
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-16 Milan BrozFix retry if entered passphrases (with verify option...
2012-03-16 Milan BrozUnify password verification option.
2012-03-07 Milan BrozAdd some LUKS header "invalid keyslot" repair code...
2012-01-12 Milan BrozFix use of empty keyfile (Issue 120).
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-10 Milan BrozFix flag description comment.
2011-10-09 Milan BrozFix some complier warnings.
2011-10-09 Milan BrozMove setting of error text to crypt_log to catch all...
2011-10-09 Milan BrozFix exit code if passphrases do not match in luksAddKey...
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 BrozFix some doxygen docs warnings and mistakes.
2011-10-08 Milan BrozAdd doxygen formatted documentation for libcryptsetup...
2011-10-08 Milan BrozRemove hints for old kernels.
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-10-05 Milan BrozFix some compile warnings in optional crypto backends.
2011-10-05 Milan BrozSupport Nettle 2.4 crypto backend (for ripemd160).
2011-09-21 Milan BrozFix some memory leaks (thanks to okozina).
2011-08-26 Milan BrozDo not allow format of already formatted context.
2011-08-26 Milan BrozEnhance check of device size before writing LUKS header.
2011-08-26 Milan BrozRemove internal loop definitions from header file.
2011-08-22 Milan BrozUse /dev/loop-control if possible (kernel 3.1).
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-22 Milan BrozAdd more paranoid checks for LUKS header and keyslot...
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-08-01 Milan BrozImprove check for invalid offset and size values. ...
2011-08-01 Milan BrozAdd loop control stub for testing new loop device inter...
2011-07-25 Milan BrozFix gcrypt final() function backend call.
2011-07-25 Milan Broz* Remove hash/hmac restart from crypto backend and...
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 BrozAdd --enable-discards option to allow discards/TRIM...
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 BrozFix error message.
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-05-24 Milan BrozAdd alternative define for old kernel headers.
2011-05-24 Milan BrozAdd prototype and remove warning.
2011-05-24 Milan BrozExcluce some known dir from old scan.
2011-05-24 Milan BrozHandle even non-standard and non-udev /dev in devpath.
2011-05-24 Milan BrozMove DM helpers to separate header.
2011-05-24 Milan BrozMove devpath scan to separate file.
2011-05-18 Milan BrozSimplify device path scan and avoid stat();
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-28 Milan BrozAdd Nettle crypto backend support.
2011-04-18 Milan BrozRemove another compile warnings.
2011-04-18 Milan BrozRemove old ifdef, all recent systems have this defined.
2011-04-18 Milan BrozRemove old and unused blockdev.h header.
2011-04-18 Milan BrozFix possible leaks in blockwise read/write code.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-04-05 Milan BrozFix typos.
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-25 Milan BrozPrint error if hash is not supported.
2011-03-23 Milan BrozRemove unused paramater.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-22 Milan BrozCheck for plain64 IV support in DM backend.
2011-03-21 Milan BrozFix offset option for loopaesOpen.
2011-03-19 Milan BrozUse plain64 IV in loopAES v1 mode.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-15 Milan BrozIncrease maximum loopAES keyfile size.
2011-03-14 Milan BrozFix some minor compilation problems in crypto backends.
2011-03-14 Milan BrozFix comment.
2011-03-14 Milan BrozSpecify copyright holders in source files.
next