summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e
Commit message (Collapse)AuthorAgeFilesLines
* Fixed wrong function return types in synopsis.bde2000-03-032-4/+4
|
* Fix various typos and mdoc style issues.mpp2000-01-2911-54/+100
| | | | Reviewed by: rwatson
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2813-7/+1262
| | | | | | | 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
* A few more touchups:rwatson2000-01-263-73/+94
| | | | | | | | | - clean up unneeded AFS ID type - Add Coda, NTFS, NWFS ACL types - Add acl_dup() prototype - Remove acl_calc_mask, which belongs in the editing library - Introduce posix1e.3, a man page introducing POSIX.1e library calls (more man pages to follow)
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-269-78/+65
| | | | | | | | | | adds _np to a couple of function prototypes that provided more broad/useful interfaces than POSIX.1e interfaces included. Also, move from using a heuristic to identify POSIX.1e-semantic ACLs to using different ACL types for non-POSIX.1e ACLs. This should clean up the existing fuzzy logic that determined when acl_sort() should be applied before kernel submission.
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-196-14/+14
| | | | | | | | | prettier (?) names, adding some const's around here, et al. This is commit 4 out of 3, updating the userland library to reflect kernel interface changes. Reviewed by: bde
* 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
| | | | | | problems. Reviewed by: eivind
* libposix1e provides userland library calls for the POSIX.1e securityrwatson2000-01-1511-0/+1468
interface. This commit introduces the library, as well as a modest subset of the ACL calls, with some modifications to support multiple ACL semantics. Reviewed by: eivind
OpenPOWER on IntegriCloud