| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=63139
|
| |
|
|
|
|
|
|
|
| |
capability-related syscall wrappers.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=62611
|
| |
|
|
|
|
|
|
|
|
| |
soon to be committed syscall stubs. These calls will be used to get
and set capability state associated with executables.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=62610
|
| |
|
|
|
|
|
|
|
|
| |
error was introduced during the merge; fixing it corrects a (correct)
warning about types.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=62609
|
| |
|
|
|
|
|
|
|
| |
committed
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=62608
|
| |
|
|
|
|
|
|
|
| |
- Fix a typo: ``constrains'' -> ``constraints''
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61436
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.Pp
.Fn func
.Pp
Description ...
with a list (Bl ... Li ... El).
- Remove a superfluous ``.Sh ENVIRONMENT'' and replace it with a ``.Pp''
within the IMPLEMENTATION DETAILS section.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61435
|
| |
|
|
|
|
|
|
|
|
|
| |
standardized interface to the capability support in TrustedBSD.
o Not currently enabled in Makefile, as this code depends on syscalls
and include files that will be committed at a later date.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61264
|
| |
|
|
|
|
|
|
|
| |
capabilities summary manpage, cap(3).
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61263
|
| |
|
|
|
|
|
|
|
|
|
| |
o Add shared library version 2 to libposix1e given API changes, et al
o Commented out cap_*.c as that is not currently being compiled into
the library (pending syscalls being committed)
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61259
|
| |
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61258
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Switch reference to www.trustedbsd.org instead of POSIX.1e implementation
page
o Add cross references to capabilities man pages
o Remove extended attribute not implemented "BUGS" entry
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61257
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- cap.3 describing library interface
- cap_*.3 describing specific API calls
APIs to follow relatively soon, code to follow later.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61256
|
| |
|
|
|
|
|
|
|
|
| |
o Remove "BUGS" entries indicating that there's nowhere to store ACLs as
we now have extended attributes.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61253
|
| |
|
|
|
|
|
|
| |
Sort some .Nm values
Decapitalize .Nd values
Notes:
svn path=/head/; revision=59514
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57707
|
| |
|
|
|
|
|
| |
Reviewed by: rwatson
Notes:
svn path=/head/; revision=56791
|
| |
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=56760
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=56638
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=56625
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=56274
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56197
|
| |
|
|
|
|
|
|
|
| |
problems.
Reviewed by: eivind
Notes:
svn path=/head/; revision=56075
|
|
|
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
Notes:
svn path=/head/; revision=56055
|