Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r273853: | trasz | 2014-11-29 | 1 | -2/+2 |
| | | | | | | Make it clear that ACL flags are NFSv4-only. Sponsored by: The FreeBSD Foundation | ||||
* | Use our standard license text. No more voices in the authors head. :-) | joel | 2010-03-04 | 1 | -8/+8 |
| | | | | Approved by: trasz | ||||
* | Fix c194955 - somehow I managed all the new files, tripling their | trasz | 2009-06-25 | 1 | -170/+0 |
| | | | | contents. | ||||
* | Bump manual page timestamps. | trasz | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 1 | -0/+255 |
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@ |