maint: update copyright
[gnulib.git] / lib / copy-acl.c
2014-01-01 Eric Blakemaint: update copyright
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-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-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-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-19 Paul Eggertacl: port to Solaris 8 when copying from tmpfs to ufs
2010-10-03 Bruno Haibleacl: Add support for ACLs on NonStop Kernel.
2010-08-10 Pádraig Bradycopy-acl: ignore ENOTSUP on HP-UX
2010-03-02 Ben Waltoncopy-acl: enhance Solaris ACL error handling
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-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.