log lib/copy-acl.c @ 17363:5a51fb7777a9

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Fri, 22 Jun 2012 13:26:07 +0200 Bruno Haible Write "Mac OS X" instead of "MacOS X".
Mon, 20 Feb 2012 01:55:37 +0100 Paul Eggert acl: Don't use ACL_CNT and similar ops, since they are unreliable.
Sun, 19 Feb 2012 22:17:05 +0100 Bruno Haible acl: Fix endless loop on Solaris with vxfs.
Wed, 11 Jan 2012 01:54:25 +0100 Bruno Haible acl: Export qcopy_acl.
Wed, 11 Jan 2012 01:51:25 +0100 Bruno Haible acl: Align return values of copy_acl and qcopy_acl.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Tue, 06 Sep 2011 10:38:52 +0200 Bruno Haible acl: Fix a test failure on IRIX 6.5 with NFS.
Tue, 06 Sep 2011 00:26:07 +0200 Bruno Haible acl: Clean up Solaris code.
Mon, 05 Sep 2011 23:45:11 +0200 Bruno Haible acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).
Mon, 13 Jun 2011 02:11:03 +0200 Bruno Haible acl: Add support for HP-UX >= 11.11 JFS ACLs.
Mon, 13 Jun 2011 01:17:20 +0200 Bruno Haible acl: Complete the 2010-08-10 fix.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 18 Dec 2010 22:22:43 -0800 Paul Eggert acl: port to Solaris 8 when copying from tmpfs to ufs
Sun, 03 Oct 2010 18:03:48 +0200 Bruno Haible acl: Add support for ACLs on NonStop Kernel.
Thu, 10 Jun 2010 15:12:48 +0100 Pádraig Brady copy-acl: ignore ENOTSUP on HP-UX
Fri, 12 Feb 2010 08:32:00 -0500 Ben Walton copy-acl: enhance Solaris ACL error handling
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sat, 11 Oct 2008 03:26:03 +0200 Bruno Haible Fix test failure on Cygwin.
Wed, 11 Jun 2008 02:33:46 +0200 Bruno Haible Include gettext.h only in those files that need it.
Sun, 08 Jun 2008 23:55:37 +0200 Bruno Haible Add me as co-author.
Sun, 08 Jun 2008 20:33:08 +0200 Bruno Haible Add support for AIX ACLs.
Sun, 08 Jun 2008 19:08:22 +0200 Bruno Haible Add support for HP-UX ACLs.
Sun, 08 Jun 2008 16:52:23 +0200 Bruno Haible Add support for Cygwin ACLs.
Sun, 08 Jun 2008 16:04:08 +0200 Bruno Haible Add support for Solaris 7..10 ACLs.
Sun, 08 Jun 2008 13:58:26 +0200 Bruno Haible New function acl_extended_nontrivial (MacOS X only).
Sun, 08 Jun 2008 05:06:19 +0200 Bruno Haible Add support for MacOS X ACLs.
Sun, 08 Jun 2008 04:34:52 +0200 Bruno Haible Trivial code simplifications.
Sat, 07 Jun 2008 20:11:23 +0200 Bruno Haible Trivial stylistic improvements.
Fri, 06 Jun 2008 08:34:18 -0600 Eric Blake Avoid gcc warning on cygwin.
Thu, 05 Jun 2008 00:56:52 +0200 Bruno Haible Fix small mistake from 2008-06-01.
Wed, 04 Jun 2008 22:48:48 +0200 Bruno Haible New function for testing triviality of ACL with POSIX-draft like API.
Wed, 04 Jun 2008 00:00:28 +0200 Bruno Haible Simplify #ifs. Put Solaris code after POSIX-like code.
Tue, 03 Jun 2008 12:57:18 +0200 Bruno Haible Make acl_entries work reliably.
Mon, 02 Jun 2008 13:03:21 +0200 Bruno Haible Separate the error handling into a different function.
Fri, 23 May 2008 01:13:51 +0200 Bruno Haible Make copy_acl work on MacOS X 10.5.
Fri, 23 May 2008 00:13:07 +0200 Bruno Haible Split off copy_acl function to separate file.