From owner-cvs-all Sun Mar 11 8: 5:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3BE237B718; Sun, 11 Mar 2001 08:05:43 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2BG5hf26862; Sun, 11 Mar 2001 08:05:43 -0800 (PST) (envelope-from markm) Message-Id: <200103111605.f2BG5hf26862@freefall.freebsd.org> From: Mark Murray Date: Sun, 11 Mar 2001 08:05:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c src/lib/libcrypt Makefile crypt.3 crypt.c crypt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 Revision Changes Path 1.28 +3 -3 src/lib/libcrypt/Makefile 1.15 +14 -6 src/lib/libcrypt/crypt.3 1.19 +9 -2 src/lib/libcrypt/crypt.c 1.6 +2 -1 src/lib/libcrypt/crypt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message