Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | Use native formatHEADmaster | Igor Pashev | 6 | -24/+7 | |
2012-01-30 | Really fixed attribute listing | Igor Pashev | 1 | -5/+9 | |
2012-01-29 | Fixed attributes listing | Igor Pashev | 3 | -5/+27 | |
2012-01-27 | Ported to Dyson with Solaris xattr support | Igor Pashev | 1 | -0/+6 | |
2012-01-27 | Include libgen.h | Igor Pashev | 1 | -0/+1 | |
2012-01-27 | Moved to /usr | Igor Pashev | 1 | -1/+1 | |
2012-01-27 | Made libattr1 optional | Igor Pashev | 1 | -1/+1 | |
2012-01-27 | Replaced debian-dir | Igor Pashev | 10 | -14/+172 | |
2012-01-27 | Added Solaris support (not sure about namespaces: user., trusted., etc). ↵ | Igor Pashev | 2 | -0/+324 | |
Symlinks are not supported | |||||
2012-01-27 | Include libgen.h (for basename) | Igor Pashev | 1 | -0/+1 | |
2012-01-27 | Added missed headers | Igor Pashev | 1 | -0/+2 | |
2012-01-27 | Define __THROW if missed | Igor Pashev | 1 | -0/+12 | |
2012-01-27 | u_int32_t -> uint32_t | Igor Pashev | 2 | -3/+3 | |
2012-01-27 | Test for features.h | Igor Pashev | 2 | -0/+4 | |
2012-01-27 | Avoid non-existing __BEGIN_DECLS macro | Igor Pashev | 1 | -3/+6 | |
2011-12-11 | Clarify what the --only-values flag does | Andreas Gruenbacher | 1 | -1/+1 | |
2011-05-27 | fix typos in attr.1 man page | Kamil Dudka | 1 | -2/+2 | |
Contributed by John Bradshaw. | |||||
2011-05-27 | getfattr: return non-zero exit code on failure | Kamil Dudka | 2 | -3/+8 | |
reported by Jean-Pierre André at https://bugzilla.redhat.com/660619 | |||||
2011-05-25 | walk_tree: do not follow symlink to directory with -h | Kamil Dudka | 4 | -11/+16 | |
reported by Jean-Pierre André at https://bugzilla.redhat.com/660613 | |||||
2011-04-19 | VERSION: 2.4.45 -> 2.4.46 | Brandon Philips | 1 | -1/+1 | |
2011-04-19 | test: fix root tests with sorting | Brandon Philips | 1 | -18/+17 | |
The root tests were not piped through the sorting program. Fix this. | |||||
2011-04-19 | test: Add sort-getfattr-output to source files | Brandon Philips | 1 | -1/+1 | |
test/sort-getfattr-output was missing from the tarball. Add it. | |||||
2011-04-15 | VERSION: 2.4.44 -> 2.4.45 | Brandon Philips | 1 | -1/+1 | |
2010-11-23 | OPTIONS in man pages should be a section heading, not a subsection heading | Andreas Gruenbacher | 2 | -2/+2 | |
2010-11-23 | getfattr: encode NULs properly with --encoding=text | Kamil Dudka | 1 | -2/+4 | |
reported by Paul Bolle at https://bugzilla.redhat.com/650539 | |||||
2010-11-23 | setfattr.1: document supported encodings of values | Kamil Dudka | 1 | -1/+9 | |
reported by Tomasz Kepczynski at https://bugzilla.redhat.com/58751 | |||||
2010-11-23 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/attr | Andreas Gruenbacher | 6 | -50/+32 | |
2010-06-28 | Ugly hack to convert the man pages into html | Andreas Gruenbacher | 1 | -0/+7 | |
2010-06-03 | setfattr.c: fix thinko in restore() | Kamil Dudka | 1 | -1/+1 | |
2010-06-03 | attr_parse_attr_conf: eliminate a double free | Kamil Dudka | 1 | -0/+1 | |
2010-06-03 | attr_parse_attr_conf: eliminate a memory leak | Kamil Dudka | 1 | -0/+1 | |
2010-01-22 | improve AC_PATH_PROG usage | Mike Frysinger | 1 | -39/+14 | |
Use AC_PATH_PROG unconditionally and append the search PATH instead of forcing lookup in a few dirs. This way we can find the binaries on more systems where things don't live in the expected locations. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Brandon Philips <brandon@ifup.org> | |||||
2010-01-22 | Merge branch 'misc' | Brandon Philips | 3 | -5/+9 | |
2010-01-22 | quote: pull in string.h for strchr prototype | Mike Frysinger | 1 | -0/+1 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Brandon Philips <brandon@ifup.org> | |||||
2009-12-17 | libattr: fix memory leak in attr_copy_action() | Brandon Philips | 1 | -5/+6 | |
stanse found that attr_copy_action returns before freeing the memory allocated for text. Move fopen() above the malloc so this is not a problem. Fixes this bug: https://bugzilla.novell.com/show_bug.cgi?id=564735 Signed-off-by: Brandon Philips <bphilips@suse.de> | |||||
2009-07-31 | VERSION: 2.4.43 -> 2.4.44 | Brandon Philips | 1 | -1/+1 | |
2009-07-31 | attr.test: fix tests after "Stop quoting nonprintable characters in the ↵ | Andreas Gruenbacher | 1 | -8/+8 | |
getfattr output" after 6824f9c68225388c8c7a9e887a21f0aa222c3571 getfattr outputs \ooo style characters in fewer cases. Fix the test case to match. | |||||
2009-06-23 | Introduce new WALK_TREE_DEREFERENCE_TOPLEVEL flag | Andreas Gruenbacher | 2 | -5/+8 | |
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.) | |||||
2009-06-22 | Stop quoting nonprintable characters in the getfattr output | Andreas Gruenbacher | 2 | -17/+17 | |
What is printable or not depends on the locale settings, and getfattr often gets it wrong. We still need to quote a few special characters like newlines, and "=" in attribute names, so that setfattr can always parse getfattr's output. | |||||
2009-06-22 | Merge branch 'misc' | Andreas Gruenbacher | 2 | -4/+4 | |
2009-06-22 | Merge branch 'misc' | Andreas Gruenbacher | 4 | -8/+3 | |
2009-06-22 | Add a parameter to quote() to specify which characters to quote | Andreas Gruenbacher | 2 | -4/+4 | |
2009-06-22 | Put libmisc on its own branch | Andreas Gruenbacher | 8 | -0/+532 | |
2009-06-22 | test/run: fix lt- prefix from libtool wrappers | Brandon Philips | 1 | -0/+2 | |
On some platforms libtool prefixes the in-tree binaries under .libs with "lt-". This causes the tests to break. This patch removes the lt- prefix from program error output. A discussion on the issue is here: http://lists.gnu.org/archive/html/libtool/2009-05/msg00042.html | |||||
2009-06-19 | Build fix for GNU/kFreeBSD | Petr Salinger | 2 | -0/+6 | |
On Linux, ENOATTR aliases to ENODATA. On other operating systems like Irix and BSD*, ENOATTR is a separate error number. | |||||
2009-06-19 | Add homepage url and remove obsolete references | Andreas Gruenbacher | 1 | -8/+2 | |
2009-06-17 | Fix the path to include/install-sh | Andreas Gruenbacher | 1 | -1/+1 | |
2009-05-12 | More license updates | Andreas Gruenbacher | 76 | -360/+550 | |
Clarify some license notices to specifically refer to GPLv2+ instead of only referring to GPL without version. (Most of the sloppy license headers slipped in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on behalf of SGI on 8 April 2009.) Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far. Refer to this package as "this program" rather than "Attr" throughout the license notices; this simplifies sharing files among packages. | |||||
2009-03-16 | Libtool compatibility fix for version 1 | Andreas Gruenbacher | 1 | -1/+6 | |
Recent versions of libtool require the -i option for copying auxiliary files (config.sub, config.guess, install-sh, ltmain.sh), while older versions will copy those files anyway, and don't understand -i. | |||||
2009-03-11 | Fix wrong license notices | Andreas Gruenbacher | 44 | -44/+44 | |
Some of the license notices added in commit f36cdfd are wrongly referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> |