summaryrefslogtreecommitdiff
path: root/lib/file-has-acl.c
Commit message (Expand)AuthorAgeFilesLines
* free-posix: use more often in other modulesPaul Eggert2021-03-251-9/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* stat failing with EOVERFLOW implies existencePaul Eggert2020-12-241-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* file-has-acl: Fix test failure on Cygwin 2.9.Bruno Haible2018-09-181-5/+12
* 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
* file-has-acl, acl-permissions: fix HP-UX typosPaul Eggert2015-07-041-1/+1
* acl-permissions: more porting to AIXPaul Eggert2015-06-051-1/+1
* file-has-acl: fix build on Mac OS X 10Pádraig Brady2015-06-021-13/+2
* file-has-acl: Split feature tests again (Bug#20667)Andreas Gruenbacher2015-05-271-2/+13
* file-has-acl: port to CentOS 6Paul Eggert2015-04-261-5/+2
* file-has-acl: always return false when ACLs aren't supportedPádraig Brady2015-04-261-22/+22
* acl: On Linux, check for acls without libaclAndreas Gruenbacher2015-04-151-1/+34
* acl, qacl: split off shared functions into separate object fileAndreas Gruenbacher2015-04-151-446/+0
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* qacl: port to Windows betterPaul Eggert2013-12-171-5/+6
* qacl: new module, broken out from the acl modulePaul Eggert2013-04-271-1/+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-5/+5
* acl: Don't use ACL_CNT and similar ops, since they are unreliable.Paul Eggert2012-02-201-89/+80
* acl: Don't use GETACLCNT and similar ops, since they are unreliable.Paul Eggert2012-02-201-71/+110
* acl: Fix endless loop on Solaris with vxfs.Bruno Haible2012-02-191-1/+12
* acl: Fix copy-acl test failure on Solaris 11 2011-11.Bruno Haible2012-02-191-25/+57
* file-has-acl: suppress a warning from gcc -Wsuggest-attribute=constJim Meyering2012-02-021-0/+6
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* file-has-acl: revert both recent changes, 80af92af and 95f7c57fJim Meyering2011-10-051-29/+1
* file-has-acl: revert unintended change in behavior of ls -LKamil Dudka2011-10-041-10/+30
* acl: Fix specification.Bruno Haible2011-10-031-1/+2
* acl: Fix compilation on Solaris 10 (older version).Bruno Haible2011-09-111-1/+1
* acl: Update for AIX >= 5.3 with NFS.Bruno Haible2011-09-061-0/+2
* acl: Avoid errors on NonStop Kernel.Joachim Schmitz2011-09-061-1/+6
* acl: Clean up Solaris code.Bruno Haible2011-09-061-5/+1
* acl: Fix a bug with NFSv4 ACLs on Solaris 10 (newer version).Bruno Haible2011-09-061-3/+9
* acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).Bruno Haible2011-09-051-20/+111
* file-has-acl: use acl_extended_file_nofollow if availableKamil Dudka2011-07-221-1/+9
* acl: Add support for HP-UX >= 11.11 JFS ACLs.Bruno Haible2011-06-131-4/+71
* acl: Complete the 2010-08-10 fix.Bruno Haible2011-06-131-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* acl: Add support for ACLs on NonStop Kernel.Bruno Haible2010-10-031-2/+59
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-267/+267
* maint: prefer 'file system' over 'filesystem'Eric Blake2009-10-091-1/+1
* Disable untested support for new flavours of ACLs on AIX.Bruno Haible2009-09-271-2/+2
* Add support for new flavours of ACLs on AIX. (Untested.)Bruno Haible2009-09-271-7/+93