├── CHANGES ├── INSTALL ├── INTERNALS ├── LICENSE ├── Makefile ├── PLATFORMS ├── README ├── concat.c ├── concat.h ├── libpasswdqc.3 ├── libpasswdqc.map ├── md4.c ├── md4.h ├── pam_macros.h ├── pam_passwdqc.8 ├── pam_passwdqc.c ├── pam_passwdqc.map ├── passwdqc.conf ├── passwdqc.conf.5 ├── passwdqc.h ├── passwdqc.pc.in ├── passwdqc.spec ├── passwdqc_check.3 ├── passwdqc_check.c ├── passwdqc_filter.c ├── passwdqc_filter.h ├── passwdqc_i18n.h ├── passwdqc_load.c ├── passwdqc_memzero.c ├── passwdqc_params_free.3 ├── passwdqc_params_load.3 ├── passwdqc_params_parse.3 ├── passwdqc_params_reset.3 ├── passwdqc_parse.c ├── passwdqc_random.3 ├── passwdqc_random.c ├── po ├── fi.po └── ru.po ├── pwqcheck.1 ├── pwqcheck.c ├── pwqcheck.php ├── pwqfilter.1 ├── pwqfilter.c ├── pwqgen.1 ├── pwqgen.c ├── tests ├── test-pwqcheck-basic.sh ├── test-pwqcheck-length.sh ├── test-pwqcheck-multi.sh ├── test-pwqcheck-similarity.sh ├── test-pwqfilter-mode.sh └── test-pwqgen.sh ├── wordset_4k.c └── wordset_4k.h /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/CHANGES -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/INSTALL -------------------------------------------------------------------------------- /INTERNALS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/INTERNALS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/Makefile -------------------------------------------------------------------------------- /PLATFORMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/PLATFORMS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/README -------------------------------------------------------------------------------- /concat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/concat.c -------------------------------------------------------------------------------- /concat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/concat.h -------------------------------------------------------------------------------- /libpasswdqc.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/libpasswdqc.3 -------------------------------------------------------------------------------- /libpasswdqc.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/libpasswdqc.map -------------------------------------------------------------------------------- /md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/md4.c -------------------------------------------------------------------------------- /md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/md4.h -------------------------------------------------------------------------------- /pam_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pam_macros.h -------------------------------------------------------------------------------- /pam_passwdqc.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pam_passwdqc.8 -------------------------------------------------------------------------------- /pam_passwdqc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pam_passwdqc.c -------------------------------------------------------------------------------- /pam_passwdqc.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pam_passwdqc.map -------------------------------------------------------------------------------- /passwdqc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc.conf -------------------------------------------------------------------------------- /passwdqc.conf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc.conf.5 -------------------------------------------------------------------------------- /passwdqc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc.h -------------------------------------------------------------------------------- /passwdqc.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc.pc.in -------------------------------------------------------------------------------- /passwdqc.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc.spec -------------------------------------------------------------------------------- /passwdqc_check.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_check.c -------------------------------------------------------------------------------- /passwdqc_filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_filter.c -------------------------------------------------------------------------------- /passwdqc_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_filter.h -------------------------------------------------------------------------------- /passwdqc_i18n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_i18n.h -------------------------------------------------------------------------------- /passwdqc_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_load.c -------------------------------------------------------------------------------- /passwdqc_memzero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_memzero.c -------------------------------------------------------------------------------- /passwdqc_params_free.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_params_load.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_params_parse.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_params_reset.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_parse.c -------------------------------------------------------------------------------- /passwdqc_random.3: -------------------------------------------------------------------------------- 1 | .so man3/libpasswdqc.3 2 | -------------------------------------------------------------------------------- /passwdqc_random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/passwdqc_random.c -------------------------------------------------------------------------------- /po/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/po/fi.po -------------------------------------------------------------------------------- /po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/po/ru.po -------------------------------------------------------------------------------- /pwqcheck.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqcheck.1 -------------------------------------------------------------------------------- /pwqcheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqcheck.c -------------------------------------------------------------------------------- /pwqcheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqcheck.php -------------------------------------------------------------------------------- /pwqfilter.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqfilter.1 -------------------------------------------------------------------------------- /pwqfilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqfilter.c -------------------------------------------------------------------------------- /pwqgen.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqgen.1 -------------------------------------------------------------------------------- /pwqgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/pwqgen.c -------------------------------------------------------------------------------- /tests/test-pwqcheck-basic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqcheck-basic.sh -------------------------------------------------------------------------------- /tests/test-pwqcheck-length.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqcheck-length.sh -------------------------------------------------------------------------------- /tests/test-pwqcheck-multi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqcheck-multi.sh -------------------------------------------------------------------------------- /tests/test-pwqcheck-similarity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqcheck-similarity.sh -------------------------------------------------------------------------------- /tests/test-pwqfilter-mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqfilter-mode.sh -------------------------------------------------------------------------------- /tests/test-pwqgen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/tests/test-pwqgen.sh -------------------------------------------------------------------------------- /wordset_4k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/wordset_4k.c -------------------------------------------------------------------------------- /wordset_4k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwall/passwdqc/HEAD/wordset_4k.h --------------------------------------------------------------------------------