History log of /src/bin/setfacl/util.c (Results 1 – 25 of 52)
Revision Date Author Comments
# 575e89cb 09-Feb-2026 Tuukka Pasanen <tuukka.pasanen@ilmi.fi>

setfacl: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55212


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# dd1ce6c7 12-Dec-2020 Xin LI <delphij@FreeBSD.org>

Remove unused headers.

MFC after: 2 weeks


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# dd1ce6c7 12-Dec-2020 Xin LI <delphij@FreeBSD.org>

Remove unused headers.

MFC after: 2 weeks


# 0629b152 10-Apr-2018 Ed Maste <emaste@FreeBSD.org>

setfacl: add recursive functionality

Add a -R option to setfacl to operate recursively on directories, along
with the accompanying flags -H, -L, and -P (whose behaviour mimics
chmod).

A patch was s

setfacl: add recursive functionality

Add a -R option to setfacl to operate recursively on directories, along
with the accompanying flags -H, -L, and -P (whose behaviour mimics
chmod).

A patch was submitted with PR 155163, but this is a new implementation
based on comments raised in the Phabricator review for that patch
(review D9096).

PR: 155163
Submitted by: Mitchell Horne <mhorne063@gmail.com>
Reviewed by: jilles
MFC after: 2 weeks
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14934

show more ...


# f4d24e0e 30-Jan-2010 Edward Tomasz Napierala <trasz@FreeBSD.org>

MFC r201018:

Fix breakage introduced in last commit.


# e8fdbf3d 30-Jan-2010 Edward Tomasz Napierala <trasz@FreeBSD.org>

MFC r201016:

Improve ACL branding mismatch detection and reporting in some rare cases,
such as "setfacl -m ''".


# 0629b152 10-Apr-2018 Ed Maste <emaste@FreeBSD.org>

setfacl: add recursive functionality

Add a -R option to setfacl to operate recursively on directories, along
with the accompanying flags -H, -L, and -P (whose behaviour mimics
chmod).

A patch was s

setfacl: add recursive functionality

Add a -R option to setfacl to operate recursively on directories, along
with the accompanying flags -H, -L, and -P (whose behaviour mimics
chmod).

A patch was submitted with PR 155163, but this is a new implementation
based on comments raised in the Phabricator review for that patch
(review D9096).

PR: 155163
Submitted by: Mitchell Horne <mhorne063@gmail.com>
Reviewed by: jilles
MFC after: 2 weeks
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14934

show more ...


# f4d24e0e 30-Jan-2010 Edward Tomasz Napierala <trasz@FreeBSD.org>

MFC r201018:

Fix breakage introduced in last commit.


# e8fdbf3d 30-Jan-2010 Edward Tomasz Napierala <trasz@FreeBSD.org>

MFC r201016:

Improve ACL branding mismatch detection and reporting in some rare cases,
such as "setfacl -m ''".


# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


# a303eae7 07-Mar-2010 Joel Dahl <joel@FreeBSD.org>

Switch to our preferred license text.

Approved by: jedgar


# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# 6c9c14c5 26-Dec-2009 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix breakage introduced in last commit.


# c93b62de 26-Dec-2009 Edward Tomasz Napierala <trasz@FreeBSD.org>

Improve ACL branding mismatch detection and reporting in some rare cases,
such as "setfacl -m ''".


# 9ddb49cb 10-Jan-2005 Warner Losh <imp@FreeBSD.org>

/*- or .\"- or #- to begin license clauses.


# 2749b141 30-Jun-2002 David E. O'Brien <obrien@FreeBSD.org>

Consistently use FBSDID


# a043a09d 03-Dec-2001 Chris D. Faulhaber <jedgar@FreeBSD.org>

style(9) cleanups mostly consisting of:
o explicitly check return values and variables against a value
o return x; -> return (x);
o fix inconsistent sysexits usage by nuking it (partially
suggested

style(9) cleanups mostly consisting of:
o explicitly check return values and variables against a value
o return x; -> return (x);
o fix inconsistent sysexits usage by nuking it (partially
suggested by bde)

Obtained from: TrustedBSD Project

show more ...


# 405c5615 02-Dec-2001 Chris D. Faulhaber <jedgar@FreeBSD.org>

o Correct error message forgotten in the last commit (malloc() -> calloc())
o Fix style nits

Submitted by: bde


# d0b8d0fd 02-Dec-2001 Chris D. Faulhaber <jedgar@FreeBSD.org>

Use calloc(3) instead of rolling our own.


# 43960f15 19-Mar-2001 Robert Watson <rwatson@FreeBSD.org>

o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
from files and directories, and setfacl sets ACLs on files and directories.

Submitted by: jedgar
Obtained from: Trusted

o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
from files and directories, and setfacl sets ACLs on files and directories.

Submitted by: jedgar
Obtained from: TrustedBSD Project

show more ...


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# dd1ce6c7 12-Dec-2020 Xin LI <delphij@FreeBSD.org>

Remove unused headers.

MFC after: 2 weeks


123