summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_set.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-1/+8
| | | | | | | | | | | 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@
* Improve API documentation.trasz2009-05-231-0/+9
| | | | Reviewed by: rwatson (earlier version)
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Punctuation.ru2003-02-231-1/+1
|
* The .Fn functioncharnier2003-02-061-3/+6
|
* Update acl_set.3, missed in last round:rwatson2002-12-291-11/+19
| | | | | | | | - Update BUGS: this stuff is implemented. - Update last modified date. - Document acl_set_link_np() call. Obtained from: TrustedBSD Project
* Correct phrase 'get an ACL' to 'set an ACL'.jedgar2002-01-071-1/+1
| | | | | PR: 33660 Submitted by: Rich Morin <rdm@cfcl.com>, Tom Rhodes <darklogik@pittgoth.com>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Record -lposix1e merge with -lc.ru2001-04-051-1/+1
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* o EACCES is not a possible error for acl_from_text(), so fixrwatson2000-09-191-1/+1
| | | | | | | | acl_from_text.3 o Minor whitespace cleanups relative to the TrustedBSD tree to reduce content-free differences. Obtained from: TrustedBSD Project
* o Remove extra cross reference from acl.3 to acl.3rwatson2000-06-041-3/+1
| | | | | | | o Remove "BUGS" entries indicating that there's nowhere to store ACLs as we now have extended attributes. Obtained from: TrustedBSD Project
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-221-3/+5
| | | | | Sort some .Nm values Decapitalize .Nd values
* Fix various typos and mdoc style issues.mpp2000-01-291-5/+8
| | | | Reviewed by: rwatson
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-281-0/+128
Introduce ACL man pages en masse for library calls, and general introduction. Also, fix acl_valid.c non-portable calls to include _np in their names, making them standard-happy as well as consistent with acl.h
OpenPOWER on IntegriCloud