| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 2 | -2/+2 |
| * | MFC r235286: | Glen Barber | 2012-05-18 | 1 | -1/+1 |
| * | Make it possible to use permission sets (full_set, modify_set, read_set | Edward Tomasz Napierala | 2011-04-09 | 1 | -1/+5 |
| * | Move the code around so that libc behaviour does not depend on a variable | Edward Tomasz Napierala | 2011-03-22 | 1 | -8/+4 |
| * | Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (three | Edward Tomasz Napierala | 2011-03-04 | 1 | -1/+1 |
| * | Bump manual page date. | Edward Tomasz Napierala | 2010-12-13 | 1 | -1/+1 |
| * | After PSARC/2010/029, "canonical six" no longer exists. | Edward Tomasz Napierala | 2010-12-13 | 1 | -1/+3 |
| * | mdoc: drop redundant .Pp and .LP calls | Ulrich Spörlein | 2010-10-08 | 6 | -7/+0 |
| * | First step at adopting FreeBSD to support PSARC/2010/029. This makes | Edward Tomasz Napierala | 2010-09-20 | 1 | -6/+26 |
| * | Arrgh, tested wrong source tree _again_. Fix previous commit. Also, | Edward Tomasz Napierala | 2010-09-09 | 1 | -1/+1 |
| * | Add minor optimization. It's less strict than its kernel counterpart | Edward Tomasz Napierala | 2010-09-09 | 1 | -0/+9 |
| * | Spelling fixes. | Joel Dahl | 2010-08-02 | 2 | -4/+4 |
| * | Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group | Edward Tomasz Napierala | 2010-07-06 | 3 | -40/+10 |
| * | Remove comment which didn't match reality for a long time. | Edward Tomasz Napierala | 2010-07-05 | 1 | -3/+0 |
| * | Separate _posix1e_acl_id_to_name() into a separate file, to | Tim Kientzle | 2010-06-14 | 3 | -55/+101 |
| * | Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). | Edward Tomasz Napierala | 2010-06-05 | 1 | -5/+5 |
| * | Don't forget to free the string in error case. | Edward Tomasz Napierala | 2010-06-03 | 1 | -0/+1 |
| * | _posix1e_acl_sort() never returns anything other than 0; change its | Edward Tomasz Napierala | 2010-06-03 | 4 | -55/+15 |
| * | Fix usage of uninitialized variable. | Edward Tomasz Napierala | 2010-06-03 | 1 | -1/+1 |
| * | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | Edward Tomasz Napierala | 2010-06-03 | 1 | -2/+1 |
| * | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | Edward Tomasz Napierala | 2010-06-03 | 1 | -1/+1 |
| * | Make acl_get_perm_np(3) work with NFSv4 ACLs. | Edward Tomasz Napierala | 2010-05-23 | 2 | -24/+18 |
| * | Make branding less intrusive - in acl_set(3), in case ACL brand | Edward Tomasz Napierala | 2010-05-13 | 1 | -0/+3 |
| * | Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) | Edward Tomasz Napierala | 2010-05-13 | 1 | -20/+32 |
| * | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
| * | Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs. | Edward Tomasz Napierala | 2010-03-28 | 1 | -7/+4 |
| * | Switch to our preferred license text. | Joel Dahl | 2010-03-07 | 1 | -8/+8 |
| * | Use our standard license text. No more voices in the authors head. :-) | Joel Dahl | 2010-03-04 | 9 | -72/+72 |
| * | s/APIS/APIs - not part of the original submission. | Tom Rhodes | 2010-02-11 | 1 | -2/+2 |
| * | Correct two typoes. | Tom Rhodes | 2010-02-11 | 1 | -1/+1 |
| * | Don't forget to clean up the file copied from the kernel sources. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed | Markus Brueffer | 2009-12-25 | 1 | -1/+6 |
| * | Don't let the C library depend on <utmp.h>. | Ed Schouten | 2009-12-05 | 1 | -4/+3 |
| * | Fix a memory leak in acl_from_text() in case the conversion succeeded. | Christian Brueffer | 2009-11-16 | 1 | -0/+1 |
| * | Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) | Edward Tomasz Napierala | 2009-09-01 | 2 | -11/+12 |
| * | Style: Remove trailing whitespace. | Tim Kientzle | 2009-08-29 | 1 | -11/+11 |
| * | Update posix1e-related man pages, especially as relates to MAC, to more | Robert Watson | 2009-08-12 | 7 | -156/+129 |
| * | Add missing MLINKS for acl_{get,set}_link_fd(3). | Edward Tomasz Napierala | 2009-07-14 | 1 | -0/+2 |
| * | Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know | Edward Tomasz Napierala | 2009-06-25 | 2 | -2/+3 |
| * | Manual page tweaks. | Edward Tomasz Napierala | 2009-06-25 | 1 | -2/+2 |
| * | Fix c194955 - somehow I managed all the new files, tripling their | Edward Tomasz Napierala | 2009-06-25 | 17 | -4664/+0 |
| * | Bump manual page timestamps. | Edward Tomasz Napierala | 2009-06-25 | 18 | -18/+18 |
| * | Add NFSv4 ACL support to libc. | Edward Tomasz Napierala | 2009-06-25 | 39 | -167/+7759 |
| * | Fix off by one error in acl_create_entry(3). | Edward Tomasz Napierala | 2009-05-28 | 1 | -1/+6 |
| * | Change license to more bori^Wadul^Wcanonical. | Edward Tomasz Napierala | 2009-05-26 | 1 | -11/+11 |
| * | Improve API documentation. | Edward Tomasz Napierala | 2009-05-23 | 5 | -1/+39 |
| * | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | Edward Tomasz Napierala | 2009-05-22 | 11 | -6/+111 |
| * | Since audit(4) isn't based on posix1e, remove the commented out audit.h header, | Christian Brueffer | 2009-05-19 | 1 | -2/+2 |
| * | Fix typo. | Edward Tomasz Napierala | 2009-04-26 | 1 | -1/+1 |
| * | Replace the non-standard disclaimer with the standard one from /COPYRIGHT | Warner Losh | 2008-11-04 | 19 | -152/+152 |