History log of /freebsd-10.1-release/tools/regression/acltools/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


271962 22-Sep-2014 trasz

MFC r271459:

Fix ACL tests to correctly work with ZFS; previous version used wrong
paths.

PR: 191545
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


219877 22-Mar-2011 trasz

Add test for acl_is_trivial_np(3).


219270 04-Mar-2011 trasz

One more fix. Now all ACL tests pass again.


219269 04-Mar-2011 trasz

Adapt tools-crossfs.test to the new semantics.


219267 04-Mar-2011 trasz

Adapt NFSv4 ACL regression test to the fact that the new ZFS uses
new semantics.


219266 04-Mar-2011 trasz

Make ACL tests slightly easier to run.


216414 13-Dec-2010 trasz

Recognize NFSv4 ACL semantics and run proper regression test.


216393 12-Dec-2010 trasz

Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.
Note that to run it, you need not only ZFSv28, but also a modified setfacl(1),
which is not in the tree yet.


214923 07-Nov-2010 trasz

Remove useless comment.


213170 25-Sep-2010 trasz

Don't leave zombies behind.


213169 25-Sep-2010 trasz

Add a shell script to generate a test script for trivial ACLs.


201048 27-Dec-2009 trasz

Make tests for ACL preservation by mv(1) and cp(1) more complete
and easier to follow.


200811 21-Dec-2009 trasz

Add regression test for NFSv4 ACLs on UFS.


197436 23-Sep-2009 trasz

Add cross-filesystem regression tests for ACLs.


197434 23-Sep-2009 trasz

Add ACL fuzzer. It's not used by the regression tests right now,
but I'd prefert to have it here, so it won't get lost.


196938 07-Sep-2009 trasz

Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changed
error messages.


196736 01-Sep-2009 trasz

Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.


196710 31-Aug-2009 trasz

Add regression test for ACLs on device files - mostly to make
sure we don't crash on attempt to set ACL on them.


195296 02-Jul-2009 trasz

Fix fpathconf(3) on fifos, in effect making ls(1) properly
display '+' on them. Taken from kern/125613, with cosmetic
changes.

PR: kern/125613
Submitted by: Jaakko Heinonen <jh at saunalahti dot fi>
Approved by: re (kib)


191000 13-Apr-2009 trasz

Add a few more regression tests for POSIX.1e ACLs.


185304 25-Nov-2008 trasz

Add tools-level test for POSIX.1e functionality.

Approved by: rwatson (mentor)