Add optional libpwquality support for new LUKS passwords.
authorMilan Broz <gmazyland@gmail.com>
Wed, 19 Dec 2012 16:25:11 +0000 (17:25 +0100)
committerMilan Broz <gmazyland@gmail.com>
Wed, 19 Dec 2012 16:25:11 +0000 (17:25 +0100)
commite030e3bd15b6b94e2fded4502d1fa16100e99aef
tree3234e29835821e75b74aaed1cb3d0d887a6b6815
parentc950cf265fbc57b103f6c4c51dc29044ecbee91e
Add optional libpwquality support for new LUKS passwords.

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.
configure.in
man/cryptsetup.8
src/Makefile.am
src/cryptsetup.c
src/cryptsetup.h
src/utils_password.c [new file with mode: 0644]
src/utils_tools.c