bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20666: [GNULIB v2 0/2] Improved acl handling


From: Andreas Gruenbacher
Subject: bug#20666: [GNULIB v2 0/2] Improved acl handling
Date: Tue, 26 May 2015 22:53:55 +0200

Hello,

these are the remaining two gnulib patches from the patch set originally posted
on 12 April.  These patches (and the richacl patches on top) are also available
here:

  https://github.com/andreas-gruenbacher/gnulib
  https://github.com/andreas-gruenbacher/coreutils

On the coreutils side, all that's needed is a gnulib update.

Thanks,
Andreas

Andreas Gruenbacher (2):
  file-has-acl: Split feature tests again
  qacl: Reimplement qset_acl and qcopy_acl

 ChangeLog             |   9 +
 lib/acl-internal.c    |  30 ++
 lib/acl-internal.h    |  57 +++-
 lib/file-has-acl.c    |  15 +-
 lib/get-permissions.c | 280 +++++++++++++++++
 lib/qcopy-acl.c       | 531 +-------------------------------
 lib/qset-acl.c        | 639 +-------------------------------------
 lib/set-permissions.c | 833 ++++++++++++++++++++++++++++++++++++++++++++++++++
 m4/acl.m4             |  24 +-
 modules/qacl          |   4 +-
 10 files changed, 1233 insertions(+), 1189 deletions(-)
 create mode 100644 lib/get-permissions.c
 create mode 100644 lib/set-permissions.c

-- 
2.4.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]