Date: Tue, 25 Jan 2000 20:19:39 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys acl.h src/lib/libposix1e acl_calc_mask.c acl_delete.c acl_get.c acl_init.c acl_set.c acl_support.c acl_support.h acl_to_text.c acl_valid.c Message-ID: <200001260419.UAA70343@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2000/01/25 20:19:39 PST
Modified files:
sys/sys acl.h
lib/libposix1e acl_calc_mask.c acl_delete.c acl_get.c
acl_init.c acl_set.c acl_support.c
acl_support.h acl_to_text.c acl_valid.c
Log:
Minor fixes to library interface to improve POSIX.1e compliance. This
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.
Revision Changes Path
1.6 +10 -6 src/sys/sys/acl.h
1.2 +2 -5 src/lib/libposix1e/acl_calc_mask.c
1.4 +3 -11 src/lib/libposix1e/acl_delete.c
1.3 +23 -2 src/lib/libposix1e/acl_get.c
1.3 +15 -1 src/lib/libposix1e/acl_init.c
1.3 +17 -4 src/lib/libposix1e/acl_set.c
1.3 +6 -45 src/lib/libposix1e/acl_support.c
1.2 +2 -2 src/lib/libposix1e/acl_support.h
1.2 +3 -14 src/lib/libposix1e/acl_to_text.c
1.3 +3 -3 src/lib/libposix1e/acl_valid.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001260419.UAA70343>
