]> eyrie.org Git - kerberos/krb5-strength.git/commit
Fix some sorting bugs in embedded CrackLib
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 06:23:13 +0000 (22:23 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 06:23:13 +0000 (22:23 -0800)
commit75053a7da2b4ba3d014f79a47f4a755d0bc562e2
treed108f7785d8c5f11177e15151428f943d23e495b
parentba8da31136ee83582be53300c955e24e06b2edcf
Fix some sorting bugs in embedded CrackLib

Patch the mkdict and packer in the embedded copy of CrackLib to force
C locale when sorting (avoiding a corrupted dictionary) and warn and
skip out-of-order words rather than creating a corrupted dictionary.
Patch from Mark Sirota.
NEWS
cracklib/HISTORY
cracklib/mkdict
cracklib/packer.c