aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-crack
Commit message (Collapse)AuthorAgeFilesLines
* Mark IGNORE with php 5.4 and set 5.3 as default.Alex Dupre2012-05-201-0/+2
| | | | | | | | Reported by: pav Pointyhat to: me Notes: svn path=/head/; revision=297003
* - Pregenerate pw_dict since cracklib stopped distributing onePhilip M. Gollucci2012-02-121-2/+2
| | | | | | | | | | | which dependant ports require at build-time. - Convert dependant ports to LIB_DEPENDS - Bump PORTREVISIONs Reported by: pav via pointyhat Notes: svn path=/head/; revision=291092
* - Chase shlib bump for security/cracklib from .1 -> .10Philip M. Gollucci2012-02-101-1/+1
| | | | | | | | Forgotten by: myself (pgollucci) Reported by: pav via pointyhat Notes: svn path=/head/; revision=290876
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Correct pkg-plist, and add dependency for cracklib.Frank J. Laszlo2006-11-142-2/+4
| | | | | | | | | PR: ports/105299 Submitted by: Bill Moran <wmoran@collaborativefusion.com> (maintainer) Approved by: flz (mentor) Notes: svn path=/head/; revision=177245
* This package provides an interface to the cracklib (libcrack) libraries thatRenato Botelho2006-07-114-0/+54
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> Notes: svn path=/head/; revision=167492