summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_perm.c
Commit message (Expand)AuthorAgeFilesLines
* Make acl_get_perm_np(3) work with NFSv4 ACLs.Edward Tomasz Napierala2010-05-231-0/+18
* Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)Edward Tomasz Napierala2010-05-131-20/+32
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTWarner Losh2008-11-041-8/+8
* 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-8/+8
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-16/+24
* Prepare for the inclusion of libposix1e into libc: retire the oldThomas Moestl2001-04-041-0/+2
* Correct function name: acl_clear_perm -> acl_clear_permsChris D. Faulhaber2001-03-291-2/+2
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-221-0/+87