PERFORCE change 92804 for review

Robert Watson rwatson at FreeBSD.org
Sun Mar 5 10:40:05 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92804

Change 92804 by rwatson at 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 $


More information about the trustedbsd-cvs mailing list