Subject: CVS commit: pkgsrc/security
From: Nia Alarie
Date: 2020-11-22 12:36:32
Message id: 20201122113632.47DB0FA9D@cvs.NetBSD.org

Log Message:
security: Add cracklib.

CrackLib is a library containing a C function (well, lots of functions
really, but you only need to use one of them) which may be used in a
"passwd"-like program.

The idea is simple: try to prevent users from choosing passwords that
could be guessed by "Crack" by filtering them out, at source.

CrackLib is an offshoot of the the version 5 "Crack" software, and
contains a considerable number of ideas nicked from the new software.

Files:
RevisionActionfile
1.1addpkgsrc/security/cracklib/DESCR
1.1addpkgsrc/security/cracklib/Makefile
1.1addpkgsrc/security/cracklib/PLIST
1.1addpkgsrc/security/cracklib/buildlink3.mk
1.1addpkgsrc/security/cracklib/distinfo
1.1addpkgsrc/security/cracklib/patches/patch-lib_fascist.c
1.1addpkgsrc/security/cracklib/patches/patch-lib_rules.c
1.1addpkgsrc/security/cracklib/patches/patch-lib_stringlib.c