Imported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 11 May 2016 02:52:46 +0000 (11:52 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 11 May 2016 02:53:35 +0000 (11:53 +0900)
commitad21d48762fa70838d4ab4fbe8fe2a2e8a4dcef1
treef50a032e846db513a45fb916c206f2c222892134
parentd0b21614422d7ecd787aeffb894eba1a6973f4fa
Imported Upstream version 1.6.7

Change-Id: I7f33776c1d534cf59a8f28b972698ad95240ce5e
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
151 files changed:
AUTHORS
FAQ
Makefile.in [new file with mode: 0644]
README
TODO
aclocal.m4 [new file with mode: 0644]
autogen.sh [deleted file]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.rpath [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac
depcomp [new file with mode: 0755]
docs/ChangeLog.old
docs/doxygen_index
docs/v1.6.3-ReleaseNotes [new file with mode: 0644]
docs/v1.6.4-ReleaseNotes [new file with mode: 0644]
docs/v1.6.5-ReleaseNotes [new file with mode: 0644]
docs/v1.6.6-ReleaseNotes [new file with mode: 0644]
docs/v1.6.7-ReleaseNotes [new file with mode: 0644]
install-sh [new file with mode: 0755]
lib/Makefile.am
lib/Makefile.in [new file with mode: 0644]
lib/crypt_plain.c
lib/crypto_backend/Makefile.am
lib/crypto_backend/Makefile.in [new file with mode: 0644]
lib/crypto_backend/crypto_backend.h
lib/crypto_backend/crypto_cipher_kernel.c
lib/crypto_backend/crypto_gcrypt.c
lib/crypto_backend/crypto_kernel.c
lib/crypto_backend/crypto_nettle.c
lib/crypto_backend/crypto_nss.c
lib/crypto_backend/crypto_openssl.c
lib/crypto_backend/crypto_storage.c [new file with mode: 0644]
lib/crypto_backend/pbkdf2_generic.c
lib/crypto_backend/pbkdf_check.c
lib/internal.h
lib/libcryptsetup.h
lib/libdevmapper.c
lib/loopaes/Makefile.in [new file with mode: 0644]
lib/loopaes/loopaes.c
lib/luks1/Makefile.in [new file with mode: 0644]
lib/luks1/keyencryption.c
lib/luks1/keymanage.c
lib/luks1/luks.h
lib/setup.c
lib/tcrypt/Makefile.in [new file with mode: 0644]
lib/tcrypt/tcrypt.c
lib/tcrypt/tcrypt.h
lib/utils.c
lib/utils_benchmark.c
lib/utils_crypt.c
lib/utils_crypt.h
lib/utils_device.c
lib/utils_devpath.c
lib/utils_dm.h
lib/utils_fips.c
lib/utils_fips.h
lib/verity/Makefile.in [new file with mode: 0644]
lib/verity/verity.c
lib/volumekey.c
ltmain.sh [new file with mode: 0644]
m4/gettext.m4 [new file with mode: 0644]
m4/iconv.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/nls.m4 [new file with mode: 0644]
m4/po.m4 [new file with mode: 0644]
m4/progtest.m4 [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/cryptsetup-reencrypt.8
man/cryptsetup.8
man/veritysetup.8
misc/11-dm-crypt.rules [new file with mode: 0644]
misc/dracut_90reencrypt/README
misc/dracut_90reencrypt/module-setup.sh
misc/dracut_90reencrypt/parse-reencrypt.sh
misc/dracut_90reencrypt/reencrypt.sh
missing [new file with mode: 0755]
po/LINGUAS
po/Makefile.in.in [new file with mode: 0644]
po/Rules-quot [new file with mode: 0644]
po/boldquot.sed [new file with mode: 0644]
po/cryptsetup.pot [new file with mode: 0644]
po/cs.gmo [new file with mode: 0644]
po/cs.po
po/de.gmo [new file with mode: 0644]
po/de.po
po/en@boldquot.header [new file with mode: 0644]
po/en@quot.header [new file with mode: 0644]
po/es.gmo [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/fi.gmo [new file with mode: 0644]
po/fi.po
po/fr.gmo [new file with mode: 0644]
po/fr.po
po/id.gmo [new file with mode: 0644]
po/id.po
po/insert-header.sin [new file with mode: 0644]
po/it.gmo [new file with mode: 0644]
po/it.po
po/nl.gmo [new file with mode: 0644]
po/nl.po
po/pl.gmo [new file with mode: 0644]
po/pl.po
po/quot.sed [new file with mode: 0644]
po/remove-potcdate.sin [new file with mode: 0644]
po/stamp-po [new file with mode: 0644]
po/sv.gmo [new file with mode: 0644]
po/sv.po
po/uk.gmo [new file with mode: 0644]
po/uk.po
po/vi.gmo [new file with mode: 0644]
po/vi.po
python/Makefile.am
python/Makefile.in [new file with mode: 0644]
python/pycryptsetup-test.py
python/pycryptsetup.c
src/Makefile.am
src/Makefile.in [new file with mode: 0644]
src/cryptsetup.c
src/cryptsetup.h
src/cryptsetup_reencrypt.c
src/utils_password.c
src/utils_tools.c
src/veritysetup.c
tests/Makefile.am
tests/Makefile.in [new file with mode: 0644]
tests/align-test
tests/api-test.c
tests/compat-test
tests/device-test [new file with mode: 0755]
tests/discards-test
tests/img_fs_ext4.img.bz2 [new file with mode: 0644]
tests/img_fs_vfat.img.bz2 [new file with mode: 0644]
tests/img_fs_xfs.img.bz2 [new file with mode: 0644]
tests/luks1-compat-test [new file with mode: 0755]
tests/luks1-images.tar.bz2 [new file with mode: 0644]
tests/mode-test
tests/password-hash-test
tests/reencryption-compat-test
tests/tcrypt-compat-test
tests/tcrypt-images.tar.bz2