summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.5.1v2.5.1Andreas Gruenbacher2021-03-169-9/+9
* Fix libtool library versioning regressionAndreas Gruenbacher2021-03-161-1/+6
* Version 2.5.0v2.5.0Andreas Gruenbacher2021-03-111-1/+1
* Update po files and German translationAndreas Gruenbacher2021-03-119-936/+955
* getfattr: Add --one-file-system optionAndreas Gruenbacher2021-03-113-0/+17
* Move struct stat into struct walk_tree_argsAndreas Gruenbacher2021-03-111-14/+14
* Move list of open directories into struct walk_tree_argsAndreas Gruenbacher2021-03-111-30/+29
* Move walk_tree_rec arguments into a separate structAndreas Gruenbacher2021-03-111-32/+49
* xattr.conf: Indicate afs metadata xattrs should be skipped when copyingDavid Howells2020-11-031-0/+1
* Fix typos in manual pagesSamanta Navarro2020-10-082-2/+2
* Update my email addressAndreas Gruenbacher2020-02-067-7/+7
* man: add examples to setfattr.1Achilles Gaikwad2020-02-061-0/+12
* install-data: Don't remove unrelated empty directoriesAndreas Gruenbacher2019-08-161-2/+1
* attr: Replace bzero with memsetRosen Penev2019-08-123-5/+5
* getfattr: don't count terminating NULL in well_enough_printableJeff Layton2019-06-131-0/+4
* 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
* attr_list.3: Fix the attributes.h include pathAndreas Gruenbacher2018-07-031-1/+1
* getfattr.1: by default only user namespace attributes are dumpedSimon Ruderich2018-01-211-3/+3
* Enable large-file support on systems that do not enable it by defaultDmitry V. Levin2018-01-212-0/+7
* man: standardize AUTHORS sectionMike Frysinger2018-01-213-2/+18
* man: fix bold style in SEE ALSO sectionMike Frysinger2018-01-218-21/+17
* test: escape left brace in a regex in test/runTroy Dawson2018-01-211-1/+1
* attr: Fix segmentation faultv2.4.48Andreas Gruenbacher2017-09-151-0/+4
* po: updateAndreas Gruenbacher2017-09-158-188/+196
* setfacl: Include errno.hAndreas Gruenbacher2016-12-111-1/+1
* copy_action: drop unused alloca.h includeMike Frysinger2016-12-091-3/+0
* include: add uninstall target to fix distcheckMike Frysinger2016-12-091-0/+5
* attr_copy_{fd,file}: sync changes between the filesMike Frysinger2016-12-092-18/+18
* xattr.conf: do not copy security.evmStefan Berger2016-12-091-0/+1
* Cleanup visibility of API functionsYury Usishchev2016-03-026-18/+84
* Cleanup config.h usageYury Usishchev2016-03-0211-2/+22
* Use stdint types consistentlyFelix Janda2016-01-132-6/+8
* walk_tree_rec: Add parentheses to clarify codeAndreas Gruenbacher2015-12-261-2/+2
* Reintroduce symbols that used to be syscall wrappersDmitry V. Levin2015-09-223-1/+106
* Do not export symbols that are not supposed to be exportedDmitry V. Levin2015-09-221-0/+3
* Add explicit symbol versioning for attr_copy_actionDmitry V. Levin2015-09-221-0/+5
* ignore configure.linenoMike Frysinger2015-09-211-0/+1
* walk_tree: mark internal variables as staticDmitry V. Levin2015-09-211-3/+3
* Remove the attr.5 man page (moved to man-pages)Andreas Gruenbacher2015-05-073-156/+0
* Remove <attr/xattr.h> and the syscall wrappersAndreas Gruenbacher2015-04-1511-198/+16
* Remove the section 2 man pagesAndreas Gruenbacher2015-04-157-568/+0
* Remove outdated tests from test/attr.testAndreas Gruenbacher2015-03-031-4/+0
* Remove test/ext/fs.testAndreas Gruenbacher2015-03-032-72/+1
* Add setfattr --raw optionAndreas Gruenbacher2015-02-202-1/+13
* Properly set and report empty attribute valuesAndreas Gruenbacher2015-02-203-9/+21
* Man pages: Minor fixesAndreas Gruenbacher2015-02-202-2/+2
* build: unbreak attr_copy_fd() and attr_copy_file().Nick Alcock2014-10-206-9/+14
* attr: Don't report a NULL attribute name when -l (list) failsAndreas Gruenbacher2014-07-081-2/+2