Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-17 | (acl_entries): Add fallback implementation for POSIX ACL | Jim 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-22 | Sync from gnulib. | Paul Eggert | |
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2003-06-17 | Include sys/types.h before sys/stat.h. | Jim Meyering | |
Required on Ultrix 4.3. | |||
2002-02-26 | *** empty log message *** | Jim Meyering | |