summaryrefslogtreecommitdiff
path: root/usr.sbin/setfmac/setfmac.c
Commit message (Expand)AuthorAgeFilesLines
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* An average consumer of fts(3) that avoids keeping pointers to oldYaroslav Tykhiy2008-01-291-13/+7
* fts_pathlen is now a size_t rather than an int so a cast is needed.John Birrell2008-01-271-6/+6
* Eliminate duplicate header files.Kevin Lo2007-02-091-2/+0
* WARNS?=6 cleanup for [gs]et[fp]mac:Xin LI2005-01-271-3/+3
* Add "-q" argument to setfmac and setfsmac to allow the patient butRobert Watson2004-02-181-7/+17
* Account for fts(3)'s FTS_SLNONE case for symbolic links which haveBrian Feldman2002-12-121-0/+1
* Mdoc markup and language fixes.Robert Watson2002-12-031-2/+2
* Cast argument to (long), missed in prior pass.Robert Watson2002-12-021-1/+1
* Fix 32-bit/64-bit bug in format string.Robert Watson2002-12-021-1/+1
* Add support for -R for file relabel operations.Robert Watson2002-12-021-39/+431
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-10-231-0/+103