summaryrefslogtreecommitdiff
path: root/lib/copy-acl.c
Commit message (Expand)AuthorAgeFilesLines
* copy-acl: ignore ENOTSUP on HP-UXPádraig Brady2010-08-101-2/+2
* copy-acl: enhance Solaris ACL error handlingBen Walton2010-03-021-2/+3
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-160/+160
* Fix test failure on Cygwin.Bruno Haible2008-10-111-3/+13
* Include gettext.h only in those files that need it.Bruno Haible2008-06-111-0/+3
* Add me as co-author.Bruno Haible2008-06-081-6/+6
* Add support for AIX ACLs.Bruno Haible2008-06-081-0/+32
* Add support for HP-UX ACLs.Bruno Haible2008-06-081-0/+78
* Add support for Cygwin ACLs.Bruno Haible2008-06-081-3/+3
* Add support for Solaris 7..10 ACLs.Bruno Haible2008-06-081-2/+185
* New function acl_extended_nontrivial (MacOS X only).Bruno Haible2008-06-081-1/+1
* Add support for MacOS X ACLs.Bruno Haible2008-06-081-1/+67
* Trivial code simplifications.Bruno Haible2008-06-081-15/+4
* Trivial stylistic improvements.Bruno Haible2008-06-071-4/+4
* Avoid gcc warning on cygwin.Eric Blake2008-06-061-1/+2
* Fix small mistake from 2008-06-01.Bruno Haible2008-06-051-1/+1
* New function for testing triviality of ACL with POSIX-draft like API.Bruno Haible2008-06-041-7/+3
* Simplify #ifs. Put Solaris code after POSIX-like code.Bruno Haible2008-06-041-7/+8
* Make acl_entries work reliably.Bruno Haible2008-06-031-2/+1
* Separate the error handling into a different function.Bruno Haible2008-06-021-29/+55
* Make copy_acl work on MacOS X 10.5.Bruno Haible2008-05-231-6/+8
* Split off copy_acl function to separate file.Bruno Haible2008-05-231-0/+167