summaryrefslogtreecommitdiff
path: root/lib/acl.c
AgeCommit message (Collapse)Author
2005-12-17(acl_entries): Add fallback implementation for POSIX ACLJim Meyering
systems other than Linux. (chmod_or_fchmod): New function: use fchmod when possible, and chmod otherwise. (file_has_acl): Add a POSIX ACL implementation, with a Linux-specific subcase. (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and S_ISVTX from one file to another. Fall back to fchmod/chmod when acls are unsupported. (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and S_ISVTX to a defined value. Fall back to fchmod/chmod when acls are unsupported.
2005-09-22Sync from gnulib.Paul Eggert
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert
in comments or local variable names.
2005-05-14Update FSF postal mail address.Jim Meyering
2003-06-17Include sys/types.h before sys/stat.h.Jim Meyering
Required on Ultrix 4.3.
2002-02-26*** empty log message ***Jim Meyering