Deleted Added
full compact
1.\"-
2.\" Copyright (c) 2006 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#4 $
26.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_open.3#5 $
27.\"
28.Dd March 4, 2006
29.Dt AU_OPEN 3
30.Os
31.Sh NAME
32.Nm au_open ,
33.Nm au_write ,
32.Nm au_close ,
35.Nm au_close_buffer
33.Nm au_close_buffer ,
34.Nm au_close_token ,
35.Nm au_open ,
36.Nm au_write
37.Nd "Create and commit audit records"
38.Sh LIBRARY
39.Lb libbsm
40.Sh SYNOPSIS
41.In libbsm.h
42.Ft int
43.Fn au_open "void"
44.Ft int

--- 71 unchanged lines hidden (view full) ---

116.Fn au_close ,
117.Fn au_close_buffer ,
118and
119.Fn au_close_token
120return 0 on success, or a negative value on failure, along with error
121information in
122.Va errno .
123.Sh SEE ALSO
124.Xr audit_submit 3 ,
125.Xr libbsm 3
126.Sh AUTHORS
127This software was created by Robert Watson, Wayne Salamon, and Suresh
128Krishnaswamy for McAfee Research, the security research division of McAfee,
129Inc., under contract to Apple Computer, Inc.
130.Pp
131The Basic Security Module (BSM) interface to audit records and audit event
132stream format were defined by Sun Microsystems.

--- 19 unchanged lines hidden ---