annotate modules/acl @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 534c5ca60c4f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
17370
915d2ad64b47 qacl: new module, broken out from the acl module
Paul Eggert <eggert@cs.ucla.edu>
parents: 17098
diff changeset
2 Access control lists of files, with diagnostics. (Unportable.)
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
10108
bf329a08180c Split off copy_acl function to separate file.
Bruno Haible <bruno@clisp.org>
parents: 9501
diff changeset
5 lib/copy-acl.c
17370
915d2ad64b47 qacl: new module, broken out from the acl module
Paul Eggert <eggert@cs.ucla.edu>
parents: 17098
diff changeset
6 lib/set-acl.c
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
7166
b49a184d213c * modules/acl (Depends-on): Add error and quote.
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
9 error
13385
5d87ca7c823f Reduce dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10174
diff changeset
10 gettext-h
18001
0eba223a646e acl: don't depend on the deprecated qacl module
Pádraig Brady <P@draigBrady.com>
parents: 17970
diff changeset
11 qcopy-acl
0eba223a646e acl: don't depend on the deprecated qacl module
Pádraig Brady <P@draigBrady.com>
parents: 17970
diff changeset
12 qset-acl
7166
b49a184d213c * modules/acl (Depends-on): Add error and quote.
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
13 quote
17962
58658f2c2c44 acl: On Linux, check for acls without libacl
Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
parents: 17961
diff changeset
14 stdbool
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
17970
44acb0031ca8 file-has-acl: new module, split from acl
Paul Eggert <eggert@cs.ucla.edu>
parents: 17962
diff changeset
19 lib_SOURCES += copy-acl.c set-acl.c
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "acl.h"
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
24 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
25 GPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
26
4197
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
27 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 17370
diff changeset
28 Paul Eggert, Jim Meyering