aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_entry.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Make it possible to use acl_create_entry_np(3) to use first entry to anEdward Tomasz Napierala2015-09-081-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-1/+1
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+42
* Fix off by one error in acl_create_entry(3).Edward Tomasz Napierala2009-05-281-1/+6
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-0/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* o style and consistency fixes:Chris D. Faulhaber2002-02-171-9/+9
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-6/+38
* Add the remaining POSIX.1e ACL definitions:Chris D. Faulhaber2001-04-131-3/+0
* Revamp acl_create_entry() so it actually works.Chris D. Faulhaber2001-04-111-18/+1
* Prepare for the inclusion of libposix1e into libc: retire the oldThomas Moestl2001-04-041-0/+2
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-221-0/+83