updated
[platform/upstream/cryptsetup.git] / lib /
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-07-03 Milan BrozFix previous commit to properly check udev flag definition.
2010-07-03 Milan BrozFix udev support for old libdevmapper with not compatib...
2010-06-03 Milan BrozFix activate_by_* API calls to handle NULL device name...
2010-06-01 Milan BrozFix device alignment ioctl calls parameters.
2010-05-30 Milan BrozFix (deprecated) reload device command to accept new...
2010-05-30 Milan BrozRemove device even if underlying device disappeared.
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-05-27 Milan BrozFix luksFormat/luksOpen reading passphrase from stdin...
2010-05-27 Milan BrozTry to make get_key() paramater more obvious...
2010-05-23 Milan BrozFix luksClose if underlying device is another DM device
2010-05-03 Milan BrozFix automatic dm-crypt module loading.
2010-05-01 Milan BrozFix isLuks to initialise crypto backend (blkid instead...
2010-04-30 Milan BrozFix luksOpen reading of passphrase on stdin (if "-...
2010-04-30 Milan BrozAllow no hash specification in plain device constructor...
2010-04-30 Milan BrozDetect old dm-crypt module and disable LUKS suspend...
2010-04-29 Milan BrozFix includes for libdevmapper internals.
2010-04-16 Milan BrozDo not use kernel dm-ioctl header directly and remove...
2010-04-16 Milan BrozFix minor errors
2010-04-16 Milan BrozFix udev support. Set flag to disable udev rules for...
2010-04-15 Milan BrozDetect and use devmapper udev support if available...
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2010-04-12 Milan BrozFix pkgconfig to use proper package version (Issue...
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-04-06 Milan BrozPrefer some device paths in status display. (Issue 48)
2010-02-25 Milan BrozProperly initialise crypto backend in header backup...
2010-02-25 Milan BrozDo not verify unlocking passphrase in luksAddKey comman...
2010-01-17 Milan BrozIf gcrypt compiled with capabilities, document workarou...
2010-01-15 Milan BrozFix missing includes on recent systems.
2010-01-10 Milan BrozCheck for required minumum gcrypt version.
2010-01-10 Milan BrozProperly initialise gcrypt in format call.
2009-12-30 Milan BrozChange in iterations counts:
2009-12-30 Milan BrozFix build for non-standard gcrypt library location.
2009-12-30 Milan BrozAlways close file dscriptor on error.
2009-12-11 Milan BrozFix some strings to use gettext.
2009-12-11 Milan BrozFix error handling during reading passhrase.
2009-11-28 Milan BrozFix typos (Thanks to Solveig).
2009-11-16 Milan BrozAdd nls.h to Makefile.
2009-11-16 Milan BrozUse proper NLS macros and detection (so the message...
2009-11-15 Milan BrozAdd temporary debug code to allow better debugging...
2009-11-14 Milan BrozFix status device call to fail if running as non-root.
2009-11-14 Milan BrozAlways print warning when device is not LUKS in crypt_l...
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-10-23 Milan BrozFix uninteded change in keysize.
2009-10-23 Milan BrozAllow initialisation without specifying device.
2009-10-23 Milan BrozAllow manipulate with device with only header on it...
2009-10-23 Milan BrozRename internal locking helpers (avoids conflict when...
2009-10-01 Milan BrozYet another libcryptsetup.sym fix (fix make distcheck).
2009-10-01 Milan BrozMove duplicated failed message to verbose level, add...
2009-10-01 Milan BrozMove dm backend initialisation to library calls.
2009-09-30 Milan BrozProperly apply versioned symbols in library and fix...
2009-09-29 Milan BrozExport header backup and restore functions.
2009-09-28 Milan Broz... and previous reintroduce it as debug message.
2009-09-28 Milan BrozRemove error message in previous commit.
2009-09-28 Milan BrozFail if piped input is broken.
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-20 Milan BrozReplace locked device with error target after 1 sec...
2009-09-15 Milan BrozInitialize crypto library before LUKS header load.
2009-09-10 Milan Brozpatch 1.patch
2009-09-08 Milan BrozTry to read first sector from device to properly check...
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
2009-08-31 Milan BrozAdd LUKS open and format test using new api.
2009-08-31 Milan BrozAdd plain crypt device test using new API.
2009-08-30 Milan Broz* Remove old API code helper functions.
2009-08-30 Milan Broz* Implement old API calls using new functions.
2009-08-30 Milan Broz* Add new libcryptsetup API (documented in libcryptsetu...
2009-08-30 Milan Broz* Replace global options struct with separate parameter...
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
2009-08-30 Milan Broz* Move device utils code and provide context parameter...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan Broz* Move memory locking and dm initialization to command...
2009-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-08-17 Milan BrozAllow restrict keys size in LuksOpen (thanks to Stefan...
2009-08-17 Milan BrozAllow using passphrase provided in options struct for...
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozFix DEBUG output (thanks to Ivan Stankovic)
2009-07-28 Milan BrozOptimize o_direct read/writes.
2009-07-23 Milan BrozFix segfault if provided slot in luksKillslot is invalid.
2009-07-22 Milan BrozRemove unneeded timeout when remove of temporary device...
2009-07-16 Milan BrozAllow removal of last slot in luksRemoveKey and luksKil...
2009-06-22 Milan BrozAdd some checks for error codes.
2009-06-22 Milan BrozFix device prompt quistion.
2009-06-21 Milan BrozDefine device-mapper crypt UUID maximal length and...
2009-06-20 Milan BrozSet UUID in device-mapper for LUKS devices.
2009-06-20 Milan BrozRetain readahead of underlying device.
2009-06-20 Milan BrozDisplay device name when asking for password.
2009-06-20 Milan BrozCheck device size when loading LUKS header.
2009-06-19 Milan BrozUse better error messages if device doesn't exist
2009-04-05 Clemens FruhwirthShould fix Issue 5.
2009-04-01 Clemens FruhwirthSegfault bugfix thanks to Oliver Metz.
2009-01-16 Clemens FruhwirthRemove precompiled pot files.
2008-12-19 Clemens Fruhwirth* Fix wrong output for remaining key at key deletion.
2008-11-05 Milan BrozWipe start of device before LUKS-formatting.
2008-09-22 Milan BrozReturn preset error description in case of IO or header...
2008-09-16 Milan BrozUse remapping to error target instead of calling udevse...
2008-09-11 Clemens FruhwirthCheck device mapper communication and warn user in...
2008-09-01 Clemens FruhwirthThanks to Ivan Stankovic
2008-08-20 Clemens FruhwirthError handling improvement thanks to Erik Edin.
next