Deleted Added
full compact
au_token.3 (159248) au_token.3 (161630)
1.\"-
2.\" Copyright (c) 2005 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.\"
1.\"-
2.\" Copyright (c) 2005 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_token.3#7 $
26.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#8 $
27.\"
28.Dd April 19, 2005
29.Dt AU_TOKEN 3
30.Os
31.Sh NAME
32.Nm au_to_arg32 ,
33.Nm au_to_arg64 ,
34.Nm au_to_arg ,

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

150.Fn au_to_subject32_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_t *tid"
151.Ft token_t *
152.Fn au_to_subject64_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_addr_t *tid"
153.Ft token_t *
154.Fn au_to_subject_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_addr_t *tid"
155.Ft token_t *
156.Fn au_to_me "void"
157.Ft token_t *
27.\"
28.Dd April 19, 2005
29.Dt AU_TOKEN 3
30.Os
31.Sh NAME
32.Nm au_to_arg32 ,
33.Nm au_to_arg64 ,
34.Nm au_to_arg ,

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

150.Fn au_to_subject32_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_t *tid"
151.Ft token_t *
152.Fn au_to_subject64_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_addr_t *tid"
153.Ft token_t *
154.Fn au_to_subject_ex "au_id_t auid" "uid_t euid" "gid_t egid" "uid_t ruid" "gid_t rgid" "pid_t pid" "au_asid_t sid" "au_tid_addr_t *tid"
155.Ft token_t *
156.Fn au_to_me "void"
157.Ft token_t *
158.Fn au_to_exec_args "const char **args"
158.Fn au_to_exec_args "char **argv"
159.Ft token_t *
159.Ft token_t *
160.Fn au_to_exec_env "const char **env"
160.Fn au_to_exec_env "char **envp"
161.Ft token_t *
162.Fn au_to_header "int rec_size" "au_event_t e_type" "au_emod_t emod"
163.Ft token_t *
164.Fn au_to_header32 "int rec_size" "au_event_t e_type" "au_emod_t emod"
165.Ft token_t *
166.Fn au_to_header64 "int rec_size" "au_event_t e_type" "au_emod_t e_mod"
167.Ft token_t *
168.Fn au_to_trailer "int rec_size"

--- 30 unchanged lines hidden ---
161.Ft token_t *
162.Fn au_to_header "int rec_size" "au_event_t e_type" "au_emod_t emod"
163.Ft token_t *
164.Fn au_to_header32 "int rec_size" "au_event_t e_type" "au_emod_t emod"
165.Ft token_t *
166.Fn au_to_header64 "int rec_size" "au_event_t e_type" "au_emod_t e_mod"
167.Ft token_t *
168.Fn au_to_trailer "int rec_size"

--- 30 unchanged lines hidden ---