fix license quoting in files.yaml
[gnulib.git] / lib / copy-acl.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-05-07 Mike Frysingeracl: include quote.h
2013-04-30 Paul Eggertacl: include errno.h to get errno
2013-04-28 Paul Eggertqacl: new module, broken out from the acl module
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-06-22 Bruno HaibleWrite "Mac OS X" instead of "MacOS X".
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-20 Paul Eggertacl: Don't use ACL_CNT and similar ops, since they...
2012-02-19 Bruno Haibleacl: Fix endless loop on Solaris with vxfs.
2012-01-12 Bruno Haibleacl: Export qcopy_acl.
2012-01-12 Bruno Haibleacl: Align return values of copy_acl and qcopy_acl.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-09-08 Ian BeckwithMerge branch 'stable'
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: 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-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-20 Ian BeckwithMerge branch 'stable'
2010-12-20 Paul Eggertacl: port to Solaris 8 when copying from tmpfs to ufs
2010-12-19 Paul Eggertacl: port to Solaris 8 when copying from tmpfs to ufs
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-10-03 Bruno Haibleacl: Add support for ACLs on NonStop Kernel.
2010-08-30 Ian BeckwithMerge branch 'stable'
2010-08-29 Ian BeckwithMerge branch 'upstream' from 3f08220c1a263dfc45f6e0ce6d...
2010-08-10 Pádraig Bradycopy-acl: ignore ENOTSUP on HP-UX
2010-03-08 Ian BeckwithMerge branch 'stable'
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 branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 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.
2008-10-11 Bruno HaibleFix test failure on Cygwin.
2008-06-11 Bruno HaibleInclude gettext.h only in those files that need it.
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 HaibleAdd support for Solaris 7..10 ACLs.
2008-06-08 Bruno HaibleNew function acl_extended_nontrivial (MacOS X only).
2008-06-08 Bruno HaibleAdd support for MacOS X ACLs.
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-07 Bruno HaibleTrivial stylistic improvements.
2008-06-06 Eric BlakeAvoid gcc warning on cygwin.
2008-06-04 Bruno HaibleFix small mistake from 2008-06-01.
2008-06-04 Bruno HaibleNew function for testing triviality of ACL with POSIX...
2008-06-03 Bruno HaibleSimplify #ifs. Put Solaris code after POSIX-like code.
2008-06-03 Bruno HaibleMake acl_entries work reliably.
2008-06-02 Bruno HaibleSeparate the error handling into a different function.
2008-05-23 Bruno HaibleMake copy_acl work on MacOS X 10.5.
2008-05-22 Bruno HaibleSplit off copy_acl function to separate file.