summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_entry.c
Commit message (Expand)AuthorAgeFilesLines
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+1
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+42
* Fix off by one error in acl_create_entry(3).trasz2009-05-281-1/+6
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-0/+2
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* o style and consistency fixes:jedgar2002-02-171-9/+9
* o Separate acl_t into internal and external representations asjedgar2001-04-241-6/+38
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-3/+0
* Revamp acl_create_entry() so it actually works.jedgar2001-04-111-18/+1
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-0/+2
* Add the following ACL editing functions:jedgar2001-03-221-0/+83
OpenPOWER on IntegriCloud