summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_create_entry.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+16
| | | | | | | | | | | This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-041-8/+8
| | | | Approved by: jedgar@
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Record -lposix1e merge with -lc.ru2001-04-051-1/+1
|
* mdoc(7) police: fix markup.ru2001-03-231-16/+6
|
* Add the following ACL editing functions:jedgar2001-03-221-0/+90
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