From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 17 09:15:40 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FA41065676 for ; Thu, 17 Dec 2009 09:15:40 +0000 (UTC) (envelope-from ltsampros@upnet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id E44348FC1B for ; Thu, 17 Dec 2009 09:15:39 +0000 (UTC) Received: from bifteki.lan (ppp-94-66-42-105.home.otenet.gr [94.66.42.105]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nBH9Fckm025451 for ; Thu, 17 Dec 2009 11:15:38 +0200 Received: from bifteki.lan (localhost [127.0.0.1]) by bifteki.lan (8.14.3/8.14.3) with ESMTP id nBH9FVuW015620 for ; Thu, 17 Dec 2009 11:15:31 +0200 (EET) (envelope-from ltsampros@bifteki.lan) Received: (from ltsampros@localhost) by bifteki.lan (8.14.3/8.14.3/Submit) id nBH9FV0D015619; Thu, 17 Dec 2009 11:15:31 +0200 (EET) (envelope-from ltsampros@bifteki.lan) From: Leonidas Tsampros To: freebsd-hackers@freebsd.org Mail-Followup-To: freebsd-hackers@freebsd.org Date: Thu, 17 Dec 2009 11:15:30 +0200 Message-ID: <86zl5iufkd.fsf@bifteki.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: pam_passwdqc update to latest vendor release X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 09:15:40 -0000 Hello, I read a mail on this list 3 or 4 weeks saying/stating that pam_passwdqc was out of date. To update the module I used the vendor release 1.0.5 which can be found here http://www.openwall.com/pam/modules/pam_passwdqc/pam_passwdqc-1.0.5.tar.gz The patch is available here: http://bifteki.podzone.org/~ltsampros/pam_passwdc.diff And a summary of the patch: M contrib/pam_modules/pam_passwdqc/INTERNALS M contrib/pam_modules/pam_passwdqc/LICENSE M contrib/pam_modules/pam_passwdqc/Makefile M contrib/pam_modules/pam_passwdqc/PLATFORMS M contrib/pam_modules/pam_passwdqc/README M contrib/pam_modules/pam_passwdqc/pam_macros.h M contrib/pam_modules/pam_passwdqc/pam_passwdqc.c A contrib/pam_modules/pam_passwdqc/pam_passwdqc.map M contrib/pam_modules/pam_passwdqc/pam_passwdqc.spec M contrib/pam_modules/pam_passwdqc/passwdqc.h M contrib/pam_modules/pam_passwdqc/passwdqc_check.c M contrib/pam_modules/pam_passwdqc/passwdqc_random.c M lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 I built the updated module on my system. I did some testing with the default options in /etc/pam.d/passwd and it seems to work okey. Feedback is welcome. Regards Leonidas