Makefile: Add security compiling option (RELRO, SC, and FORTIFY)
[platform/upstream/cryptsetup.git] / lib /
2023-07-20 Stanislaw WadasMerge branch 'upstream' into tizen 54/296154/1
2023-07-20 Stanislaw WadasImported Upstream version 2.6.1 upstream upstream/2.6.1
2023-02-17 Karol LewandowskiMerge "Merge branch 'upstream' into tizen" into tizen accepted/tizen/unified/20230222.161516
2023-02-16 Karol LewandowskiMerge branch 'upstream' into tizen 53/288453/1
2023-02-16 Karol LewandowskiImported Upstream version 2.3.7 upstream/2.3.7
2020-07-24 Karol LewandowskiMerge branch 'upstream' into tizen 35/239435/1
2020-07-24 Karol LewandowskiImported Upstream version 2.3.3 30/239430/1 upstream/2.3.3
2019-12-30 Yunmi HaInclude 'sys/sysmacros.h' for GCC-9 33/221233/1 accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/hotfix/20201103.000656 accepted/tizen/6.5/unified/20211028.224606 accepted/tizen/unified/20200106.141559 submit/tizen/20200103.083647 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 submit/tizen_6.5/20211028.163301 tizen_6.0.m2_release tizen_6.5.m2_release
2016-05-11 Kichan KwonMerge branch 'upstream' into tizen 92/68992/2 accepted/tizen/common/20160511.142311 accepted/tizen/common/20160615.193838 accepted/tizen/common/20160703.130057 accepted/tizen/ivi/20160630.003148 accepted/tizen/mobile/20160616.003449 accepted/tizen/mobile/20160630.003051 accepted/tizen/tv/20160630.003132 accepted/tizen/wearable/20160616.003444 accepted/tizen/wearable/20160630.003102 submit/accepted/tizen_common/20160629.063515 submit/tizen/20160511.074559 submit/tizen/20160615.114239 submit/tizen/20160629.063625 submit/tizen/20160725.050606
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2013-08-04 Milan BrozVersion 1.6.2.
2013-07-23 Milan BrozFix sscanf cipher string and avoid warning wih -fsaniti...
2013-06-30 Milan BrozMap TCRYPT system encryption through partition.
2013-06-30 Milan BrozSimplify sysfs helpers.
2013-06-29 Milan BrozUse internally common uint64 parsing for sysfs values.
2013-06-29 Milan BrozAdd kernel version to DM debug output.
2013-06-28 Mikulas Patockadm-verity: Fix a boundary condition that caused failure...
2013-06-23 Cristian RodríguezFix buildsytem to always include config.h.
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-05-11 Milan BrozDisallow explicit small payload offset for detached...
2013-03-31 Milan BrozFix gcc signed/unsigned warning for key length.
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-03-23 Milan BrozFix loop-AES keyfile parsing.
2013-03-17 Milan BrozFix deactivation of device when failed underlying node...
2013-03-17 Milan BrozDeactivate whole device TCRYPT tree if context is NULL
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-02-01 John SpencerFix missing headers
2013-01-22 Milan BrozDo not support user uuid for plain & loopaes devices.
2013-01-13 Milan BrozFix doxygen doc for libcryptsetup.h.
2013-01-13 Milan BrozUpdate bitops.h (stolen from util-linux:).
2013-01-10 Milan BrozFix some extended compile warning.
2013-01-10 Milan BrozDo not include pbkdf2 prototype in header if code is...
2013-01-10 Milan BrozFix null blocks in kernel backend.
2013-01-08 Milan BrozFix displaying of error messages for mising kernel...
2013-01-03 Milan BrozPrepare supported PBKDF2 implementation autodetection...
2012-12-30 Dave Reisnerbuild: use AM_CPPFLAGS instead of INCLUDES
2012-12-30 Milan BrozAllow repair of 512bits key header.
2012-12-30 Milan BrozAdd kernel userspace header detection.
2012-12-30 Milan BrozFix status of device if path argument is used. Fix...
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-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-29 Milan BrozFix non-translated messages.
2012-12-22 Milan BrozAdd basic support for system TCRYPT device.
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-12-17 Milan BrozFix time of check/use Coverity report (and ignore anoth...
2012-12-17 Milan BrozFix time of check/use Coverity report (and ignore anoth...
2012-12-17 Milan BrozDo not use stat for backup commands.
2012-12-11 Milan BrozRemove signal handling from LUKS keyencryption and...
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-08 Milan BrozRequire params for crypt_load & TCRYPT type.
2012-12-07 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-12-07 Milan BrozDisallow header restore if context is nonLUKS device.
2012-12-07 Milan BrozMove change key into library (add crypt_keyslot_change_...
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-12-03 Milan BrozUse union instead of replicated attributes.
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 BrozAdd missing pbkdf check file.
2012-11-30 Milan BrozAdd sys/types.h for loop wrapper (required on new systems).
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 BrozFix blockwise read/write for end writes near end of...
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.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-11-19 Milan BrozAdd kernel skcipher backend.
2012-11-19 Milan BrozAdd CRC32 implementation.
2012-11-19 Milan BrozMove PBKDF2 into crypto backend wrapper.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-08-28 Milan BrozProper handle error in device block get.
2012-08-28 Milan BrozRemove unused includes.
2012-08-28 Milan BrozReplace round_up macro with function.
2012-08-27 Milan BrozMove LUKS AF data sector alignment to AF helper function.
2012-08-27 Milan BrozAlways zero memory in crypt_safe_alloc.
2012-08-27 Milan BrozUse AF_split_size() to calculate split data size.
next