summaryrefslogtreecommitdiff
path: root/lib/libposix1e
Commit message (Expand)AuthorAgeFilesLines
* Remove the libposix1e, since it has been repo copied to libc/posix1e andThomas Moestl2001-04-0465-7110/+0
* Correct function name: acl_clear_perm -> acl_clear_permsChris D. Faulhaber2001-03-291-2/+2
* o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use ofRobert Watson2001-03-281-2/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* o Update copyright dateRobert Watson2001-03-261-46/+31
* mdoc(7) police: fix markup.Ruslan Ermilov2001-03-232-26/+6
* Correct the acl_set_permset and acl_set_tag_type man pagesChris D. Faulhaber2001-03-232-33/+30
* mdoc(7) police: fix markup.Ruslan Ermilov2001-03-238-151/+72
* mdoc(7) police: fix markup, function prototype, and RETURN VALUES text.Ruslan Ermilov2001-03-231-29/+41
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-2218-2/+1467
* mdoc(7) police:Ruslan Ermilov2001-03-192-41/+29
* Add the following POSIX 1003.1e functions and man pages:Chris D. Faulhaber2001-03-195-1/+375
* o Update copyright dates.Robert Watson2001-03-1310-98/+107
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fixed C error(s) in synopsis.Bruce Evans2001-02-063-2/+3
* o When returning NULL, return (NULL) instead of return (0).Robert Watson2001-01-174-12/+12
* o acl_from_text.c:Robert Watson2001-01-092-24/+10
* o bzero() the ACL structure only if malloc() returns non-NULL.Robert Watson2001-01-091-1/+2
* o Correct spelling error from patch in previous commit.Robert Watson2001-01-091-1/+1
* o Add missing initialization of errno from error returns ofRobert Watson2001-01-093-0/+3
* o Make acl_from_text() support uid's and gid's as well as usernamesRobert Watson2001-01-081-6/+18
* Correct check of getgrnam outputChris D. Faulhaber2001-01-071-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2913-48/+47
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-1422-22/+22
* o Introduce a pile more documentation about capabilities, includingRobert Watson2000-12-111-6/+213
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-222-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-1411-17/+39
* o Introduce cap_from_text() and cap_to_text() implementations.Robert Watson2000-10-132-1/+573
* o Simplify capability types away from an array of ints to a singleRobert Watson2000-10-132-8/+10
* o Update BUGS entry to indicate in a more precise manner the implementationRobert Watson2000-10-129-23/+15
* o Introduce a MAINTAINER entry for libposix1e, since it is activelyRobert Watson2000-10-021-0/+1
* o Minor whitespace, comment cleanupsRobert Watson2000-09-221-27/+14
* o Whitespace reduction appled to FreeBSD CVS IDRobert Watson2000-09-191-1/+1
* o General warning fixing commitRobert Watson2000-09-197-9/+6
* o Add cap_from_text(3) and cap_to_text(3) man pages.Robert Watson2000-09-193-0/+232
* o EACCES is not a possible error for acl_from_text(), so fixRobert Watson2000-09-1910-14/+11
* o cap_set_flag() was not correctly clearing capabilities when valueRobert Watson2000-09-191-2/+5
* Fix typo, teh -> the.Jeroen Ruigrok van der Werven2000-07-141-1/+1
* o Enable building of libposix1e capability state utility functions andRobert Watson2000-07-051-8/+12
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withRobert Watson2000-07-054-0/+196
* o When calling the syscall, use &cap instead of cap. Apparently thisRobert Watson2000-07-051-1/+1
* o Comment out <sys/audit.h> and <sys/mac.h> since they are not yetRobert Watson2000-07-051-2/+2
* - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''Chris Costello2000-06-091-3/+3
* - ReplaceChris Costello2000-06-091-27/+13
* o Introduce libposix1e capability support routines, which provide aRobert Watson2000-06-048-0/+405
* o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() inRobert Watson2000-06-041-12/+18
* o Build and install POSIX.1e capabilities man pagesRobert Watson2000-06-041-1/+21
* o Add posix1e(3) references to acl.3 and cap.3Robert Watson2000-06-042-2/+4
* o Add mention of capabilities documentation + APIsRobert Watson2000-06-041-7/+13
* o Introduce man pages for POSIX.1e capability APIRobert Watson2000-06-049-0/+948