synced ASCII version
[platform/upstream/cryptsetup.git] / lib /
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.
2011-03-14 Milan BrozAdd defaults to --help output.
2011-03-13 Milan BrozPrefer sysfs when reading backing file.
2011-03-13 Milan BrozBe more paranoid and wipe even intermediate AF keys.
2011-03-13 Milan BrozDo not ignore errors in crypto backend (LUKS PBKDF2).
2011-03-13 Milan BrozDo not ignore errors in crypto backend (LUKS AF).
2011-03-13 Milan BrozDo not ignore errors in crypto backend (loopaes mode).
2011-03-13 Milan BrozClean up plain password hashing, do not ignore error...
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-12 Milan BrozProper handle old systems.
2011-03-12 Milan BrozRequire loop autoclear support.
2011-03-12 Milan BrozAdd backing device info into status.
2011-03-12 Milan BrozSeparate loop handling from internal code.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-03-10 Milan BrozWorkaround LMK capability check if dm-crypt module...
2011-03-05 Milan BrozBetter detects dm-ioctl secure flag using version befor...
2011-03-05 Milan BrozUse secure data bit for dm-ioctl if supported.
2011-03-05 Milan BrozFix hmac ready test check.
2011-01-29 Milan BrozFix mapping removal if device disappeared but node...
2011-01-25 Milan BrozFix po files.
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...
2011-01-16 Milan BrozPrevent to initialise backends twice.
2011-01-16 Milan BrozClean up code after crypto backend change.
2011-01-05 Milan BrozDocument password callback.
2010-12-31 Milan BrozFix crypt_backend_flags prototype.
2010-12-31 Milan BrozSwitch to new crypto backend interface.
2010-12-31 Milan BrozAdd skeleton and implementation of various crypto backends
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-15 Milan BrozRemove uneeded function prototype.
2010-11-15 Milan BrozIncrease library version (current++, age++).
2010-11-15 Milan BrozFix some typos and misinterpretations in header file.
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-15 Milan BrozFix handling of failed read in RNG wrapper.
2010-11-14 Milan BrozFix RNG comment.
2010-11-14 Milan BrozMove LUKS library to lib subdir.
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 BrozRemove dead parse code.
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 Broz* Remove --disable-shared-library switch and handle...
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.
next