Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: elad
Date: Sat Sep 16 20:54:43 UTC 2006
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/usr.sbin: Makefile
Added Files:
src/usr.sbin/veriexecgen: Makefile veriexecgen.8 veriexecgen.c
Log Message:
Add a C version of Veriexec's fingerprint generator, written by Matt
Fleming.
This one has some nice options -- for example, an admin can run right
after installing a system:
fpgen -D
and it will fingerprint a set of "common" system directories to the
default loaction. See the man-page for more stuff.
Performance-wise, here are results for both fpgen.sh (old) and this
new tool:
474.599u 574.335s 13:53.05 125.9% 0+0k 0+307io 0pf+0w
0.424u 0.131s 0:00.56 98.2% 0+0k 0+2io 0pf+0w
...guess which is which? (that's ~1500 times *faster*)
To generate a diff of this commit:
cvs rdiff -r1.651 -r1.652 src/distrib/sets/lists/base/mi
cvs rdiff -r1.930 -r1.931 src/distrib/sets/lists/man/mi
cvs rdiff -r1.219 -r1.220 src/usr.sbin/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/veriexecgen/Makefile \
src/usr.sbin/veriexecgen/veriexecgen.8 \
src/usr.sbin/veriexecgen/veriexecgen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index