summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e
Commit message (Expand)AuthorAgeFilesLines
* Use Fx macro wherever possible.ru2000-11-1411-17/+39
* o Introduce cap_from_text() and cap_to_text() implementations.rwatson2000-10-132-1/+573
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-132-8/+10
* o Update BUGS entry to indicate in a more precise manner the implementationrwatson2000-10-129-23/+15
* o Introduce a MAINTAINER entry for libposix1e, since it is activelyrwatson2000-10-021-0/+1
* o Minor whitespace, comment cleanupsrwatson2000-09-221-27/+14
* o Whitespace reduction appled to FreeBSD CVS IDrwatson2000-09-191-1/+1
* o General warning fixing commitrwatson2000-09-197-9/+6
* o Add cap_from_text(3) and cap_to_text(3) man pages.rwatson2000-09-193-0/+232
* o EACCES is not a possible error for acl_from_text(), so fixrwatson2000-09-1910-14/+11
* o cap_set_flag() was not correctly clearing capabilities when valuerwatson2000-09-191-2/+5
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* o Enable building of libposix1e capability state utility functions andrwatson2000-07-051-8/+12
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-054-0/+196
* o When calling the syscall, use &cap instead of cap. Apparently thisrwatson2000-07-051-1/+1
* o Comment out <sys/audit.h> and <sys/mac.h> since they are not yetrwatson2000-07-051-2/+2
* - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''chris2000-06-091-3/+3
* - Replacechris2000-06-091-27/+13
* o Introduce libposix1e capability support routines, which provide arwatson2000-06-048-0/+405
* o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() inrwatson2000-06-041-12/+18
* o Build and install POSIX.1e capabilities man pagesrwatson2000-06-041-1/+21
* o Add posix1e(3) references to acl.3 and cap.3rwatson2000-06-042-2/+4
* o Add mention of capabilities documentation + APIsrwatson2000-06-041-7/+13
* o Introduce man pages for POSIX.1e capability APIrwatson2000-06-049-0/+948
* o Remove extra cross reference from acl.3 to acl.3rwatson2000-06-0410-31/+10
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-2211-15/+37
* Fixed wrong function return types in synopsis.bde2000-03-032-4/+4
* Fix various typos and mdoc style issues.mpp2000-01-2911-54/+100
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2813-7/+1262
* A few more touchups:rwatson2000-01-263-73/+94
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-269-78/+65
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-196-14/+14
* acl_delete_default_file() changed to acl_delete_def_file()rwatson2000-01-171-1/+1
* Oops, didn't commit the Makefile for libposix1e--this should fix buildrwatson2000-01-151-0/+15
* libposix1e provides userland library calls for the POSIX.1e securityrwatson2000-01-1511-0/+1468
OpenPOWER on IntegriCloud