Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r287093: | delphij | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | Instead of doing an no-op (|= 0), actually clear the flags in acl_clear_flags_np. Reported by: Pascal Drecker <pascal freebsd drecker com> | ||||
* | Fix c194955 - somehow I managed all the new files, tripling their | trasz | 2009-06-25 | 1 | -310/+0 |
| | | | | contents. | ||||
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 1 | -0/+465 |
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@ |