Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sbin/veriexecctl Pull up revision 1.12 (requested by elad...



details:   https://anonhg.NetBSD.org/src/rev/a20f4bc326f1
branches:  netbsd-3
changeset: 576139:a20f4bc326f1
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 10 15:11:58 2005 +0000

description:
Pull up revision 1.12 (requested by elad in ticket #389):
Remove common code for returning supported fingerprints. This is done now
via sysctl(8) using kern.veriexec.algorithms.
Also add an entry for the 'algorithms' variable in sysctl.8 forgotten in
the last commit.

diffstat:

 sbin/veriexecctl/veriexecctl.8 |  24 ++----------------------
 1 files changed, 2 insertions(+), 22 deletions(-)

diffs (45 lines):

diff -r e3f5d4fc1169 -r a20f4bc326f1 sbin/veriexecctl/veriexecctl.8
--- a/sbin/veriexecctl/veriexecctl.8    Fri Jun 10 15:10:51 2005 +0000
+++ b/sbin/veriexecctl/veriexecctl.8    Fri Jun 10 15:11:58 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexecctl.8,v 1.7.2.4 2005/06/10 15:02:28 tron Exp $
+.\" $NetBSD: veriexecctl.8,v 1.7.2.5 2005/06/10 15:11:58 tron Exp $
 .\"
 .\" Copyright (c) 1999
 .\"    Brett Lymn - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: veriexecctl.8,v 1.7.2.4 2005/06/10 15:02:28 tron Exp $
+.\"    $Id: veriexecctl.8,v 1.7.2.5 2005/06/10 15:11:58 tron Exp $
 .\"
 .Dd April 22, 2005
 .Dt VERIEXECCTL 8
@@ -50,26 +50,6 @@
 commaned to work.
 .Sh COMMANDS
 .Bl -tag -width 25n
-.It Cm fingerprints
-Report the fingerprint methods that are available in the currently running
-kernel.
-This command will return a space separated list of supported fingerprint
-methods that will be accepted by the kernel.
-The default list is:
-.Bl -item -offset indent -compact
-.It
-MD5
-.It
-RMD160
-.It
-SHA1
-.It
-SHA256
-.It
-SHA384
-.It
-SHA512
-.El
 .It Cm load Ar veriexec.conf
 Load the fingerprint entries contained in
 .Ar veriexec.conf



Home | Main Index | Thread Index | Old Index