summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/setfacl.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-28/+4
| | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible.
* Switch to our preferred license text.joel2010-03-071-8/+8
| | | | Approved by: jedgar
* Improve ACL branding mismatch detection and reporting in some rare cases,trasz2009-12-261-0/+2
| | | | such as "setfacl -m ''".
* Add NFSv4 support to setfacl(1).trasz2009-09-071-11/+10
| | | | Reviewed by: rwatson
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
|
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerrwatson2002-12-301-0/+1
| | | | | | | similar to "-h" on chown, chmod, etc, causing the operation to occur on a final symlink in the provided path, rather than its target. Obtained from: TrustedBSD Project
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)jedgar2001-12-031-0/+4
| | | | | | to enhance readability. Obtained from: TrustedBSD Project
* o Separate acl_t into internal and external representations asjedgar2001-04-241-7/+7
| | | | | | | | | | | required by POSIX.1e. This maintains the current 'struct acl' in the kernel while providing the generic external acl_t interface required to complete the ACL editing library. o Add the acl_get_entry() function. o Convert the existing ACL utilities, getfacl and setfacl, to fully make use of the ACL editing library. Obtained from: TrustedBSD Project
* o Missed in addition of setfacl.h in setfacl(1)rwatson2001-03-191-0/+76
OpenPOWER on IntegriCloud