Deleted Added
full compact
13c13
< .\"
---
> .\"
26c26
< .\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_user.3#4 $
---
> .\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_user.3#10 $
40c40
< .Nd "Look up information from the audit_user database"
---
> .Nd "look up information from the audit_user database"
44c44
< .In libbsm.h
---
> .In bsm/libbsm.h
46c46
< .Fn setauuser "void"
---
> .Fn setauuser void
48,53c48,53
< .Fn endauuser "void"
< .Ft struct au_user_ent *
< .Fn getauuserent "void"
< .Ft struct au_user_ent *
< .Fn getauuserent_r "struct au_user_ent *u" "void"
< .Ft struct au_user_ent *
---
> .Fn endauuser void
> .Ft "struct au_user_ent *"
> .Fn getauuserent void
> .Ft "struct au_user_ent *"
> .Fn getauuserent_r "struct au_user_ent *u"
> .Ft "struct au_user_ent *"
55c55
< .Ft struct au_user_ent *
---
> .Ft "struct au_user_ent *"
60c60,62
< .Fn getfauditflags "au_mask_t *usremask" "au_mask_t *usrdmask" "au_mask_t *lastmask"
---
> .Fo getfauditflags
> .Fa "au_mask_t *usremask" "au_mask_t *usrdmask" "au_mask_t *lastmask"
> .Fc
68c70
< .Dv au_name ,
---
> .Va au_name ,
70c72
< .Dv au_always ,
---
> .Va au_always ,
72c74
< .Dv au_never .
---
> .Va au_never .
73a76
> The
74a78
> function
80a85
> The
81a87
> function
85a92
> The
86a94
> function
92a101
> The
93a103
> function
98c108,110
< .Nm au_user_mask
---
> The
> .Fn au_user_mask
> function
100c112
< .Dv mask_p
---
> .Fa mask_p
102c114
< .Dv username .
---
> .Fa username .
105c117,118
< .Xr getacflg 3 .
---
> .Xr getacflg 3
> are used.
107c120
< .Xr setaudit 3
---
> .Xr setaudit 2
110,111c123,126
< .Nm getfauditflags
< XXXXXXXXXXXXXXXXX
---
> The
> .Fn getfauditflags
> function generates a new process audit state by combining the audit masks
> passed as parameters with the system audit masks.
113c128
< .Xr libbsm 3 ,
---
> .Xr setaudit 2 ,
115c130
< .Xr setaudit 3 ,
---
> .Xr libbsm 3 ,
117,123d131
< .Sh AUTHORS
< This software was created by Robert Watson, Wayne Salamon, and Suresh
< Krishnaswamy for McAfee Research, the security research division of McAfee,
< Inc., under contract to Apple Computer, Inc.
< .Pp
< The Basic Security Module (BSM) interface to audit records and audit event
< stream format were defined by Sun Microsystems.
128a137,148
> .Sh AUTHORS
> .An -nosplit
> This software was created by
> .An Robert Watson ,
> .An Wayne Salamon ,
> and
> .An Suresh Krishnaswamy
> for McAfee Research, the security research division of McAfee,
> Inc., under contract to Apple Computer, Inc.
> .Pp
> The Basic Security Module (BSM) interface to audit records and audit event
> stream format were defined by Sun Microsystems.