From owner-cvs-all Sat Dec 23 10:56: 9 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 23 10:56:07 2000 Return-Path: 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 1BEDF37B400; Sat, 23 Dec 2000 10:56:07 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBNIu7j82146; Sat, 23 Dec 2000 10:56:07 -0800 (PST) (envelope-from joe) Message-Id: <200012231856.eBNIu7j82146@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 23 Dec 2000 10:56:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/12/23 10:56:07 PST Modified files: (Branch: RELENG_3) usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c Log: MF4: Improve support for shadow object directories by adding the -o and -p flags. MF4: Add support for customising the make flags on a per-program basis from within a crunch.conf file. MF4: A number of security fixes: o check strdup() return values o strcpy() -> strlcpy() o sprintf() -> snprintf() o mktemp() -> mkstemp() o use err() instead of errx() in out_of_memory() function since errno will probably be set Revision Changes Path 1.7.2.3 +128 -67 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.11.2.2 +178 -87 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message