freebsd-skq/lib/libposix1e
Robert Watson 2137646abe o acl_from_text.c:
- errno is already set to ENOMEM (as appropriate) when asprintf(),
    strdup(), or acl_init() fails
o acl_to_text.c:
  - the return value of the initial strdup() is not checked
  - errno is already set to ENOMEM (as appropriate) when asprintf
    and acl_init() fails
  - let the the default: case use 'goto error_label' for consistency

Submitted by:	jedgar
2001-01-09 05:45:03 +00:00
..
acl_delete.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +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 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
acl_free.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
acl_free.c
acl_from_text.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
acl_from_text.c o acl_from_text.c: 2001-01-09 05:45:03 +00:00
acl_get.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +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 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
acl_init.c o bzero() the ACL structure only if malloc() returns non-NULL. 2001-01-09 05:42:31 +00:00
acl_set.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +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 o Make acl_from_text() support uid's and gid's as well as usernames 2001-01-08 01:28:53 +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 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
acl_to_text.c o acl_from_text.c: 2001-01-09 05:45:03 +00:00
acl_valid.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +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
acl.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
cap_clear.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
cap_clear.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_dup.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
cap_dup.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_free.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
cap_free.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_from_text.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
cap_get_fd.c o Correct spelling error from patch in previous commit. 2001-01-09 05:40:54 +00:00
cap_get_file.c o Add missing initialization of errno from error returns of 2001-01-09 05:40:10 +00:00
cap_get_flag.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +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 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
cap_get_proc.c o Add missing initialization of errno from error returns of 2001-01-09 05:40:10 +00:00
cap_init.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +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 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +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 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
cap_set_proc.c o General warning fixing commit 2000-09-19 19:14:31 +00:00
cap_text.c o Introduce cap_from_text() and cap_to_text() implementations. 2000-10-13 18:24:58 +00:00
cap_to_text.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
cap.3 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
Makefile o Introduce cap_from_text() and cap_to_text() implementations. 2000-10-13 18:24:58 +00:00
posix1e.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00