| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct function name: acl_clear_perm -> acl_clear_perms | jedgar | 2001-03-29 | 1 | -2/+2 |
* | o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use of | rwatson | 2001-03-28 | 1 | -2/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | o Update copyright date | rwatson | 2001-03-26 | 1 | -46/+31 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 2 | -26/+6 |
* | Correct the acl_set_permset and acl_set_tag_type man pages | jedgar | 2001-03-23 | 2 | -33/+30 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 8 | -151/+72 |
* | mdoc(7) police: fix markup, function prototype, and RETURN VALUES text. | ru | 2001-03-23 | 1 | -29/+41 |
* | Add the following ACL editing functions: | jedgar | 2001-03-22 | 18 | -2/+1467 |
* | mdoc(7) police: | ru | 2001-03-19 | 2 | -41/+29 |
* | Add the following POSIX 1003.1e functions and man pages: | jedgar | 2001-03-19 | 5 | -1/+375 |
* | o Update copyright dates. | rwatson | 2001-03-13 | 10 | -98/+107 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Fixed C error(s) in synopsis. | bde | 2001-02-06 | 3 | -2/+3 |
* | o When returning NULL, return (NULL) instead of return (0). | rwatson | 2001-01-17 | 4 | -12/+12 |
* | o acl_from_text.c: | rwatson | 2001-01-09 | 2 | -24/+10 |
* | o bzero() the ACL structure only if malloc() returns non-NULL. | rwatson | 2001-01-09 | 1 | -1/+2 |
* | o Correct spelling error from patch in previous commit. | rwatson | 2001-01-09 | 1 | -1/+1 |
* | o Add missing initialization of errno from error returns of | rwatson | 2001-01-09 | 3 | -0/+3 |
* | o Make acl_from_text() support uid's and gid's as well as usernames | rwatson | 2001-01-08 | 1 | -6/+18 |
* | Correct check of getgrnam output | jedgar | 2001-01-07 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 13 | -48/+47 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 22 | -22/+22 |
* | o Introduce a pile more documentation about capabilities, including | rwatson | 2000-12-11 | 1 | -6/+213 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 2 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 11 | -17/+39 |
* | o Introduce cap_from_text() and cap_to_text() implementations. | rwatson | 2000-10-13 | 2 | -1/+573 |
* | o Simplify capability types away from an array of ints to a single | rwatson | 2000-10-13 | 2 | -8/+10 |
* | o Update BUGS entry to indicate in a more precise manner the implementation | rwatson | 2000-10-12 | 9 | -23/+15 |
* | o Introduce a MAINTAINER entry for libposix1e, since it is actively | rwatson | 2000-10-02 | 1 | -0/+1 |
* | o Minor whitespace, comment cleanups | rwatson | 2000-09-22 | 1 | -27/+14 |
* | o Whitespace reduction appled to FreeBSD CVS ID | rwatson | 2000-09-19 | 1 | -1/+1 |
* | o General warning fixing commit | rwatson | 2000-09-19 | 7 | -9/+6 |
* | o Add cap_from_text(3) and cap_to_text(3) man pages. | rwatson | 2000-09-19 | 3 | -0/+232 |
* | o EACCES is not a possible error for acl_from_text(), so fix | rwatson | 2000-09-19 | 10 | -14/+11 |
* | o cap_set_flag() was not correctly clearing capabilities when value | rwatson | 2000-09-19 | 1 | -2/+5 |
* | Fix typo, teh -> the. | asmodai | 2000-07-14 | 1 | -1/+1 |
* | o Enable building of libposix1e capability state utility functions and | rwatson | 2000-07-05 | 1 | -8/+12 |
* | o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with | rwatson | 2000-07-05 | 4 | -0/+196 |
* | o When calling the syscall, use &cap instead of cap. Apparently this | rwatson | 2000-07-05 | 1 | -1/+1 |
* | o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet | rwatson | 2000-07-05 | 1 | -2/+2 |
* | - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL'' | chris | 2000-06-09 | 1 | -3/+3 |
* | - Replace | chris | 2000-06-09 | 1 | -27/+13 |
* | o Introduce libposix1e capability support routines, which provide a | rwatson | 2000-06-04 | 8 | -0/+405 |
* | o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() in | rwatson | 2000-06-04 | 1 | -12/+18 |
* | o Build and install POSIX.1e capabilities man pages | rwatson | 2000-06-04 | 1 | -1/+21 |
* | o Add posix1e(3) references to acl.3 and cap.3 | rwatson | 2000-06-04 | 2 | -2/+4 |
* | o Add mention of capabilities documentation + APIs | rwatson | 2000-06-04 | 1 | -7/+13 |
* | o Introduce man pages for POSIX.1e capability API | rwatson | 2000-06-04 | 9 | -0/+948 |
* | o Remove extra cross reference from acl.3 to acl.3 | rwatson | 2000-06-04 | 10 | -31/+10 |