| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
|
|
|
|
|
|
| |
acl_is_trivial_np(3) properly recognize the new trivial ACLs. From
the user point of view, that means "ls -l" no longer shows plus signs
for all the files when running ZFS v28.
|
|
|
|
|
|
| |
this and previous one are MFC candidate.
MFC after: 1 month
|
|
|
|
| |
due to upcoming ACL changes required by the new ZFS.
|
| |
|
|
|
|
|
|
| |
names names starting with a digit.
MFC after: 1 month
|
|
|
|
| |
Reviewed by: rwatson
|
|
|
|
|
|
| |
break an unnecessary dependency on getpwuid() and getgrgid().
MFC after: 1 month
|
|
|
|
|
|
| |
Found with: Coverity Prevent
CID: 7466, 7467
MFC after: 2 weeks
|
|
|
|
|
| |
Found with: Coverity Prevent
CID: 6585
|
|
|
|
|
|
|
|
| |
return type to void and update callers. This simplifies code and
fixes one place where the returned value was not actually checked.
Found with: Coverity Prevent
CID: 4791
|
|
|
|
|
|
| |
Found with: Coverity Prevent
CID: 7517
MFC after: 2 weeks
|
|
|
|
|
| |
Found with: Coverity Prevent
CID: 6192
|
|
|
|
|
| |
Found with: Coverity Prevent
CID: 6193
|
|
|
|
|
| |
Reviewed by: kientzle@
MFC after: 1 week
|
|
|
|
|
|
| |
is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing.
MFC after: 1 week
|
|
|
|
|
|
|
| |
and acl_delete_perm(3). It went undetected, because neither setfacl(1)
nor Samba use this routines. D'oh.
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
|
|
|
|
|
| |
PR: amd64/145091
MFC after: 2 weeks
|
|
|
|
| |
Approved by: jedgar
|
|
|
|
| |
Approved by: trasz
|
| |
|
|
|
|
| |
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
to an entry of 'acl', all ACL entries starting with entry_d would be deleted.
Reviewed by: trasz
Approved by: emax (mentor)
MFC after: 3 days
|
|
|
|
|
|
| |
The maximum length of a username has nothing to do with the size of the
username in the utmp files. Use MAXLOGNAME, which is defined as 17
(UT_USERSIZE + 1).
|
|
|
|
|
| |
Submitted by: Jim Wilcoxson <prirun@gmail.com>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
and acl_calc_mask(3) return error instead of crashing when acl passed
to them is NULL.
Submitted by: markus
Reviewed by: rwatson
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
accurately reflect the last ten years of work.
Approved by: re (kib)
|
|
|
|
| |
Approved by: re (kib)
|
|
|
|
| |
anything about _PC_ACL_NFS4.
|
| |
|
|
|
|
| |
contents.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the following functions to the acl(3) API: acl_add_flag_np,
acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np,
acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np,
acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np,
acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin
does. There are no backward-incompatible changes.
Approved by: rwatson@
|
|
|
|
|
| |
Reviewed by: rwatson@
MFC after: 2 weeks
|
|
|
|
| |
Submitted by: rwatson@
|
|
|
|
| |
Reviewed by: rwatson (earlier version)
|
|
|
|
|
|
| |
compatibility interfaces in both kernel and libc.
Reviewed by: rwatson
|
|
|
|
|
|
|
| |
xref libbsm(3).
Submitted by: rwatson
MFC after: 3 days
|
| |
|
|
|
|
| |
Approved by: jedgar@
|
|
|
|
|
|
|
|
|
|
| |
This change removes the requirement that an ACL contain no ACL_USER
entries with a uid the same as those of a file, or ACL_GROUP entries
with a gid the same as those of a file. This requirement is not in the
specification, and not enforced by the kernel's ACL implementation.
Reported by: Iustin Pop <iusty at k1024 dot org>
MFC after: 1 week
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net: endhostdnsent is named _endhostdnsent and is
private to netdb family of functions.
posix1e: acl_size.c has been never compiled in,
so there's no "acl_size".
rpc: "getnetid" is a static function.
stdtime: "gtime" is #ifdef'ed out in the source.
some symbols are specific only to some architectures,
e.g., ___tls_get_addr is only defined on i386.
__htonl, __htons, __ntohl and __ntohs are no longer
functions, they are now (internal) defines in
<machine/endian.h>.
Submitted by: ru
|
| |
|
|
|
|
|
|
|
|
|
| |
acl_from_text.c. Since acl_from_text.c is the only place it
is used, we can now make this internal utility function "static."
As a bonus, acl_set_fd() no longer pulls in getpwuid() for no reason.
MFC after: 7 days
|
| |
|
|
|
|
|
|
|
| |
old file, update references, etc. The C function is already named
mac_is_present().
Obtained from: TrustedBSD Project
|