aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_acl_nfs4.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Fix some signed/unsigned comparison warnings in NFSAlan Somers2020-09-241-3/+4
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-7/+1
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-7/+6
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-041-0/+1
* Fix bug where NFSv4 ACL enforcement code wouldn't unconditionallyEdward Tomasz Napierala2012-04-171-0/+3
* Add module load/unload stubs.Adrian Chadd2012-03-131-0/+45
* Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactlyEdward Tomasz Napierala2011-10-051-4/+0
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, bringingEdward Tomasz Napierala2011-03-221-2/+2
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-8/+28
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).Edward Tomasz Napierala2011-03-061-2/+2
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just likeEdward Tomasz Napierala2011-03-041-2/+2
* Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS)Edward Tomasz Napierala2010-12-131-63/+258
* Fix uninitialized variable.Edward Tomasz Napierala2010-10-291-1/+1
* Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/...Edward Tomasz Napierala2010-10-231-22/+0
* First step at adopting FreeBSD to support PSARC/2010/029. This makesEdward Tomasz Napierala2010-09-201-0/+77
* execve(2) has a special check for file permissions: a file must have atJaakko Heinonen2010-08-301-2/+20
* The acl_cnt field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-1/+0
* Fix comments.Edward Tomasz Napierala2010-01-041-4/+3
* Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPENDEdward Tomasz Napierala2009-12-261-0/+8
* Interpret VAPPEND correctly in vaccess_acl_nfs4(9).Edward Tomasz Napierala2009-12-191-0/+7
* Add pieces of infrastructure required for NFSv4 ACL support in UFS.Edward Tomasz Napierala2009-09-221-2/+495
* Add part of NFSv4 ACL kernel support code that is required for the upcomingEdward Tomasz Napierala2009-06-091-0/+579