Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2006 18:40:02 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92804 for review
Message-ID:  <200603051840.k25Ie2Xe074765@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92804

Change 92804 by rwatson@rwatson_peppercorn on 2006/03/05 18:39:14

	Slightly revise description of previous change, in order to note
	that the byte order here is a property of the consumer using the
	APIs properly with network byte order IP address fields.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/HISTORY#7 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/HISTORY#7 (text+ko) ====

@@ -20,8 +20,10 @@
   definition.  Don't try to retrieve time zone information using
   gettimeofday(), as it's not needed, and introduces possible failure
   modes.
-- Always read and write process32 and subject32 machine/addr fields in
-  network byte order.
+- Don't perform byte order transformations on the addr/machine fields of
+  the terminal ID that appears in the process32/subject32 tokens.  These
+  are assumed to be IP addresses, and as such, to be in network byte
+  order.
 
 OpenBSM 1.0 alpha 5
 
@@ -149,4 +151,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/HISTORY#6 $
+$P4: //depot/projects/trustedbsd/openbsm/HISTORY#7 $



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603051840.k25Ie2Xe074765>