summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
Commit message (Expand)AuthorAgeFilesLines
* MFC r289195:ngie2015-11-151-2/+4
* Mention that read_attributes, write_attributes, read_acl and write_acltrasz2013-04-011-1/+5
* Fix NFSv4 permission description in setfacl(1) manual page: the 'D'trasz2013-02-081-2/+2
* Improve description of the "-m" option to setfacl(1).trasz2013-02-081-5/+6
* In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,trasz2013-02-081-1/+6
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-192-28/+33
* Fix an error in setfacl(1) that manifested like this:trasz2012-09-041-3/+4
* Make "setfacl -bd" an alias for "setfacl -k". Previously it would crashtrasz2012-09-041-0/+11
* Make setfacl(1) behave properly in situations like "setfacl -kd".trasz2012-09-041-0/+15
* Fix compact form of "synchronize" permission in setfacl(1) manual page - ittrasz2012-09-031-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-2/+17
* Increase carried_error if we skip a file due to an error. This ensuresjh2011-01-031-0/+4
* Typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Update authors and history.trasz2010-05-131-1/+6
* Switch to our preferred license text.joel2010-03-078-64/+64
* Fix breakage introduced in last commit.trasz2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,trasz2009-12-264-8/+32
* Add NFSv4 support to setfacl(1).trasz2009-09-076-221/+539
* Fix double free in setfacl(1). Description from the author:trasz2008-09-061-4/+6
* Add hard sentence breaks.csjp2008-07-061-8/+10
* Document default ACLs and how to use them.csjp2008-07-061-0/+16
* Implement the -h flag (set an ACL on a symbolic link).mckusick2007-02-261-4/+14
* Markup fixes.ru2006-09-171-2/+3
* o Fix grammar, format.maxim2006-06-091-3/+3
* Document the way to get list of files to process from the stdin.kib2006-06-091-1/+3
* Copy filename read from the stdin into the private buffer. Otherwise,kib2006-06-091-1/+5
* [mdoc] add missing space before a punctuation type argument.ru2005-12-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-092-4/+4
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.imp2005-01-108-8/+8
* Mechanically kill hard sentence breaks.ru2004-07-021-8/+16
* style.Makefile(5)obrien2004-06-131-2/+2
* Add additional documentation to setfacl(1) regarding the behavior ofrwatson2003-08-071-0/+18
* -v no longer a valid argument to setfacl(1) -- remove from usage().rwatson2003-08-071-1/+1
* When reporting an error internalizing an ACL string, print out therwatson2003-07-181-2/+2
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerrwatson2002-12-303-6/+21
* Consistently use FBSDIDobrien2002-06-306-12/+18
* Remove extraneous blank linejedgar2002-02-191-1/+0
* Use acl_dup() to duplicate an ACL instead of rolling our ownjedgar2002-02-191-14/+2
* Use a more correct method of copying entire ACLs (fixesjedgar2002-02-031-3/+16
* Spelling.ru2001-12-041-1/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-2/+0
* Move the code merging ACL_USER and ACL_GROUP objects from underjedgar2001-12-031-22/+33
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)jedgar2001-12-034-27/+31
* style(9) cleanups mostly consisting of:jedgar2001-12-036-87/+85
* Correct example to remove *all* extended ACL entries andjedgar2001-12-031-3/+4
* o Expand the explaination of the -b option WRT the resultingjedgar2001-12-021-3/+13
* o Correct error message forgotten in the last commit (malloc() -> calloc())jedgar2001-12-021-3/+2
* Use calloc(3) instead of rolling our own.jedgar2001-12-021-2/+1
OpenPOWER on IntegriCloud