History log of /freebsd-10.1-release/bin/setfacl/util.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 204819 07-Mar-2010 joel

Switch to our preferred license text.

Approved by: jedgar


# 201018 26-Dec-2009 trasz

Fix breakage introduced in last commit.


# 201016 26-Dec-2009 trasz

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


# 139969 10-Jan-2005 imp

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


# 99110 30-Jun-2002 obrien

Consistently use FBSDID


# 87254 02-Dec-2001 jedgar

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


# 87224 02-Dec-2001 jedgar

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

Submitted by: bde


# 87181 01-Dec-2001 jedgar

Use calloc(3) instead of rolling our own.


# 74465 19-Mar-2001 rwatson

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