From fc58f46dd6135992962a3f6120556f89b1f8b63f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 Oct 2014 10:25:02 +0000 Subject: * setfacl.c (action_t): Add DeleteAll value. (delacl): New function to remove all ACL entries not representing POSIX permissions. (setfacl): Rearrange conditional expression into switch statement. Add DeleteAll case. (usage): Add and describe -b option. (longopts): Add --remove-all option. (opts): Add -b option. (main): Handle -b option. --- winsup/utils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'winsup/utils/ChangeLog') diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index c36bd0c46..c4778f023 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,15 @@ +2014-10-27 Corinna Vinschen + + * setfacl.c (action_t): Add DeleteAll value. + (delacl): New function to remove all ACL entries not representing POSIX + permissions. + (setfacl): Rearrange conditional expression into switch statement. + Add DeleteAll case. + (usage): Add and describe -b option. + (longopts): Add --remove-all option. + (opts): Add -b option. + (main): Handle -b option. + 2014-10-21 Corinna Vinschen * cygcheck.cc (CYGLSA64_DLL): Remove unused macro. -- cgit v1.2.3