| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention that read_attributes, write_attributes, read_acl and write_acl | trasz | 2013-04-01 | 1 | -1/+5 |
* | Fix NFSv4 permission description in setfacl(1) manual page: the 'D' | trasz | 2013-02-08 | 1 | -2/+2 |
* | Improve description of the "-m" option to setfacl(1). | trasz | 2013-02-08 | 1 | -5/+6 |
* | In the setfacl(1) manual page, make it clear that for NFSv4 ACLs, | trasz | 2013-02-08 | 1 | -1/+6 |
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 2 | -28/+33 |
* | Fix an error in setfacl(1) that manifested like this: | trasz | 2012-09-04 | 1 | -3/+4 |
* | Make "setfacl -bd" an alias for "setfacl -k". Previously it would crash | trasz | 2012-09-04 | 1 | -0/+11 |
* | Make setfacl(1) behave properly in situations like "setfacl -kd". | trasz | 2012-09-04 | 1 | -0/+15 |
* | Fix compact form of "synchronize" permission in setfacl(1) manual page - it | trasz | 2012-09-03 | 1 | -2/+2 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Make it possible to use permission sets (full_set, modify_set, read_set | trasz | 2011-04-09 | 1 | -2/+17 |
* | Increase carried_error if we skip a file due to an error. This ensures | jh | 2011-01-03 | 1 | -0/+4 |
* | Typo fix: s/ommited/omitted | bcr | 2010-07-27 | 1 | -2/+2 |
* | Update authors and history. | trasz | 2010-05-13 | 1 | -1/+6 |
* | Switch to our preferred license text. | joel | 2010-03-07 | 8 | -64/+64 |
* | Fix breakage introduced in last commit. | trasz | 2009-12-26 | 1 | -1/+1 |
* | Improve ACL branding mismatch detection and reporting in some rare cases, | trasz | 2009-12-26 | 4 | -8/+32 |
* | Add NFSv4 support to setfacl(1). | trasz | 2009-09-07 | 6 | -221/+539 |
* | Fix double free in setfacl(1). Description from the author: | trasz | 2008-09-06 | 1 | -4/+6 |
* | Add hard sentence breaks. | csjp | 2008-07-06 | 1 | -8/+10 |
* | Document default ACLs and how to use them. | csjp | 2008-07-06 | 1 | -0/+16 |
* | Implement the -h flag (set an ACL on a symbolic link). | mckusick | 2007-02-26 | 1 | -4/+14 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -2/+3 |
* | o Fix grammar, format. | maxim | 2006-06-09 | 1 | -3/+3 |
* | Document the way to get list of files to process from the stdin. | kib | 2006-06-09 | 1 | -1/+3 |
* | Copy filename read from the stdin into the private buffer. Otherwise, | kib | 2006-06-09 | 1 | -1/+5 |
* | [mdoc] add missing space before a punctuation type argument. | ru | 2005-12-13 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 2 | -4/+4 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -1/+1 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 8 | -8/+8 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -8/+16 |
* | style.Makefile(5) | obrien | 2004-06-13 | 1 | -2/+2 |
* | Add additional documentation to setfacl(1) regarding the behavior of | rwatson | 2003-08-07 | 1 | -0/+18 |
* | -v no longer a valid argument to setfacl(1) -- remove from usage(). | rwatson | 2003-08-07 | 1 | -1/+1 |
* | When reporting an error internalizing an ACL string, print out the | rwatson | 2003-07-18 | 1 | -2/+2 |
* | Add "-h" arguments to getfacl and setfacl, which behave in a manner | rwatson | 2002-12-30 | 3 | -6/+21 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 6 | -12/+18 |
* | Remove extraneous blank line | jedgar | 2002-02-19 | 1 | -1/+0 |
* | Use acl_dup() to duplicate an ACL instead of rolling our own | jedgar | 2002-02-19 | 1 | -14/+2 |
* | Use a more correct method of copying entire ACLs (fixes | jedgar | 2002-02-03 | 1 | -3/+16 |
* | Spelling. | ru | 2001-12-04 | 1 | -1/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | Move the code merging ACL_USER and ACL_GROUP objects from under | jedgar | 2001-12-03 | 1 | -22/+33 |
* | Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL) | jedgar | 2001-12-03 | 4 | -27/+31 |
* | style(9) cleanups mostly consisting of: | jedgar | 2001-12-03 | 6 | -87/+85 |
* | Correct example to remove *all* extended ACL entries and | jedgar | 2001-12-03 | 1 | -3/+4 |
* | o Expand the explaination of the -b option WRT the resulting | jedgar | 2001-12-02 | 1 | -3/+13 |
* | o Correct error message forgotten in the last commit (malloc() -> calloc()) | jedgar | 2001-12-02 | 1 | -3/+2 |
* | Use calloc(3) instead of rolling our own. | jedgar | 2001-12-02 | 1 | -2/+1 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |