summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Portability fixesEmmanuel Dreyfus2014-06-301-0/+11
* telldir return value and seekdir second parameters are of type longCristian Rodríguez2014-06-101-1/+1
* License fixesAndreas Gruenbacher2014-03-044-10/+10
* test: fix cleanup & running as rootMike Frysinger2014-01-134-4/+20
* include examples/ in dist tarballMike Frysinger2014-01-132-0/+4
* build: ship a pkgconfig file for libattrJan Engelhardt2014-01-134-0/+15
* build: make use of an aux-dir to stow away helper scriptsJan Engelhardt2014-01-132-14/+3
* avoid glibc-specific DECLS definesMike Frysinger2014-01-131-3/+6
* build: drop attrincludedir, use pkgincludedirJan Engelhardt2014-01-132-4/+2
* disable installation of man(2) pages by defaultMike Frysinger2014-01-092-0/+7
* po: regenerate files after moveMike Frysinger2014-01-098-473/+594
* modernize build systemMike Frysinger2014-01-0955-2014/+290
* test: make running parallel/out-of-tree safeMike Frysinger2014-01-093-22/+46
* move gettext logic into misc.hMike Frysinger2014-01-092-1/+14
* punt debian/rpm packaging logicMike Frysinger2014-01-0917-782/+5
* Suppress deprecation warnings when building attr and libattrAndreas Gruenbacher2014-01-092-0/+4
* Add a default /etc/xattr.conf fileAndreas Gruenbacher2013-11-183-0/+25
* Mark the Irix compatibility functions as deprecatedAndreas Gruenbacher2013-11-181-10/+20
* Make attr_get and attr_getf behave as described in the man pageAndreas Gruenbacher2013-11-181-4/+19
* Use autoreconf rather than autoconf to regenerate the files.Fabrice Bauzac2013-08-271-1/+1
* .gitignore: ignore *~ and config.h.in.Fabrice Bauzac2013-08-271-0/+2
* Fix ATTR_OP_REMOVE operation in attr_multi()Andreas Gruenbacher2013-05-281-6/+6
* Makefile: rename configure.in to configure.acMike Frysinger2013-05-201-1/+1
* VERSION: 2.4.46 -> 2.4.47v2.4.47Brandon Philips2013-05-181-1/+1
* attr: respect DESTDIR when installingMike Frysinger2013-05-181-0/+2
* attr: Fix static build installationThomas Petazzoni2013-05-181-2/+1
* package: cleanup whitespace errorsBrandon Philips2013-05-183-5/+5
* Rename build/ to package/Kamil Rytarowski2013-05-189-5/+5
* Add missing includes against libgen.hKamil Rytarowski2013-05-182-0/+2
* attr: use SHELL from configureMike Frysinger2013-05-182-1/+1
* rename configure.acMike Frysinger2013-05-181-0/+0
* libattr: syscalls: use syscalls.hRiku Voipio2013-04-301-164/+2
* test: fix on selinux systemsBrandon Philips2013-04-301-2/+2
* Install the libraries to the appropriate directoryKamil Rytarowski2013-04-301-1/+1
* Install the missing COPYING.LGPL fileKamil Rytarowski2013-04-301-1/+2
* Clarify what the --only-values flag doesAndreas Gruenbacher2011-12-111-1/+1
* fix typos in attr.1 man pageKamil Dudka2011-05-271-2/+2
* getfattr: return non-zero exit code on failureKamil Dudka2011-05-272-3/+8
* walk_tree: do not follow symlink to directory with -hKamil Dudka2011-05-254-11/+16
* VERSION: 2.4.45 -> 2.4.46v2.4.46Brandon Philips2011-04-191-1/+1
* test: fix root tests with sortingBrandon Philips2011-04-191-18/+17
* test: Add sort-getfattr-output to source filesBrandon Philips2011-04-191-1/+1
* VERSION: 2.4.44 -> 2.4.45v2.4.45Brandon Philips2011-04-151-1/+1
* OPTIONS in man pages should be a section heading, not a subsection headingAndreas Gruenbacher2010-11-232-2/+2
* getfattr: encode NULs properly with --encoding=textKamil Dudka2010-11-231-2/+4
* setfattr.1: document supported encodings of valuesKamil Dudka2010-11-231-1/+9
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/attrAndreas Gruenbacher2010-11-236-50/+32
|\
| * setfattr.c: fix thinko in restore()Kamil Dudka2010-06-031-1/+1