Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 10/30/2006 00:30:20
Module Name: src
Committed By: elad
Date: Mon Oct 30 00:30:20 UTC 2006
Modified Files:
src/sys/dev: verified_exec.c
Log Message:
Simplify and rework duplication check code.
If we already have an entry, we only print a message mentioning it if the
fingerprints mismatch; that may indicate a security issue.
If the fingerprints match, there's a good chance it's the same file
appearing multiple times as a hard-link, in which case print a message
only if the verbose level is 1 or more.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/verified_exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.