summaryrefslogtreecommitdiff
path: root/setfattr
Commit message (Collapse)AuthorAgeFilesLines
* fix up tree walking for symlinksTim Shimmin2007-11-211-2/+2
| | | | Merge of master-melb:xfs-cmds:30105a by kenmcd.
* Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott2005-11-091-28/+0
| | | | | | Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
* Updated next_line fix from AndreasGNathan Scott2005-02-221-42/+9
| | | | Merge of master-melb:xfs-cmds:21594a by kenmcd.
* setfattr line buffer allocation fix from AndreasG.Nathan Scott2005-02-211-11/+35
| | | | Merge of master-melb:xfs-cmds:21572a by kenmcd.
* Replace use of _POSIX_PATH_MAX with the larger PATH_MAX - thanks to Andree ↵Nathan Scott2005-01-311-1/+1
| | | | | | Leidenfrost. Merge of master-melb:xfs-cmds:21322a by kenmcd.
* License and email address updates from Andreas.Nathan Scott2004-11-301-11/+12
| | | | Merge of xfs-cmds-melb:slinx:20369a by kenmcd.
* Clarify setfattr usage.Nathan Scott2004-09-101-3/+6
|
* Merge in acl/attr Polish message translations from Jakub Bogusz.Nathan Scott2004-02-021-1/+1
|
* Little attr libmisc update from Andreas to ensure we dont exit from the libraryNathan Scott2003-07-291-1/+11
|
* attr updates from Andreas - emphasis on improved handling of special ↵Nathan Scott2003-07-212-21/+22
| | | | characters, and creates an little library for helper functions
* Updates to acl/attr I18N (final). Sync up dmapi scripts with the I18NNathan Scott2002-12-011-0/+1
| | | | | | aware versions - dmapi doesn't have any strings, so this is just keeping scripts in sync. Updates to acl/attr I18N (final).
* attr package I18N changes.Nathan Scott2002-11-301-4/+6
|
* minor updates from Andreas.Nathan Scott2002-09-041-1/+1
|
* Update copyright dates (again)Eric Sandeen2002-06-042-2/+2
|
* Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2002-06-042-2/+2
| | | | Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
* Update copyright datesEric Sandeen2002-06-042-2/+2
|
* Merge of xfs-cmds-2.4.18:slinx:112587a by nathans.Nathan Scott2002-02-251-1/+1
| | | | redo short/long options in the way Andreas intended, and fix up man pages.
* Merge of xfs-cmds-2.4.18:slinx:112560a by nathans.Nathan Scott2002-02-251-1/+1
| | | | fix a bug introduced in the handling of restore option by last merge.
* Merge of xfs-cmds-2.4.18:slinx:112535a by nathans.Nathan Scott2002-02-251-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.
* Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott2002-02-252-3/+2
| | | | sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
* Merge of xfs-cmds-2.4.18:slinx:111982a by nathans.Nathan Scott2002-02-251-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.
* Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott2002-02-252-0/+475
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.