summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-07-20Merge branch 'upstream' into tizenStanislaw Wadas99-3720/+9498
2023-07-20Imported Upstream version 2.6.1upstream/2.6.1upstreamStanislaw Wadas99-3720/+9498
2023-02-16Merge branch 'upstream' into tizenKarol Lewandowski97-1175/+2621
2023-02-16Imported Upstream version 2.3.7upstream/2.3.7Karol Lewandowski97-1175/+2621
2020-07-24Merge branch 'upstream' into tizenKarol Lewandowski116-8689/+35521
2020-07-24Imported Upstream version 2.3.3upstream/2.3.3Karol Lewandowski116-8685/+35523
2019-12-30Include 'sys/sysmacros.h' for GCC-9tizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.163301submit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20200103.083647accepted/tizen/unified/20200106.141559accepted/tizen/6.5/unified/20211028.224606accepted/tizen/6.0/unified/hotfix/20201103.000656tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixYunmi Ha3-0/+9
2016-05-11Imported Upstream version 1.6.7upstream/1.6.7Kichan Kwon40-483/+6138
2016-05-10Revert "Imported upstream version 1.6.7"Kwon40-6138/+483
2016-05-10Imported upstream version 1.6.7Kichan Kwon40-483/+6138
2013-08-04Version 1.6.2.Milan Broz1-4/+1
2013-07-23Fix sscanf cipher string and avoid warning wih -fsanitize=address.Milan Broz1-1/+1
2013-06-30Map TCRYPT system encryption through partition.Milan Broz3-8/+111
2013-06-30Simplify sysfs helpers.Milan Broz4-21/+15
2013-06-29Use internally common uint64 parsing for sysfs values.Milan Broz1-5/+16
2013-06-29Add kernel version to DM debug output.Milan Broz1-0/+13
2013-06-28dm-verity: Fix a boundary condition that caused failure for certain device sizesMikulas Patocka1-4/+2
2013-06-23Fix buildsytem to always include config.h.Cristian Rodríguez12-34/+14
2013-06-23Print a warning if system encryption is used and device is a partition.Milan Broz3-6/+33
2013-06-23Fix mapping of TCRYPT system encryption for more partitions.Milan Broz1-1/+13
2013-05-11Disallow explicit small payload offset for detached header.Milan Broz1-1/+8
2013-03-31Fix gcc signed/unsigned warning for key length.Milan Broz1-3/+3
2013-03-24Update copyright year on changed files.Milan Broz6-6/+6
2013-03-23Fix loop-AES keyfile parsing.Milan Broz1-10/+23
2013-03-17Fix deactivation of device when failed underlying node disappearedMilan Broz1-1/+9
2013-03-17Deactivate whole device TCRYPT tree if context is NULLMilan Broz1-5/+9
2013-02-15Return EPERM instead EINVAL for too long TCRYPT passphrase.Milan Broz1-1/+1
2013-02-14Fix passphrase pool overflow for TCRYPT device id passphrase > pool size.Milan Broz2-1/+7
2013-02-01Fix missing headersJohn Spencer2-0/+2
2013-01-22Do not support user uuid for plain & loopaes devices.Milan Broz3-30/+24
2013-01-14Fix doxygen doc for libcryptsetup.h.Milan Broz1-56/+81
2013-01-13Update bitops.h (stolen from util-linux:).Milan Broz1-63/+103
2013-01-10Fix some extended compile warning.Milan Broz4-5/+9
2013-01-10Do not include pbkdf2 prototype in header if code is not compiled in.Milan Broz1-0/+2
2013-01-10Fix null blocks in kernel backend.Milan Broz1-1/+1
2013-01-08Fix displaying of error messages for mising kernel features.Milan Broz3-3/+3
2013-01-03Prepare supported PBKDF2 implementation autodetection for gcrypt.Milan Broz2-13/+6
2012-12-30build: use AM_CPPFLAGS instead of INCLUDESDave Reisner6-6/+6
2012-12-30Allow repair of 512bits key header.Milan Broz1-1/+1
2012-12-30Add kernel userspace header detection.Milan Broz2-4/+37
2012-12-30Fix status of device if path argument is used. Fix double path prefix for non...Milan Broz1-0/+8
2012-12-29Skip TCRYPT KDF if hash is not available.Milan Broz1-0/+5
2012-12-29Support device/file images if O_DIRECT cannot be used (1.5.1).Milan Broz6-23/+43
2012-12-29Change License for sub-libraries from GPLv2 only to LGPLv2.1+ ("or any later")Milan Broz14-114/+127
2012-12-29Change License from GPLv2 only to GPLv2+ ("or any later").Milan Broz25-25/+50
2012-12-29Fix non-translated messages.Milan Broz3-10/+10
2012-12-22Add basic support for system TCRYPT device.Milan Broz3-4/+16
2012-12-21Add copyright line for files I have written or modified.Milan Broz21-1/+22
2012-12-19Fix regression in header backup (1.5.1).Milan Broz2-2/+5
2012-12-17Fix time of check/use Coverity report (and ignore another) in loop/wipe utils.Milan Broz2-3/+1