summaryrefslogtreecommitdiff
path: root/libattr
Commit message (Expand)AuthorAgeFilesLines
* libattr: Set symbol versions for legacy syscalls via attribute or asmAlexander Miller2023-02-133-22/+33
* Add $(LTLIBINTL) to libattr_LIBADD tools_ldaddArsen Arsenović2022-11-191-0/+3
* build: Only include the compat syscall stubs on Linux systemsGuillem Jover2022-11-161-3/+14
* attr: eliminate a dead store in attr_copy_action()Kamil Dudka2021-04-191-2/+1
* attr: Replace bzero with memsetRosen Penev2019-08-121-2/+2
* attr_list, attr_listf: Guard against unterminated bufferAndreas Gruenbacher2018-12-171-5/+7
* attr_multi, attr_multif: Don't set errno to -EINVALAndreas Gruenbacher2018-12-171-2/+2
* Switch back to syscall()Andreas Gruenbacher2018-08-171-12/+14
* copy_action: drop unused alloca.h includeMike Frysinger2016-12-091-3/+0
* attr_copy_{fd,file}: sync changes between the filesMike Frysinger2016-12-092-18/+18
* Cleanup visibility of API functionsYury Usishchev2016-03-021-0/+8
* Cleanup config.h usageYury Usishchev2016-03-024-0/+8
* Reintroduce symbols that used to be syscall wrappersDmitry V. Levin2015-09-223-1/+106
* Remove <attr/xattr.h> and the syscall wrappersAndreas Gruenbacher2015-04-156-117/+8
* build: unbreak attr_copy_fd() and attr_copy_file().Nick Alcock2014-10-203-0/+3
* attr_list / attr_listf: Fix cursor off-by-one errorAndreas Gruenbacher2014-07-081-2/+10
* Portability fix: <alloca.h> is Linux specificEmmanuel Dreyfus2014-06-301-0/+2
* modernize build systemMike Frysinger2014-01-093-51/+23
* Suppress deprecation warnings when building attr and libattrAndreas Gruenbacher2014-01-091-0/+2
* Make attr_get and attr_getf behave as described in the man pageAndreas Gruenbacher2013-11-181-4/+19
* Fix ATTR_OP_REMOVE operation in attr_multi()Andreas Gruenbacher2013-05-281-6/+6
* libattr: syscalls: use syscalls.hRiku Voipio2013-04-301-164/+2
* attr_parse_attr_conf: eliminate a double freeKamil Dudka2010-06-031-0/+1
* attr_parse_attr_conf: eliminate a memory leakKamil Dudka2010-06-031-0/+1
* libattr: fix memory leak in attr_copy_action()Brandon Philips2009-12-171-5/+6
* More license updatesAndreas Gruenbacher2009-05-127-42/+39
* Fix wrong license noticesAndreas Gruenbacher2009-03-115-5/+5
* Add copyright and license notices to lots of filesAndreas Gruenbacher2009-03-105-7/+24
* libattr currently defines extended-attribute syscalls based on architectureFrank Schaefer2008-12-301-15/+19
* the current attribute copying functions attr_copy_file andBarry Naujok2008-05-195-31/+171
* Fix compilation warning. unsigned int -> intTim Shimmin2007-10-261-2/+2
* LTLDFLAGS set in environment are overwritten, but they shouldn't be.Barry Naujok2007-06-131-1/+1
* Fix link breakage in debian with last patchBarry Naujok2006-12-202-0/+269
* Remove system call stubs from libattr, we always defer toLachlan McIlroy2006-12-092-265/+0
* Fix a possible segfault from the attr list compat interfaces, thanks to Simon...Nathan Scott2006-02-221-13/+13
* attr package build updates for the GNU/Hurd (reported via Debian).Nathan Scott2006-02-221-2/+7
* Do not copy SGI DMI (data migration) attributes as well.Nathan Scott2006-02-161-2/+5
* Minor updates - spec file usr/grp fixups on install, double-free cleanup in l...Nathan Scott2006-01-312-2/+0
* Implement the list_attr IRIX API on top of the Linux API. For fsstress.Nathan Scott2006-01-121-8/+167
* Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott2005-11-092-60/+30
* Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott2005-11-091-28/+0
* Update Polish translation, and fix an error reporting botch in attr code.Nathan Scott2005-08-101-1/+1
* Reduce verbosity when copying attributes between files.Nathan Scott2005-06-072-30/+54
* License and email address updates from Andreas.Nathan Scott2004-11-303-39/+42
* Extended attribute updates mainly from Andreas Gruenbacher.Nathan Scott2004-01-142-5/+8
* Fix some GNU/Hurd build issues for some Debian people porting to that platform.Nathan Scott2003-10-131-1/+0
* Tweak that last libattr compat change -- check for both ENOATTR & ENOTSUP.Nathan Scott2003-04-151-6/+6
* attr/acl configure.in fixups, also removed the COMPAT_XFSROOT hack andNathan Scott2003-04-141-37/+69
* Use correct offsets for attribute name comparisons in attr_copy_check.Nathan Scott2003-02-271-6/+6
* Very minor tidyups to problems I fixed in Andreas last patchset.Nathan Scott2003-02-261-2/+1