Deleted Added
full compact
acl_to_text.3 (84306) acl_to_text.3 (108037)
1.\"-
2.\" Copyright (c) 2000 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) 2000 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.\" $FreeBSD: head/lib/libc/posix1e/acl_to_text.3 84306 2001-10-01 16:09:29Z ru $
26.\" $FreeBSD: head/lib/libc/posix1e/acl_to_text.3 108037 2002-12-18 12:45:11Z ru $
27.\"
28.Dd January 28, 2000
29.Dt ACL_TO_TEXT 3
30.Os
31.Sh NAME
32.Nm acl_to_text
33.Nd convert an ACL to text
34.Sh LIBRARY

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

108POSIX.1e support was introduced in
109.Fx 4.0 ,
110and development continues.
111.Sh AUTHORS
112.An Robert N M Watson
113.Sh BUGS
114These features are not yet fully implemented.
115.Pp
27.\"
28.Dd January 28, 2000
29.Dt ACL_TO_TEXT 3
30.Os
31.Sh NAME
32.Nm acl_to_text
33.Nd convert an ACL to text
34.Sh LIBRARY

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

108POSIX.1e support was introduced in
109.Fx 4.0 ,
110and development continues.
111.Sh AUTHORS
112.An Robert N M Watson
113.Sh BUGS
114These features are not yet fully implemented.
115.Pp
116The
116.Fn acl_from_text
117and
118.Fn acl_to_text
117.Fn acl_from_text
118and
119.Fn acl_to_text
120functions
119rely on the
120.Xr getpwent 3
121library calls to manage username and uid mapping, as well as the
122.Xr getgrent 3
123library calls to manage groupname and gid mapping. These calls are not
124thread safe, and so transitively, neither are
125.Fn acl_from_text
126and
127.Fn acl_to_text .
128These functions may also interfere with stateful
129calls associated with the
130.Fn getpwent
131and
132.Fn getgrent
133calls.
121rely on the
122.Xr getpwent 3
123library calls to manage username and uid mapping, as well as the
124.Xr getgrent 3
125library calls to manage groupname and gid mapping. These calls are not
126thread safe, and so transitively, neither are
127.Fn acl_from_text
128and
129.Fn acl_to_text .
130These functions may also interfere with stateful
131calls associated with the
132.Fn getpwent
133and
134.Fn getgrent
135calls.