| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Add a --one-filesystem option to getfattr. With this option, getfattr
will not cross mount points, similar to "tar --one-file-system".
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Add config.h include to every source file before all other includes.
|
| |
|
|
|
|
| |
Make the conditional easier to read.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
| |
|
|
| |
walk_tree.c internal variables should not be exposed to libmisc users.
|
| |
|
|
| |
not off_t .. since a pretty long time.
|
| |
|
|
|
|
| |
The libattr library is supposed to be LGPLv2.1+ licensed, but some of the files
were accidentally labeled as GPLv2+ licensed. Fix this and clarify some more
license headers that mix LGPLv2.1 and GPLv2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This deletes the hand rolled build system and replaces it entirely
with autotools. The overall diffstat shows that this is a clear
win, and it makes the package build/install like every other autotool
package out there which makes the lives of distro maintainers a lot
easier.
This should also be faster by virtue of using a non-recursive build.
Things to note:
- to generate autotools:
./autogen.sh
- to see full compile output:
make V=1
- to build specific targets:
make attr getfattr ...
- to run tests:
make check
- to create a release:
make distcheck -j
Other non-developer things:
- the xattr.conf file is now installed into sysconfdir by default
- man pages are no longer compressed as this is uncommon in the
autotools world and distros don't need it anyways (they already
handle it automatically for most pakages)
- the minor # of the shared library is now based on the package
version so it'll be much bigger ... this isn't a problem, and
is actually a bugfix (older releases didn't change when they
should have)
(Again, this is all using the standard autotool targets.)
|
| |
|
|
| |
reported by Jean-Pierre André at https://bugzilla.redhat.com/660613
|
| |
|
|
|
| |
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Brandon Philips <brandon@ifup.org>
|
| |
|
|
|
|
| |
This flag indicates to dereference top-level symlinks. (If non
top-level symlinks should be stat()ed as well, the
WALK_TREE_DEREFERENCE flag must be specified.)
|
| | |
|
| |
|