Deleted Added
sdiff udiff text old ( 159248 ) new ( 162503 )
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 $
27.\"
28.Dd March 4, 2006
29.Dt AU_OPEN 3
30.Os
31.Sh NAME
32.Nm au_open ,
33.Nm au_write ,
34.Nm au_close ,
35.Nm au_close_buffer
36.Nd "Create and commit audit records"
37.Sh LIBRARY
38.Lb libbsm
39.Sh SYNOPSIS
40.In libbsm.h
41.Ft int
42.Fn au_open "void"
43.Ft int

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

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

--- 19 unchanged lines hidden ---