Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / lib / set-mode-acl.c
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-09-11 Bruno Haibleacl: Fix compilation on Solaris 10 (older version).
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-09-06 Bruno Haibleacl: Fix a test failure on IRIX 6.5 with NFS.
2011-09-05 Bruno Haibleacl: Clean up Solaris code.
2011-09-05 Bruno Haibleacl: Remove unused code in last commit.
2011-09-04 Bruno Haibleacl: Improve support of NFSv4 ACLs on Solaris 10 (newer...
2011-06-13 Bruno Haibleacl: Add support for HP-UX >= 11.11 JFS ACLs.
2011-06-12 Bruno Haibleacl: Complete the 2010-08-10 fix.
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-10-03 Bruno Haibleacl: Add support for ACLs on NonStop Kernel.
2010-03-08 Ben Waltoncopy-acl: enhance Solaris ACL error handling
2010-03-02 Ben Waltoncopy-acl: enhance Solaris ACL error handling
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-09-27 Bruno HaibleDisable untested support for new flavours of ACLs on...
2009-09-27 Bruno HaibleAdd support for new flavours of ACLs on AIX. (Untested.)
2009-08-30 Bruno HaibleFix an unnecessary error on Solaris 10 on NFSv3 file...
2009-05-04 David BartleyBug fix in acl module.
2008-06-11 Bruno HaibleInclude gettext.h only in those files that need it.
2008-06-10 Bruno HaibleWork around the Solaris 10 ACE ACLs ABI change.
2008-06-08 Bruno HaibleAdd me as co-author.
2008-06-08 Bruno HaibleAdd support for AIX ACLs.
2008-06-08 Bruno HaibleAdd support for HP-UX ACLs.
2008-06-08 Bruno HaibleAdd support for Cygwin ACLs.
2008-06-08 Bruno HaibleFix bug with setuid modes in Solaris 10+ code.
2008-06-08 Bruno HaibleAdd support for Solaris 7..10 ACLs.
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-08 Bruno HaibleAdd support for MacOS X ACLs.
2008-06-08 Bruno HaibleFix memory leak introduced on 2008-05-22.
2008-06-08 Bruno HaibleAvoid needing to know the textual representation of...
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-07 Bruno HaibleTrivial stylistic improvements.
2008-06-03 Bruno HaibleSimplify #ifs. Put Solaris code after POSIX-like code.
2008-06-02 Bruno HaibleDocument qset_acl return value precisely.
2008-05-25 Bruno HaibleRename acl.c to set-mode-acl.c.