summaryrefslogtreecommitdiff
path: root/lib/libcryptsetup.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Imported Upstream version 1.6.7upstream/1.6.7Kichan Kwon1-6/+36
2016-05-10Revert "Imported upstream version 1.6.7"Kwon1-36/+6
2016-05-10Imported upstream version 1.6.7Kichan Kwon1-6/+36
2013-02-14Fix passphrase pool overflow for TCRYPT device id passphrase > pool size.Milan Broz1-1/+1
2013-01-14Fix doxygen doc for libcryptsetup.h.Milan Broz1-56/+81
2012-12-29Change License from GPLv2 only to GPLv2+ ("or any later").Milan Broz1-1/+2
2012-12-22Add basic support for system TCRYPT device.Milan Broz1-0/+2
2012-12-21Add copyright line for files I have written or modified.Milan Broz1-0/+1
2012-12-07Move change key into library (add crypt_keyslot_change_by_passphrase).Milan Broz1-0/+27
2012-12-05Add PBKDF2 benchmark.Milan Broz1-0/+9
2012-12-02Add TCRYPT documentation,Milan Broz1-5/+10
2012-11-26TCRYPT: add backup header option.Milan Broz1-2/+5
2012-11-22TCRYPT: parse cipher chain on init.Milan Broz1-2/+2
2012-11-19TCRYPT: implement (most of) legacy modes support.Milan Broz1-0/+1
2012-11-19TCRYPT: support keyfilesMilan Broz1-0/+2
2012-11-19Add basic TCRYPT library.Milan Broz1-0/+22
2012-11-19Add simple cipher benchmarking.Milan Broz1-0/+23
2012-09-11Add crypt_keyslot_area() API call.Milan Broz1-10/+26
2012-07-09Fix libcryptsetup.h docs for verity type.Milan Broz1-12/+16
2012-06-11Verity salt size is really uint16 in sb and uint32 internally.Milan Broz1-2/+2
2012-06-09Prepare new superblock format.Milan Broz1-1/+1
2012-06-09Enhance status of active device.Milan Broz1-0/+15
2012-06-07Rewrite veritysetup to use libcryptsetup.Milan Broz1-0/+29
2012-05-28Include stddef.h in libcryptsetup.h (size_t definition).Milan Broz1-0/+1
2012-05-02Allow "private" activation (skip some udev global rules) flag.Milan Broz1-0/+2
2012-05-02Relax --shared test, allow mapping even for overlapping segments.Milan Broz1-1/+1
2012-04-19Fix requested_type description in header.Milan Broz1-6/+6
2012-04-02Version 1.4.2.Milan Broz1-0/+21
2012-04-02Add repair command and API for repairing known LUKS header problems.Milan Broz1-0/+14
2012-03-29Add --keyfile-offset and --new-keyfile-offset to cryptsetup.Milan Broz1-8/+42
2011-11-06Fix typo in iteration time api call.Milan Broz1-0/+2
2011-10-10Fix flag description comment.Milan Broz1-2/+2
2011-10-09Add crypt_last_error() API call (using crypt context).Milan Broz1-0/+12
2011-10-08Fix some doxygen docs warnings and mistakes.Milan Broz1-15/+23
2011-10-08Add doxygen formatted documentation for libcryptsetup API (thanks to okozina).Milan Broz1-237/+517
2011-07-20* Allow different data offset setting for detached header.Milan Broz1-0/+1
2011-07-20* Add --header option for detached metadata (on-disk LUKS header) device.Milan Broz1-1/+17
2011-07-18Add crypt_get_iv_offset() function to API.Milan Broz1-2/+4
2011-07-17Add --enable-discards option to allow discards/TRIM requests.Milan Broz1-0/+1
2011-07-17Rewrite dm query/create function backend.Milan Broz1-1/+1
2011-07-07Remove old API functions (all functions using crypt_options).Milan Broz1-61/+0
2011-07-01* Add --shared option for creating non-overlapping crypt segments.Milan Broz1-0/+2
2011-03-22Also support --skip option for loopaesOpen.Milan Broz1-0/+1
2011-01-25Add loop-AES compatible handling code.Milan Broz1-0/+5
2011-01-05Document password callback.Milan Broz1-0/+3
2010-11-15Fix some typos and misinterpretations in header file.Milan Broz1-10/+6
2010-11-14* Allow to activate by internally cached volume keyMilan Broz1-2/+5
2010-11-13* Fix password callback call.Milan Broz1-1/+1
2010-11-05* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()Milan Broz1-0/+58
2010-10-29* Add crypt_set_uuid() to API.Milan Broz1-0/+11