aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/setfacl.c
Commit message (Expand)AuthorAgeFilesLines
* bin/setfacl: remove unreachable break after usage()rilysh2024-01-031-1/+0
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+3
* Don't set NFSv4 ACL inheritance flags on non-directories.Mark Johnston2018-10-261-13/+68
* Don't print pathconf() errors if the target file doesn't exist.Mark Johnston2018-10-261-2/+2
* Avoid leaking memory in error paths.Mark Johnston2018-10-261-10/+11
* setfacl: style and break main() into manageable piecesEd Maste2018-04-271-217/+234
* setfacl: add recursive functionalityEd Maste2018-04-101-81/+129
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-0/+29
* Make "setfacl -bd" an alias for "setfacl -k". Previously it would crashEdward Tomasz Napierala2012-09-041-0/+11
* Make setfacl(1) behave properly in situations like "setfacl -kd".Edward Tomasz Napierala2012-09-041-0/+15
* Increase carried_error if we skip a file due to an error. This ensuresJaakko Heinonen2011-01-031-0/+4
* Switch to our preferred license text.Joel Dahl2010-03-071-8/+8
* Add NFSv4 support to setfacl(1).Edward Tomasz Napierala2009-09-071-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