aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/acl.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further 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-1/+2
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-1/+12
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-2/+0
* First step at adopting FreeBSD to support PSARC/2010/029. This makesEdward Tomasz Napierala2010-09-201-0/+2
* Cosmetic fixes.Edward Tomasz Napierala2009-12-221-6/+6
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-4/+50
* Add new #defines neccessary to support NFSv4 ACLs.Edward Tomasz Napierala2009-05-231-6/+58
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-18/+101
* Use acl_alloc() and acl_free() instead of using uma(9) directly.Edward Tomasz Napierala2009-04-181-2/+2
* Minor white space tweaks in comments.Robert Watson2007-03-161-12/+12
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.Christian S.J. Peron2005-09-061-7/+6
* Remove unimplemented ACL types.Robert Watson2005-05-121-4/+0
* Improve consistency of include file guards in src/sys/sys by terminatingRobert Watson2004-05-101-3/+3
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1eRobert Watson2003-08-041-5/+27
* Provide prototypes for new ACL system calls to manipulate ACLs "byRobert Watson2002-12-291-1/+11
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Remove bogus _POSIX_ACL_PATH_MAX definition.Brian Feldman2002-01-221-1/+0
* o Update copyright dates.Robert Watson2001-11-011-0/+2
* o Modify copyright date format for improved consistency: use '-' forRobert Watson2001-10-271-1/+1
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-3/+10
* Fix the cut'n'paste style bugs I introduced in rev 1.16Chris D. Faulhaber2001-04-211-3/+3
* Add acl_get_perm_np(3), a non-portable function to check if aChris D. Faulhaber2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:Chris D. Faulhaber2001-04-131-7/+20
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-6/+6
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-221-0/+16
* Add the following POSIX 1003.1e functions and man pages:Chris D. Faulhaber2001-03-191-0/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-3/+5
* o Introduce filesystem-independent POSIX.1e ACL utility routines toRobert Watson2001-03-061-4/+9
* o Correct typos in comment fields.Robert Watson2001-01-071-4/+4
* o Add two constants mapping ACLs into extended attribute namesRobert Watson2000-09-211-8/+9
* Fix man page structures/constants to match recent changes in acl.hRobert Watson2000-01-281-49/+35
* A few more touchups:Robert Watson2000-01-261-4/+9
* Minor fixes to library interface to improve POSIX.1e compliance. ThisRobert Watson2000-01-261-5/+9
* A few more style cleanupsRobert Watson2000-01-201-14/+9
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-56/+45
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESRobert Watson2000-01-181-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+169