From owner-cvs-all@FreeBSD.ORG Tue Jul 11 15:41:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F42416A529; Tue, 11 Jul 2006 15:41:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FBF43D88; Tue, 11 Jul 2006 15:41:20 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BFfKKJ052799; Tue, 11 Jul 2006 15:41:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BFfJME052797; Tue, 11 Jul 2006 15:41:19 GMT (envelope-from garga) Message-Id: <200607111541.k6BFfJME052797@repoman.freebsd.org> From: Renato Botelho Date: Tue, 11 Jul 2006 15:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/pecl-crack Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:41:27 -0000 garga 2006-07-11 15:41:19 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pecl-crack Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.788 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/pecl-crack/Makefile (new) 1.1 +3 -0 ports/security/pecl-crack/distinfo (new) 1.1 +20 -0 ports/security/pecl-crack/pkg-descr (new) 1.1 +4 -0 ports/security/pecl-crack/pkg-plist (new)