aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/setfacl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r216922:Jaakko Heinonen2011-02-011-0/+4
* MFC r196936:Edward Tomasz Napierala2010-01-301-73/+118
* Fix double free in setfacl(1). Description from the author:Edward Tomasz Napierala2008-09-061-4/+6
* Implement the -h flag (set an ACL on a symbolic link).Kirk McKusick2007-02-261-4/+14
* Copy filename read from the stdin into the private buffer. Otherwise,Konstantin Belousov2006-06-091-1/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* -v no longer a valid argument to setfacl(1) -- remove from usage().Robert Watson2003-08-071-1/+1
* When reporting an error internalizing an ACL string, print out theRobert Watson2003-07-181-2/+2
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson2002-12-301-5/+16
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)Chris D. Faulhaber2001-12-031-9/+9
* style(9) cleanups mostly consisting of:Chris D. Faulhaber2001-12-031-20/+18
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-1/+1
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-13/+13
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-191-0/+254