summaryrefslogtreecommitdiff
path: root/setfattr
AgeCommit message (Collapse)AuthorFilesLines
2010-06-03setfattr.c: fix thinko in restore()Kamil Dudka1-1/+1
2009-06-22Stop quoting nonprintable characters in the getfattr outputAndreas Gruenbacher1-3/+3
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-19Build fix for GNU/kFreeBSDPetr Salinger1-0/+3
On Linux, ENOATTR aliases to ENODATA. On other operating systems like Irix and BSD*, ENOATTR is a separate error number.
2009-05-12More license updatesAndreas Gruenbacher2-16/+12
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-11Fix wrong license noticesAndreas Gruenbacher1-1/+1
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>
2009-03-10Add copyright and license notices to lots of filesAndreas Gruenbacher1-0/+16
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2007-11-21fix up tree walking for symlinksTim Shimmin1-2/+2
Merge of master-melb:xfs-cmds:30105a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott1-28/+0
Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
2005-02-22Updated next_line fix from AndreasGNathan Scott1-42/+9
Merge of master-melb:xfs-cmds:21594a by kenmcd.
2005-02-21setfattr line buffer allocation fix from AndreasG.Nathan Scott1-11/+35
Merge of master-melb:xfs-cmds:21572a by kenmcd.
2005-01-31Replace use of _POSIX_PATH_MAX with the larger PATH_MAX - thanks to Andree ↵Nathan Scott1-1/+1
Leidenfrost. Merge of master-melb:xfs-cmds:21322a by kenmcd.
2004-11-30License and email address updates from Andreas.Nathan Scott1-11/+12
Merge of xfs-cmds-melb:slinx:20369a by kenmcd.
2004-09-10Clarify setfattr usage.Nathan Scott1-3/+6
2004-02-02Merge in acl/attr Polish message translations from Jakub Bogusz.Nathan Scott1-1/+1
2003-07-29Little attr libmisc update from Andreas to ensure we dont exit from the libraryNathan Scott1-1/+11
2003-07-21attr updates from Andreas - emphasis on improved handling of special ↵Nathan Scott2-21/+22
characters, and creates an little library for helper functions
2002-12-01Updates to acl/attr I18N (final). Sync up dmapi scripts with the I18NNathan Scott1-0/+1
aware versions - dmapi doesn't have any strings, so this is just keeping scripts in sync. Updates to acl/attr I18N (final).
2002-11-30attr package I18N changes.Nathan Scott1-4/+6
2002-09-04minor updates from Andreas.Nathan Scott1-1/+1
2002-06-04Update copyright dates (again)Eric Sandeen2-2/+2
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2-2/+2
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
2002-06-04Update copyright datesEric Sandeen2-2/+2
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112587a by nathans.Nathan Scott1-1/+1
redo short/long options in the way Andreas intended, and fix up man pages.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112560a by nathans.Nathan Scott1-1/+1
fix a bug introduced in the handling of restore option by last merge.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112535a by nathans.Nathan Scott1-94/+127
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.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott2-3/+2
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111982a by nathans.Nathan Scott1-7/+2
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.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott2-0/+475
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.