Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
820a5263 |
| 14-Jun-2002 |
Robert Watson <rwatson@FreeBSD.org> |
No POSIX.1e capabilities in the main tree yet.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
5acb7446 |
| 16-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Reflect repo-copy of extattr.[c3] from libutil to libc, moving extattr namespace routines to the libc/posix1e directory. While the extattr calls are not strictly POSIX.1e, POSIX.1e wasn't st
o Reflect repo-copy of extattr.[c3] from libutil to libc, moving extattr namespace routines to the libc/posix1e directory. While the extattr calls are not strictly POSIX.1e, POSIX.1e wasn't strictly ever approved, so I think that's OK.
Obtained from: TrustedBSD Project
show more ...
|
#
0e3adf0b |
| 01-Sep-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Attach cap_cmp.c and cap_copy.c to the build. o Attach cap_copy_ext.3 and cap_copy_int.3 to the install, and link cap_size.3 to cap_copy_ext.3.
Submitted by: tmm Obtained from: TrustedBSD Proje
o Attach cap_cmp.c and cap_copy.c to the build. o Attach cap_copy_ext.3 and cap_copy_int.3 to the install, and link cap_size.3 to cap_copy_ext.3.
Submitted by: tmm Obtained from: TrustedBSD Project
show more ...
|
#
0f626307 |
| 25-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
o Separate acl_t into internal and external representations as required by POSIX.1e. This maintains the current 'struct acl' in the kernel while providing the generic external acl_t interface
o Separate acl_t into internal and external representations as required by POSIX.1e. This maintains the current 'struct acl' in the kernel while providing the generic external acl_t interface required to complete the ACL editing library. o Add the acl_get_entry() function. o Convert the existing ACL utilities, getfacl and setfacl, to fully make use of the ACL editing library.
Obtained from: TrustedBSD Project
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
9a227c57 |
| 13-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Add acl_get_perm_np(3), a non-portable function to check if a permission is in a permission set, required for third-party applications such as Samba.
Reviewed by: rwatson Obtained from: TrustedBSD P
Add acl_get_perm_np(3), a non-portable function to check if a permission is in a permission set, required for third-party applications such as Samba.
Reviewed by: rwatson Obtained from: TrustedBSD Project
show more ...
|
#
8eb5b197 |
| 05-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Unbreak world.
Submitted by: jhay
|
#
4aa97316 |
| 05-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Install the acl_create_entry.3 man page
|
#
7bd44e92 |
| 04-Apr-2001 |
Thomas Moestl <tmm@FreeBSD.org> |
Prepare for the inclusion of libposix1e into libc: retire the old Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of s
Prepare for the inclusion of libposix1e into libc: retire the old Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r.
Approved by: rwatson Obtained from: TrustedBSD Project
show more ...
|