Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2008 17:26:27 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153898 for review
Message-ID:  <200812011726.mB1HQR6q088614@repoman.freebsd.org>

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

Change 153898 by rwatson@rwatson_cinnamon_macosx on 2008/12/01 17:25:34

	Document AUT_SOCKET_EX token type properly.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/man/audit.log.5#21 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/man/audit.log.5#21 (text+ko) ====

@@ -1,5 +1,6 @@
 .\"-
 .\" Copyright (c) 2005-2006 Robert N. M. Watson
+.\" Copyright (c) 2008 Apple Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -23,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#20 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#21 $
 .\"
 .Dd November 5, 2006
 .Dt AUDIT.LOG 5
@@ -560,26 +561,25 @@
 .It Li "Local port" Ta "2 bytes" Ta "Local port"
 .It Li "Socket address" Ta "4 bytes" Ta "Socket address"
 .El
+.Ss Expanded Socket Token
+The
+.Dq expanded socket
+token contains information about IPv4 and IPv6 sockets.
+A
+.Dq expanded socket
+token can be created using
+.Xr au_to_socket_ex 3 .
 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
 .It Sy "Field	Bytes	Description"
-.It "Token ID	1 byte	Token ID"
-.It Li "Socket domain" Ta "4 bytes" Ta "Socket domain"
-.It Li "Socket family" Ta "2 bytes" Ta "Socket family"
+.It Li "Token ID" Ta "1 byte" Ta "Token ID"
+.It Li "Socket domain" Ta "2 bytes" Ta "Socket domain"
+.It Li "Socket type" Ta "2 bytes" Ta "Socket type"
 .It Li "Address type" Ta "1 byte" Ta "Address type (IPv4/IPv6)"
 .It Li "Local port" Ta "2 bytes" Ta "Local port"
 .It Li "Local IP address" Ta "4/16 bytes" Ta "Local IP address"
 .It Li "Remote port" Ta "2 bytes" Ta "Remote port"
 .It Li "Remote IP address" Ta "4/16 bytes" Ta "Remote IP address"
 .El
-.Ss Expanded Socket Token
-The
-.Dq expanded socket
-token contains information about IPv4 and IPv6 sockets.
-.Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
-.It Sy "Field	Bytes	Description"
-.It "Token ID	1 byte	Token ID"
-.It XXXXX
-.El
 .Ss Seq Token
 The
 .Dq seq



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