summaryrefslogtreecommitdiff
path: root/lib/file-has-acl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* acl: Fix infinite loop on FreeBSD.David Bartley2009-05-041-6/+6
* Work around the Solaris 10 ACE ACLs ABI change.Bruno Haible2008-06-101-14/+53
* add more guards around definition of ACE_-related codeJim Meyering2008-06-091-1/+1
* Add me as co-author.Bruno Haible2008-06-081-1/+1
* Add support for AIX ACLs.Bruno Haible2008-06-081-3/+43
* Add support for HP-UX ACLs.Bruno Haible2008-06-081-0/+59
* Add support for Solaris 7..10 ACLs.Bruno Haible2008-06-081-3/+157
* New function acl_extended_nontrivial (MacOS X only).Bruno Haible2008-06-081-6/+16
* Comments.Bruno Haible2008-06-081-2/+2
* Don't test the ACL_TYPE_DEFAULT ACL on OSF/1.Bruno Haible2008-06-081-0/+11
* Add support for MacOS X ACLs.Bruno Haible2008-06-081-2/+23
* New function for testing triviality of ACL with POSIX-draft like API.Bruno Haible2008-06-041-1/+92
* Simplify #ifs. Put Solaris code after POSIX-like code.Bruno Haible2008-06-041-14/+22
* Make copy_acl work on MacOS X 10.5.Bruno Haible2008-05-231-2/+3
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Add limited support for Solaris 10 ZFS-style ACLs: just enough toPaul Eggert2007-03-191-0/+87