summaryrefslogtreecommitdiff
path: root/exports
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosSamanta Navarro2022-11-121-1/+1
| | | | Typos found with codespell.
* Do not export symbols that are not supposed to be exportedDmitry V. Levin2015-09-191-7/+1
| | | | | As all symbols that are part of public interface are explicitly exported with corresponding versioning, mark all remaining symbols as local.
* add __acl_ prefixes to internal symbolsMike Frysinger2014-08-121-10/+2
| | | | | | When static linking libacl, people sometimes run into symbol collisions because their own code defines symbols like "quote". So for acl internal symbols, use an __acl_ prefix.
* Minor fixes to the previous commitAndreas Gruenbacher2011-04-041-1/+6
| | | | | | | | | | * Assign the new libacl version ACL_1.2 to acl_extended_file_nofollow so that package managers will end up with the appropriate dependencies. * Add a manpage entry for acl_extended_file_nofollow which sources ("links to") the acl_extended_file manpage. * Remove the prototype for getxattr/lgetxattr. * Whitespace cleanups.
* 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/+16
| | | | | | | | | | | 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>
* ACL update from AG - libmisc routines, numerous test updatesNathan Scott2003-07-291-0/+3
|
* An ACL userspace update from Andreas - adds in permissions copying routinesNathan Scott2003-02-261-0/+66
and symbol versioning for libacl.