From owner-cvs-all Tue Jan 25 20:19:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE04715024; Tue, 25 Jan 2000 20:19:50 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA70343; Tue, 25 Jan 2000 20:19:50 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200001260419.UAA70343@freefall.freebsd.org> From: Robert Watson Date: Tue, 25 Jan 2000 20:19:39 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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