freebsd-src/lib/libposix1e
Robert Watson ab024bb02e o Simplify capability types away from an array of ints to a single
u_int64_t flag field, bounding the number of capabilities at 64,
  but substantially cleaning up capability logic (there are currently
  43 defined capabilities).

o Heads up to anyone actually using capabilities: the constant
  assignments for various capabilities have been redone, so any
  persistent binary capability stores (i.e., '$posix1e.cap' EA
  backing files) must be recreated.  If you have one of these,
  you'll know about it, so if you have no idea what this means,
  don't worry.

o Update libposix1e to reflect this new definition, fixing the
  exposed functions that directly manipulate the flags fields.

Obtained from:	TrustedBSD Project
2000-10-13 17:12:58 +00:00
..
acl.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_delete.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_delete.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_dup.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_free.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_free.c libposix1e provides userland library calls for the POSIX.1e security 2000-01-15 19:44:27 +00:00
acl_from_text.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_from_text.c o Minor whitespace, comment cleanups 2000-09-22 16:36:04 +00:00
acl_get.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_get.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_init.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_init.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_set.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_set.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_support.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_support.h Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_to_text.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_to_text.c Minor fixes to library interface to improve POSIX.1e compliance. This 2000-01-26 04:19:38 +00:00
acl_valid.3 o EACCES is not a possible error for acl_from_text(), so fix 2000-09-19 18:58:28 +00:00
acl_valid.c Introduce ACL man pages en masse for library calls, and general introduction. 2000-01-28 20:07:00 +00:00
cap.3 - Replace 2000-06-09 01:59:48 +00:00
cap_clear.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_clear.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_dup.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_dup.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_free.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_free.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_from_text.3 o Add cap_from_text(3) and cap_to_text(3) man pages. 2000-09-19 19:04:47 +00:00
cap_get_fd.c o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with 2000-07-05 04:20:59 +00:00
cap_get_file.c o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with 2000-07-05 04:20:59 +00:00
cap_get_flag.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_get_flag.c o Simplify capability types away from an array of ints to a single 2000-10-13 17:12:58 +00:00
cap_get_proc.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_get_proc.c o When calling the syscall, use &cap instead of cap. Apparently this 2000-07-05 04:08:35 +00:00
cap_init.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_init.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_set_fd.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_set_file.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_set_flag.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_set_flag.c o Simplify capability types away from an array of ints to a single 2000-10-13 17:12:58 +00:00
cap_set_proc.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00
cap_set_proc.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_to_text.3 o Add cap_from_text(3) and cap_to_text(3) man pages. 2000-09-19 19:04:47 +00:00
Makefile o Introduce a MAINTAINER entry for libposix1e, since it is actively 2000-10-02 23:41:19 +00:00
posix1e.3 o Update BUGS entry to indicate in a more precise manner the implementation 2000-10-12 17:58:14 +00:00