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
Anton Berezin
tobez at FreeBSD.org
Tue Mar 29 03:44:18 PST 2005
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
More information about the cvs-all
mailing list