summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2020-07-24Imported Upstream version 2.3.3upstream/2.3.3Karol Lewandowski1-95/+0
Change-Id: I3af4bf459d2b73bed419873693a905a2606332b9
2016-05-11Imported Upstream version 1.6.7upstream/1.6.7Kichan Kwon1-1/+0
Change-Id: I7f33776c1d534cf59a8f28b972698ad95240ce5e Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2016-05-10Revert "Imported upstream version 1.6.7"Kwon1-0/+1
This reverts commit a3777a6b2cde2c7133141474dd4c428220a3e9cc. Change-Id: I5c3c27a5a5677c20afb1a8e69c6ac99785cb37d1
2016-05-10Imported upstream version 1.6.7Kichan Kwon1-1/+0
Change-Id: Ibccd9c20d2f467bdafb3eadb136dac955efd8e45 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2013-06-23Fix buildsytem to always include config.h.Cristian Rodríguez1-7/+6
- 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-30build: use AM_CPPFLAGS instead of INCLUDESDave Reisner1-1/+1
The latter is marked as deprecated as of automake 1.12.4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2012-12-19Add optional libpwquality support for new LUKS passwords.Milan Broz1-1/+4
If password is entered through terminal (no keyfile specified) and cryptsetup is compiled with --enable-pwquality, default system pwquality settings are used to check password quality.
2012-08-13Use common utils_tools.c for all tools.Milan Broz1-0/+3
Unify tool environment and deduplicate code.
2012-06-18Fix hex_to_bytes and add it to common utils.Milan Broz1-0/+1
2012-06-17Rename to crypsetup-reencrypt.Milan Broz1-5/+19
Add man page. Add configure option.
2012-06-12Add experimental LUKS offline reencryption utility.Milan Broz1-0/+10
2012-06-09Enhance status of active device.Milan Broz1-1/+3
2012-06-07Rewrite veritysetup to use libcryptsetup.Milan Broz1-4/+4
2012-05-28Add veritysetup.Milan Broz1-1/+28
2012-05-21Add --enable-fips for linking with fipscheck library.Milan Broz1-1/+3
Initialize binary and library selfcheck if running in FIPS mode. (Actually available only on Fedora/Red Hat distros.)
2011-03-12Add backing device info into status.Milan Broz1-0/+1
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@445 36d66b0a-2a48-0410-832c-cd162a569da5
2010-12-31Add skeleton and implementation of various crypto backendsMilan Broz1-1/+1
(gcrypt, OpenSSL, NSS and kernel crypto API supported for now). There backends will be used for LUKS and plain passphrase hashing. (Not yet used without following patches). git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@407 36d66b0a-2a48-0410-832c-cd162a569da5
2010-10-26Add utils_crypt file and test for supported modes presentation.Milan Broz1-0/+1
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@348 36d66b0a-2a48-0410-832c-cd162a569da5
2010-10-17* Change detection for static libraries.Milan Broz1-10/+11
* Fix pkg-config use in automake scripts. * Build statically linked binary (cryptsetup.static) together with shared build if --enable-static is specified. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@341 36d66b0a-2a48-0410-832c-cd162a569da5
2010-05-01Version 1.1.1-rc1Milan Broz1-2/+2
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@214 36d66b0a-2a48-0410-832c-cd162a569da5
2010-01-02Fix static build on some systems and detect too old devmapper library.Milan Broz1-1/+1
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@166 36d66b0a-2a48-0410-832c-cd162a569da5
2009-12-30Fix build for non-standard gcrypt library location.Milan Broz1-1/+1
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@158 36d66b0a-2a48-0410-832c-cd162a569da5
2009-09-08Add dirty hack to properly compile static binary with selinux and libgcrypt.Milan Broz1-5/+8
(unfortunately libgcrypt-config --libs have no --static switch...) git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@107 36d66b0a-2a48-0410-832c-cd162a569da5
2009-06-19Fix make distcheck (Mike Kelly) Milan Broz1-1/+1
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@50 36d66b0a-2a48-0410-832c-cd162a569da5
2008-09-01Thanks to Ivan StankovicClemens Fruhwirth1-0/+2
* write_lseek_blockwise: declare innerCount outside the if block * add -Wall to the default CFLAGS * fix some signedness issues git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@29 36d66b0a-2a48-0410-832c-cd162a569da5
2008-03-22Initial checking of what was revision 56 on ↵Clemens Fruhwirth1-0/+27
http://luks.endorphin.org/svn/cryptsetup git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@3 36d66b0a-2a48-0410-832c-cd162a569da5