From owner-freebsd-questions Thu Oct 25 6:53:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 023D937B403 for ; Thu, 25 Oct 2001 06:53:21 -0700 (PDT) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id f9PDrIx12263 for ; Thu, 25 Oct 2001 14:53:18 +0100 (BST) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.11.6/8.11.3) with ESMTP id f9PDrI015693 for ; Thu, 25 Oct 2001 14:53:18 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 25 Oct 2001 14:53:18 +0100 (BST) From: Gavin Atkinson To: Subject: Help: after 4.4 upgrade, blowfish fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Bit of an emergency here: Our authentication database uses blowfish encrypted passwords, and since the 4.4 upgrade yestarday, blowfish encryption seems to fail. Usual process: cvsup, buildworld,kernel, installkernel, reboot, installworld in single user, mergemaster, reboot. But now crypt can't do blowfish passwords, which worked before. The following code works with MD5 encryption (replacing the $2$ with $1$), but returns just a single colon with my install of 4.4-RELEASE. Any suggestions? -------------------------------- #include #include #include void main (void) { printf ( "%s\n", crypt ( "foo", "$2$fdfdyskf$")); } -------------------------------- Thanks in advance, Gavin -- "Experience is directly proportional to the value of equipment destroyed." -- Carolyn Scheppner - - Gavin Atkinson - Head Of Computing - University Radio York - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message