Date: Tue, 29 Mar 2005 11:44:17 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree Makefile compare.c create.c misc.c mtree.8 mtree.h spec.c specspec.c src/usr.sbin/mtree/test test03.sh Message-ID: <200503291144.j2TBiIoJ030680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tobez 2005-03-29 11:44:17 UTC FreeBSD src repository Modified files: usr.sbin/mtree Makefile compare.c create.c misc.c mtree.8 mtree.h spec.c specspec.c usr.sbin/mtree/test test03.sh Log: Adds sha256 support. While it is a good idea to also add sha384 and sha512, I did not do that since it is not entirely clear where "the one true place" to hold their implementations is going to be. Sha256 is different since mtree already links against libmd. Make recommended procedure for integrity checking in the manpage consistent. Fix a bug with -f spec1 -f spec2 comparison, which prevented test/tes03.sh from running successfully. Reviewed by: phk, cperciva Revision Changes Path 1.27 +1 -1 src/usr.sbin/mtree/Makefile 1.34 +21 -0 src/usr.sbin/mtree/compare.c 1.37 +13 -0 src/usr.sbin/mtree/create.c 1.16 +3 -0 src/usr.sbin/mtree/misc.c 1.51 +14 -4 src/usr.sbin/mtree/mtree.8 1.7 +2 -0 src/usr.sbin/mtree/mtree.h 1.22 +5 -0 src/usr.sbin/mtree/spec.c 1.6 +7 -3 src/usr.sbin/mtree/specspec.c 1.2 +1 -1 src/usr.sbin/mtree/test/test03.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503291144.j2TBiIoJ030680>