From owner-cvs-all Sun Mar 11 8:31:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 8882237B719; Sun, 11 Mar 2001 08:31:46 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 57ADA4DC7C; Mon, 12 Mar 2001 01:31:44 +0900 (JST) Date: Mon, 12 Mar 2001 01:31:44 +0900 Message-ID: <86n1asl11r.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c src/lib/libcrypt Makefile crypt.3 crypt.c crypt.h In-Reply-To: <200103111605.f2BG5hf26862@freefall.freebsd.org> References: <200103111605.f2BG5hf26862@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sun, 11 Mar 2001 08:05:43 -0800 (PST), Mark Murray wrote: > markm 2001/03/11 08:05:43 PST > > Modified files: > lib/libcrypt Makefile crypt.3 crypt.c crypt.h > Added files: > secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c > Log: > Add OpenBSD-style blowfish password hashing. This makes one less > gratuitous difference between us and our sister project. > > This was given to me _ages_ ago. May apologies to Paul for the length > of time its taken me to commit. > > Obtained from: Niels Provos /OpenBSD > Submitted by: Paul Herman Neat! Now we too can design and sell some blowfish T-shirts? ;) Anyway, this is another great fruit from OpenBSD! By the way, I found a possible typo: Index: crypt.c =================================================================== RCS file: /home/ncvs/src/lib/libcrypt/crypt.c,v retrieving revision 1.19 diff -u -1 -0 -r1.19 crypt.c --- crypt.c 2001/03/11 16:05:43 1.19 +++ crypt.c 2001/03/11 16:26:10 @@ -51,21 +51,21 @@ #endif { "md5", crypt_md5, "$1$" }, #ifdef HAS_BLOWFISH { "blf", crypt_blowfish, - "$2" + "$2$" }, #endif { NULL, NULL } }; static int crypt_type = -1; -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message