summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattr
Commit message (Collapse)AuthorAgeFilesLines
* Document the -n option and fix manpage Fl usage.green2002-10-101-6/+8
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add an -n option to write the trailing nul byte to the extattr whengreen2002-10-101-4/+10
| | | | | | | using setextattr(8) to write a string. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Correct argc verification (don't crash).green2002-10-101-2/+7
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add -h flags to each of the *extattr(8) commands, indicating thatrwatson2002-10-102-20/+43
| | | | | | | | | | the command should not follow the symlink if the target file is a symlink. Invoke the extattr_*_link(2) version of the system call in that situation, instead of extattr_*_file(2). This is consistent with other attribute management tools in the system. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Use basename(3) to derive the name of the binary from argv[0].rwatson2002-10-101-1/+2
| | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Submitted by: green
* Add the new userland tool for manipulating extended attributes.phk2002-08-303-0/+369
This will replace the existing getextattr(8) and setextattr(8) with a single binary responding to the names getextattr, setextattr, rmextattr and lsextattr. This program is not yet connected to the build. Sponsored by: DARPA and NAI Labs.
OpenPOWER on IntegriCloud