aboutsummaryrefslogtreecommitdiffstats
path: root/lib/acl.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-409/+0
2005-12-17(acl_entries): Add fallback implementation for POSIX ACLJim Meyering1-14/+360
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 Eggert1-1/+1
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert1-5/+5
in comments or local variable names.
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2003-06-17Include sys/types.h before sys/stat.h.Jim Meyering1-1/+2
Required on Ultrix 4.3.
2002-02-26*** empty log message ***Jim Meyering1-0/+62