aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-07-11 23:41:19 +0800
committergarga <garga@FreeBSD.org>2006-07-11 23:41:19 +0800
commit13383b4cc750e42913e568b820fb22e05f4f7dcd (patch)
tree24c883fa05f6c2cadb9370a7aed4866c633a55ec /security/Makefile
parenteda13dab87f72746069616dd694984dbc61c21fd (diff)
downloadfreebsd-ports-gnome-13383b4cc750e42913e568b820fb22e05f4f7dcd.tar.gz
freebsd-ports-gnome-13383b4cc750e42913e568b820fb22e05f4f7dcd.tar.zst
freebsd-ports-gnome-13383b4cc750e42913e568b820fb22e05f4f7dcd.zip
This package provides an interface to the cracklib (libcrack) libraries that
come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security. From the cracklib README CrackLib makes literally hundreds of tests to determine whether you've chosen a bad password. * It tries to generate words from your username and gecos entry to tries to match them against what you've chosen. * It checks for simplistic patterns. * It then tries to reverse-engineer your password into a dictionary word, and searches for it in your dictionary. - after all that, it's PROBABLY a safe(-ish) password. 8-) WWW: http://pecl.php.net/package/crack PR: ports/94244 Submitted by: Bill Moran <wmoran at collaborativefusion.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 0b82ad920824..268c086e5cff 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -482,6 +482,7 @@
SUBDIR += pear-LiveUser
SUBDIR += pear-LiveUser_Admin
SUBDIR += pear-Text_Password
+ SUBDIR += pecl-crack
SUBDIR += pecl-filter
SUBDIR += pecl-gnupg
SUBDIR += pecl-hash