Date: Tue, 19 Sep 2006 10:04:42 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106335 for review Message-ID: <200609191004.k8JA4gCA030574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106335 Change 106335 by rwatson@rwatson_fledge on 2006/09/19 10:04:36 Increase cross-referencing of various audit library routines, patch up a few missing entries in various places. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#5 edit .. //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#6 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#5 (text+ko) ==== @@ -23,16 +23,17 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#4 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#5 $ .\" .Dd March 4, 2006 .Dt AU_OPEN 3 .Os .Sh NAME +.Nm au_close , +.Nm au_close_buffer , +.Nm au_close_token , .Nm au_open , -.Nm au_write , -.Nm au_close , -.Nm au_close_buffer +.Nm au_write .Nd "Create and commit audit records" .Sh LIBRARY .Lb libbsm @@ -120,6 +121,7 @@ information in .Va errno . .Sh SEE ALSO +.Xr audit_submit 3 , .Xr libbsm 3 .Sh AUTHORS This software was created by Robert Watson, Wayne Salamon, and Suresh ==== //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#6 (text+ko) ==== @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#5 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#6 $ .\" .Dd April 19, 2005 .Dt LIBBSM 3 @@ -55,15 +55,17 @@ .Xr au_notify 3 , .Xr au_stream 3 , .Xr au_token 3 , -.Xr au_user 3 +.Xr au_user 3 . man pages. .Ss Audit Event Stream Interfaces Audit event stream interfaces support interaction with file-backed audit event streams: -.Xr au_close 3 . +.Xr au_close 3 , +.Xr au_close_buffer 3 , .Xr au_free_token 3 , .Xr au_open 3 , .Xr au_write 3 , +.Xr audit_submit 3 . .Ss Audit Class Interfaces Audit class interfaces support the look up of information from the .Xr audit_class 5 @@ -83,7 +85,10 @@ .Xr getacdir 3 , .Xr getacflg 3 , .Xr getacmin 3 , -.Xr getacna 3 . +.Xr getacna 3 , +.Xr getacpol 3 , +.Xr au_poltostr 3 , +.Xr au_strtopol 3 . .Ss Audit Event Interfaces Audit event interfaces support the look up of information from the .Xr audit_event 5 @@ -188,6 +193,7 @@ .Xr au_stream 3 , .Xr au_token 3 , .Xr au_user 3 , +.Xr audit_submit 3 , .Xr audit_class 5 , .Xr audit_control 5 .Sh AUTHORS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609191004.k8JA4gCA030574>