Deleted Added
full compact
acl_from_text.3 (79531) acl_from_text.3 (79754)
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 79531 2001-07-10 13:41:46Z ru $
26.\" $FreeBSD: head/lib/libc/posix1e/acl_from_text.3 79754 2001-07-15 07:53:42Z dd $
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

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

106.Fn acl_from_text
107and
108.Fn acl_to_text
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
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

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

106.Fn acl_from_text
107and
108.Fn acl_to_text
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
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
115.Fn acl_from_text
116and
117.Fn acl_to_text .
118These functions may also interfere with stateful
119calls associated with the
119calls associated with the
120.Fn getpwent
121and
122.Fn getgrent
123calls.
120.Fn getpwent
121and
122.Fn getgrent
123calls.