Deleted Added
full compact
audit_submit.3 (168777) audit_submit.3 (171537)
1.\"
2.\" Copyright (c) 2006 Christian S.J. Peron
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.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
1.\"
2.\" Copyright (c) 2006 Christian S.J. Peron
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.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#11 $
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#12 $
31.\"
32.Dd May 29, 2006
33.Dt audit_submit 3
34.Os
35.Sh NAME
36.Nm audit_submit
37.Nd "general purpose audit record submission"
38.Sh LIBRARY

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

49.Fn audit_submit
50function provides a generic programming interface for audit record submission.
51This audit record will contain a header, subject token, an optional text token,
52return token, and a trailer.
53The header will contain the event class specified by
54.Fa au_event .
55The subject token will be generated based on
56.Fa au_ctx .
31.\"
32.Dd May 29, 2006
33.Dt audit_submit 3
34.Os
35.Sh NAME
36.Nm audit_submit
37.Nd "general purpose audit record submission"
38.Sh LIBRARY

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

49.Fn audit_submit
50function provides a generic programming interface for audit record submission.
51This audit record will contain a header, subject token, an optional text token,
52return token, and a trailer.
53The header will contain the event class specified by
54.Fa au_event .
55The subject token will be generated based on
56.Fa au_ctx .
57The return token is dependant on the
57The return token is dependent on the
58.Fa status
59and
60.Fa reterr
61arguments.
62Optionally, a text token will be created as a part of this record.
63.Pp
64Text token output is under the control of a
65.Fa format

--- 67 unchanged lines hidden ---
58.Fa status
59and
60.Fa reterr
61arguments.
62Optionally, a text token will be created as a part of this record.
63.Pp
64Text token output is under the control of a
65.Fa format

--- 67 unchanged lines hidden ---