| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to
the FreeBSD test suite
functional_test.sh was ported from bin/sh/tests/functional_test.sh, as a
small wrapper around libarchive_test, bsdcpio_test, and bsdtar_test provided
by upstream.
A handful of testcases in lib/libarchive/tests have been disabled as they
were failing when run with kyua test (see BROKEN_TESTS in
lib/libarchive/tests/Makefile)
As a sidenote: this removes the check/test targets from the Makefiles as they
don't match the pattern used in the rest of the FreeBSD test suite.
Sponsored by: EMC / Isilon Storage Division
Conflicts:
lib/libarchive/test
usr.bin/cpio/test
|
|
|
|
|
|
|
| |
Instead of doing an no-op (|= 0), actually clear the flags in
acl_clear_flags_np.
Reported by: Pascal Drecker <pascal freebsd drecker com>
|
|
|
|
|
|
|
| |
Update Capsicum and Mandatory Access Control manual pages
to no longer claim they are experimental.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
| |
Remove acl_size.c; apparently it was never used.
PR: 194398
Submitted by: ngie@
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Update acl(3) to expand on NFSv4 ACL support.
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Make it clear that ACL flags are NFSv4-only.
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Mention Capsicum.
|
|
|
|
|
|
|
| |
Fix typo.
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
Fix description to actually make sense.
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
Mention acl_get_brand_np(3).
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
| |
PR: kern/176054
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
|
|
|
|
|
| |
this syntax violation and while I'm here also convert <TAB> to Ta and adjust
quotation marks in order to prevent this problem in the future.
|
|
|
|
|
|
|
| |
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
and write_set) with setfacl(1).
PR: kern/154113
Submitted by: Shawn Webb <lattera at gmail dot com> (earlier version)
MFC after: 1 month
|
|
|
|
| |
that was supposed to be kernel-only. There should be no functional changes.
|
|
|
|
|
|
|
|
| |
entries instead of six). This makes "setfacl -b" do the right thing
for ACLs on ZFS. UFS recognizes both kinds of trivial ACLs; no change
there.
MFC after: 2 months
|
| |
|
| |
|
|
|
|
| |
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
|