Print a warning if system encryption is used and device is a partition.
[platform/upstream/cryptsetup.git] / lib / tcrypt / tcrypt.c
2013-06-23 Milan BrozPrint a warning if system encryption is used and device...
2013-06-23 Milan BrozFix mapping of TCRYPT system encryption for more partit...
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-02-15 Milan BrozReturn EPERM instead EINVAL for too long TCRYPT passphrase.
2013-02-14 Milan BrozFix passphrase pool overflow for TCRYPT device id passp...
2013-01-08 Milan BrozFix displaying of error messages for mising kernel...
2012-12-30 Milan BrozAdd kernel userspace header detection.
2012-12-29 Milan BrozSkip TCRYPT KDF if hash is not available.
2012-12-29 Milan BrozSupport device/file images if O_DIRECT cannot be used...
2012-12-29 Milan BrozChange License for sub-libraries from GPLv2 only to...
2012-12-22 Milan BrozAdd basic support for system TCRYPT device.
2012-12-10 Milan BrozGet page size should never fail (in the works case...
2012-12-10 Milan BrozFix some problems found by Coverity scan.
2012-12-10 Milan BrozTCRYPT: properly wipe all buffers; use prefix for all...
2012-12-02 Milan BrozRemove some gcc extra warnings (signed/unsigned problem...
2012-12-02 Milan BrozAdd TCRYPT documentation,
2012-12-01 Milan BrozFix (stupid) crc32 keyfile endianess bug.
2012-11-30 Milan BrozAdd TCRYPT api test, fix some minor problems found.
2012-11-30 Milan BrozBetter tcrypt test options.
2012-11-30 Milan BrozAnd fix previous comment once more... :)
2012-11-30 Milan BrozFix skcipher failure handling.
2012-11-29 Milan BrozHandle kernel crypto api init failure better.
2012-11-27 Milan BrozTCRYPT: fix activation and hidden device offsets.
2012-11-26 Milan BrozTCRYPT: add backup header option.
2012-11-25 Milan BrozTCRYPT: simplify code, support blowfish chains for...
2012-11-23 Milan BrozTCRYPT: add dump command
2012-11-23 Milan BrozTCRYPT: support crypt_volume_key_get
2012-11-23 Milan BrozTCRYPT: show proper device in status for chained mode
2012-11-23 Milan BrozTCRYPT: move all header handling into library.
2012-11-22 Milan BrozTCRYPT: parse cipher chain on init.
2012-11-22 Milan BrozTCRYPT: support proper device removal
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.