Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
On Linux, ENOATTR aliases to ENODATA. On other operating systems like
Irix and BSD*, ENOATTR is a separate error number.
|
|
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.
|
|
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>
|
|
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Merge of master-melb:xfs-cmds:30105a by kenmcd.
|
|
Legals preferences.
Merge of master-melb:xfs-cmds:24326a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:21594a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:21572a by kenmcd.
|
|
Leidenfrost.
Merge of master-melb:xfs-cmds:21322a by kenmcd.
|
|
Merge of xfs-cmds-melb:slinx:20369a by kenmcd.
|
|
|
|
|
|
|
|
characters, and creates an little library for helper functions
|
|
aware versions - dmapi doesn't have any strings, so this is just keeping
scripts in sync.
Updates to acl/attr I18N (final).
|
|
|
|
|
|
|
|
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
|
|
|
|
redo short/long options in the way Andreas intended, and fix up man pages.
|
|
fix a bug introduced in the handling of restore option by last merge.
|
|
merge with AndreasG latest snapshot - long options, rename a couple of
options to his prefered letters, -5 is gone, use ntfw instead of doing
it ourselves.
|
|
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
|
|
remove a remnant of Andreas' old interfaces and use/not of NULLs in
the parameters. was requiring userspace to play games with the value
pointer (even is size was zero, value had to be set to something) -
unfortunately causes zero byte allocations, and libefence throws its
toys when that happens.
|
|
bump to version 2.0.0 for extended attribute and other interface changes.
incorporate new code, docs, etc from ext2/ext3 project.
|