Merge commit 'stable/20110609'
[gnulib.git] / lib / copy-acl.c
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.