From owner-p4-projects@FreeBSD.ORG Sun Mar 5 18:40:03 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EAD4016A423; Sun, 5 Mar 2006 18:40:02 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C465416A420 for ; Sun, 5 Mar 2006 18:40:02 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DEF043D45 for ; Sun, 5 Mar 2006 18:40:02 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k25Ie2rZ074768 for ; Sun, 5 Mar 2006 18:40:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k25Ie2Xe074765 for perforce@freebsd.org; Sun, 5 Mar 2006 18:40:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 5 Mar 2006 18:40:02 GMT Message-Id: <200603051840.k25Ie2Xe074765@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92804 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2006 18:40:03 -0000 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 $