Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-16 | Imported Upstream version 2.3.7upstream/2.3.7 | Karol Lewandowski | 1 | -2/+5 | |
2020-07-24 | Imported Upstream version 2.3.3upstream/2.3.3 | Karol Lewandowski | 1 | -19/+7 | |
Change-Id: I3af4bf459d2b73bed419873693a905a2606332b9 | |||||
2016-05-11 | Imported Upstream version 1.6.7upstream/1.6.7 | Kichan Kwon | 1 | -0/+2 | |
Change-Id: I7f33776c1d534cf59a8f28b972698ad95240ce5e Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com> | |||||
2016-05-10 | Revert "Imported upstream version 1.6.7" | Kwon | 1 | -2/+0 | |
This reverts commit a3777a6b2cde2c7133141474dd4c428220a3e9cc. Change-Id: I5c3c27a5a5677c20afb1a8e69c6ac99785cb37d1 | |||||
2016-05-10 | Imported upstream version 1.6.7 | Kichan Kwon | 1 | -0/+2 | |
Change-Id: Ibccd9c20d2f467bdafb3eadb136dac955efd8e45 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com> | |||||
2013-07-23 | Fix sscanf cipher string and avoid warning wih -fsanitize=address. | Milan Broz | 1 | -1/+1 | |
Code need to count terminating zero. | |||||
2013-06-23 | Fix buildsytem to always include config.h. | Cristian RodrÃguez | 1 | -1/+0 | |
- config.h must always be the first file to be included - Use AM_CFLAGS and AM_LDFLAGS consistently and properly. (Modified to disable build without largefile support etc by Milan Broz <gmazyland@gmail.com>) | |||||
2012-12-29 | Change License from GPLv2 only to GPLv2+ ("or any later"). | Milan Broz | 1 | -1/+2 | |
Agreed by all copyright authors. | |||||
2012-12-21 | Add copyright line for files I have written or modified. | Milan Broz | 1 | -0/+1 | |
2012-11-19 | TCRYPT: support keyfiles | Milan Broz | 1 | -0/+1 | |
2012-06-25 | Add --device-size option for reencryption tool. | Milan Broz | 1 | -0/+1 | |
2012-06-18 | Fix hex_to_bytes and add it to common utils. | Milan Broz | 1 | -0/+2 | |
2012-04-02 | Version 1.4.2. | Milan Broz | 1 | -0/+20 | |
Add header and copyright for header files. | |||||
2012-03-29 | Add --keyfile-offset and --new-keyfile-offset to cryptsetup. | Milan Broz | 1 | -1/+1 | |
Add resume_by_keyfile_offset, add_kesylot_by_keyfile_offset and activate_by_keyfile_offset to API. Thanks to Matthew Monaco <matthew.monaco@0x01b.net> | |||||
2011-03-19 | Rewrite key input handling, add limits. | Milan Broz | 1 | -4/+8 | |
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@474 36d66b0a-2a48-0410-832c-cd162a569da5 | |||||
2011-01-25 | Detect # of keys from cipher string. | Milan Broz | 1 | -1/+2 | |
Fix status output string. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@417 36d66b0a-2a48-0410-832c-cd162a569da5 | |||||
2010-11-13 | Simplify return codes from get key functions. | Milan Broz | 1 | -3/+3 | |
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@363 36d66b0a-2a48-0410-832c-cd162a569da5 | |||||
2010-10-26 | Move get_key to common code, simplify verify flags. | Milan Broz | 1 | -0/+8 | |
(This code need rewrite anyway). git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@352 36d66b0a-2a48-0410-832c-cd162a569da5 | |||||
2010-10-26 | Move safe alloc routines into common lib file. | Milan Broz | 1 | -0/+4 | |
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@351 36d66b0a-2a48-0410-832c-cd162a569da5 | |||||
2010-10-26 | Add utils_crypt file and test for supported modes presentation. | Milan Broz | 1 | -0/+9 | |
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@348 36d66b0a-2a48-0410-832c-cd162a569da5 |