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

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

98POSIX.1e support was introduced in
99.Fx 4.0 ,
100and development continues.
101.Sh AUTHORS
102.An Robert N M Watson
103.Sh BUGS
104These features are not yet fully implemented.
105.Pp
27.\"
28.Dd January 28, 2000
29.Dt ACL_FROM_TEXT 3
30.Os
31.Sh NAME
32.Nm acl_from_text
33.Nd create an ACL from text
34.Sh LIBRARY

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

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