platform/upstream/cryptsetup.git
2011-12-19 Arno Wagnerupdated txt version to match web
2011-12-05 Milan BrozFix discards option name.
2011-12-02 Arno Wagnerupdated plan text version
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-09 Milan BrozFix typo.
2011-11-09 Milan BrozAdd 1.4.1 Release Notes.
2011-11-09 Milan BrozVersion 1.4.1.
2011-11-08 Milan BrozFix cryptsetup status output if parameter is device...
2011-11-08 Milan BrozAdd some constants to Python binding.
2011-11-07 Milan BrozSilent gcc strict aliasing warning.
2011-11-07 Milan BrozAdd COPYING.LGPL file.
2011-11-07 Milan BrozFix crypt_load usage in Python binding.
2011-11-07 Milan BrozFix void / None Python bindings.
2011-11-06 Milan BrozFix typo.
2011-11-06 Milan BrozFix typo in iteration time api call.
2011-11-06 Milan BrozAdd debugLevel and set iteration time python binding.
2011-11-06 Milan BrozAdd tests for former python API.
2011-11-04 Milan BrozMerge pycryptsetup (Python libcryptsetup bindings).
2011-11-02 Milan BrozFix FSF address in license text according to
2011-11-01 Arno Wagnersynchronized to web version
2011-10-28 Milan BrozUpdate it.po.
2011-10-27 Milan BrozFix crypt_get_volume_key_size() for plain device.
2011-10-26 Milan BrozVersion 1.4.0.
2011-10-26 Milan BrozSilent some extra gcc warnings in tests.
2011-10-25 Milan BrozFix isLuks message (should appear only in verbose mode).
2011-10-25 Milan BrozUpdate nl.po.
2011-10-17 Milan BrozUpdate de.po.
2011-10-17 Jonas Meurerfix typo in german translation
2011-10-16 Milan BrozUpdate on disk format to 1.2.1.
2011-10-15 Milan BrozUpdate po files.
2011-10-15 Milan BrozRemoves obsolete valgrind suppression (Thanks to okozina)
2011-10-15 Milan BrozUse system wide libcryptsetup in examples.
2011-10-10 Milan BrozReencode Changelog to UTF8.
2011-10-10 Milan BrozFix flag description comment.
2011-10-10 Milan BrozAdd 1.4.0 release notes
2011-10-10 Milan BrozPrint warning if detached header path is unusable.
2011-10-09 Milan BrozRevert get_last_error change for test-api (crypt_init...
2011-10-09 Milan BrozPrepare 1.4.0-rc1 (some minor fixes still needed).
2011-10-09 Milan BrozFix makefile for examples.
2011-10-09 Milan BrozAdd license to example files (LGPL).
2011-10-09 Milan BrozRewrite examples to more simple format.
2011-10-09 Milan BrozAdd simple makefile for examples.
2011-10-09 Milan BrozAdd LUKS on-disk format docs, update TODO.
2011-10-09 Milan BrozFix some complier warnings.
2011-10-09 Milan BrozDetect static uuid library if static build is requested.
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 BrozFix luksKillSLot exit code if slot is inactive or inval...
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 BrozFix doxyfile location.
2011-10-08 Milan BrozAdd doxyfile.
2011-10-08 Milan BrozAdd some examples. (thanks to okozina)
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-27 Milan BrozFix man page (thanks to Karl O. Pinc)
2011-09-22 Milan BrozAdd keyslot option for luksOpen (thanks to okozina).
2011-09-21 Milan BrozFix some memory leaks (thanks to okozina).
2011-09-21 Milan BrozAdd some valgrind checks (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 BrozAdd fi.po.
2011-08-22 Milan BrozAdd some API test and rewrite some parts.
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-15 Milan BrozUpdate po files.
2011-08-05 Arno Wagnertypi fixed in ASCII version
2011-08-02 Milan BrozAdd API tests for plain device.
2011-08-01 Arno Wagnersynced ASCII version
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-30 Arno Wagnersynced rhe text version
2011-07-25 Milan BrozAdd check of decrypted image to test.
2011-07-25 Milan BrozFix gcrypt final() function backend call.
2011-07-25 Milan BrozFix new tests to use sha1 (ripemd160 not supported...
2011-07-25 Milan Broz* Remove hash/hmac restart from crypto backend and...
2011-07-25 Milan BrozAdd experimental LUKS recovery script (recreate header...
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-14 Arno Wagnerupdated txt version
2011-07-08 Arno Wagneradded warning to only use the fiorst 128 ASCII cars...
2011-07-07 Milan BrozUpdate de.po.
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-07-01 Milan BrozFix error message.
next