Move change key into library (add crypt_keyslot_change_by_passphrase).
[platform/upstream/cryptsetup.git] / lib / libcryptsetup.h
2012-12-07 Milan BrozMove change key into library (add crypt_keyslot_change_...
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-12-02 Milan BrozAdd TCRYPT documentation,
2012-11-26 Milan BrozTCRYPT: add backup header option.
2012-11-22 Milan BrozTCRYPT: parse cipher chain on init.
2012-11-19 Milan BrozTCRYPT: implement (most of) legacy modes support.
2012-11-19 Milan BrozTCRYPT: support keyfiles
2012-11-19 Milan BrozAdd basic TCRYPT library.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
2012-07-09 Milan BrozFix libcryptsetup.h docs for verity type.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozVerity salt size is really uint16 in sb and uint32...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-09 Milan BrozEnhance status of active device.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-28 Milan BrozInclude stddef.h in libcryptsetup.h (size_t definition).
2012-05-02 Milan BrozAllow "private" activation (skip some udev global rules...
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
2012-04-19 Milan BrozFix requested_type description in header.
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...
2011-11-06 Milan BrozFix typo in iteration time api call.
2011-10-10 Milan BrozFix flag description comment.
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-10-08 Milan BrozFix some doxygen docs warnings and mistakes.
2011-10-08 Milan BrozAdd doxygen formatted documentation for libcryptsetup...
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-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 BrozRewrite dm query/create function backend.
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-01-25 Milan BrozAdd loop-AES compatible handling code.
2011-01-05 Milan BrozDocument password callback.
2010-11-15 Milan BrozFix some typos and misinterpretations in header file.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-13 Milan Broz* Fix password callback call.
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 safe alloc routines into common lib file.
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-09-30 Milan BrozProperly apply versioned symbols in library and fix...
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
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 plain crypt device test using new API.
2009-08-30 Milan Broz* Add new libcryptsetup API (documented in libcryptsetu...
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2008-06-30 Clemens FruhwirthAdd non-exclusive override to interface definition...
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...