summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_size.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r274722:trasz2015-01-071-43/+0
| | | | | | | | Remove acl_size.c; apparently it was never used. PR: 194398 Submitted by: ngie@ Sponsored by: The FreeBSD Foundation
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-041-8/+8
| | | | Approved by: jedgar@
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* o style and consistency fixes:jedgar2002-02-171-2/+2
| | | | | | - if (!var) -> if (var == NULL) - return val; -> return (val); o update copyright
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-0/+2
| | | | | | | | | | Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project
* Add the following ACL editing functions:jedgar2001-03-221-0/+40
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry, acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type, acl_set_permset, acl_set_qualifier, acl_set_tag_type This brings us within 4 functions of a full ACL editing library. Reviewed by: rwatson
OpenPOWER on IntegriCloud