summaryrefslogtreecommitdiff
path: root/include/libacl.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup visibility of API functionsYury Usishchev2016-03-021-13/+13
| | | | | Add visibility attribute to public headers and -fvisibility=hidden compiler option when visibility is supported by compiler.
* libacl: Add acl_extended_file_nofollow()Kamil Dudka2011-04-041-0/+1
| | | | | | | This function calls lgetxattr() instead of getxattr(), which helps ls(1) to prevent unnecessary automatic mounts, which acl_extended_file() triggers. See the following bug report for more details: https://bugzilla.redhat.com/692982
* Fix wrong license notices; add missing noticesAndreas Gruenbacher2009-03-131-0/+13
| | | | | | | | | | | Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* An ACL userspace update from Andreas - adds in permissions copying routinesNathan Scott2003-02-261-0/+7
| | | | and symbol versioning for libacl.
* missed part of Andreas last round of patches.Nathan Scott2002-03-271-1/+0
|
* bump version number to 2.0.5 - section 3 added to man pages, someNathan Scott2002-03-261-6/+2
| | | | code reorg in libacl to be more p1003.1eD17 compliant.
* Make acl_entry_to_any_str() a static function and move it to ↵Nathan Scott2002-03-251-4/+1
| | | | libacl/acl_to_any_text.c
* remove declaration of acl_print, as it no longer exists.Nathan Scott2002-03-211-1/+0
|
* merging in many of Andreas changesTim Shimmin2002-02-271-74/+19
| | | | Merge of xfs-cmds-2.4.18:slinx:112840a by nathans.
* Merge of xfs-cmds-2.4.18:slinx:112279a by nathans.Nathan Scott2002-02-251-0/+123
| | | | add missing SUBDIRS so the source tarball is built correctly.
* Merge of xfs-cmds-2.4.18:slinx:111141a by nathans.Nathan Scott2002-02-251-117/+0
| | | | | deleted, we now switch over to a new version of ACL userspace derived closely from Andreas' code.
* add in Andreas Gruenbacher's ACL userspace tools, unchanged.Nathan Scott2001-08-061-0/+117