summaryrefslogtreecommitdiff
path: root/lib/copy-acl.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* maint: add coding cookies to non-ASCII sourcesPaul Eggert2015-09-241-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* acl: include quote.hMike Frysinger2013-05-071-0/+1
* acl: include errno.h to get errnoPaul Eggert2013-04-301-0/+2
* qacl: new module, broken out from the acl modulePaul Eggert2013-04-271-561/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-9/+9
* acl: Don't use ACL_CNT and similar ops, since they are unreliable.Paul Eggert2012-02-201-75/+35
* acl: Fix endless loop on Solaris with vxfs.Bruno Haible2012-02-191-4/+16
* acl: Export qcopy_acl.Bruno Haible2012-01-121-1/+1
* acl: Align return values of copy_acl and qcopy_acl.Bruno Haible2012-01-121-4/+6
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* acl: Fix a test failure on IRIX 6.5 with NFS.Bruno Haible2011-09-061-7/+3
* acl: Clean up Solaris code.Bruno Haible2011-09-061-47/+8
* acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).Bruno Haible2011-09-051-1/+1
* acl: Add support for HP-UX >= 11.11 JFS ACLs.Bruno Haible2011-06-131-24/+95
* acl: Complete the 2010-08-10 fix.Bruno Haible2011-06-131-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* acl: port to Solaris 8 when copying from tmpfs to ufsPaul Eggert2010-12-181-1/+1
* acl: Add support for ACLs on NonStop Kernel.Bruno Haible2010-10-031-0/+62
* 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