aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl
Commit message (Expand)AuthorAgeFilesLines
* Remove unused headers.Xin LI2020-12-124-7/+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-262-14/+71
* 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-276-238/+258
* setfacl: minor man page edit to appease igor(1)Ed Maste2018-04-111-3/+5
* setfacl: add recursive functionalityEd Maste2018-04-104-82/+160
* Fix mandoc -Tlint warnings in bin/Benjamin Kaduk2017-12-071-4/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Explicitly NUL terminate the buffer filled by fread().Don Lewis2016-06-081-3/+3
* Fix Coverity CID 1019054 (String not null terminated) in setfacl.Don Lewis2016-05-251-2/+2
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Don't mention the "canonical six" in setfacl(1); it describes semanticsEdward Tomasz Napierala2016-01-231-3/+4
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-041-2/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * sync from headSimon J. Gerraty2013-04-121-7/+17
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-044-33/+65
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
| |_|/ |/| |
* | | Mention that read_attributes, write_attributes, read_acl and write_aclEdward Tomasz Napierala2013-04-011-1/+5
* | | Fix NFSv4 permission description in setfacl(1) manual page: the 'D'Edward Tomasz Napierala2013-02-081-2/+2
* | | Improve description of the "-m" option to setfacl(1).Edward Tomasz Napierala2013-02-081-5/+6
* | | In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,Edward Tomasz Napierala2013-02-081-1/+6
| |/ |/|
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-192-28/+33
* | Fix an error in setfacl(1) that manifested like this:Edward Tomasz Napierala2012-09-041-3/+4
* | 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
* | Fix compact form of "synchronize" permission in setfacl(1) manual page - itEdward Tomasz Napierala2012-09-031-2/+2
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-2/+17
* Increase carried_error if we skip a file due to an error. This ensuresJaakko Heinonen2011-01-031-0/+4
* Typo fix: s/ommited/omittedBenedict Reuschling2010-07-271-2/+2
* Update authors and history.Edward Tomasz Napierala2010-05-131-1/+6
* Switch to our preferred license text.Joel Dahl2010-03-078-64/+64
* Fix breakage introduced in last commit.Edward Tomasz Napierala2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,Edward Tomasz Napierala2009-12-264-8/+32
* Add NFSv4 support to setfacl(1).Edward Tomasz Napierala2009-09-076-221/+539
* Fix double free in setfacl(1). Description from the author:Edward Tomasz Napierala2008-09-061-4/+6
* Add hard sentence breaks.Christian S.J. Peron2008-07-061-8/+10
* Document default ACLs and how to use them.Christian S.J. Peron2008-07-061-0/+16
* Implement the -h flag (set an ACL on a symbolic link).Kirk McKusick2007-02-261-4/+14
* Markup fixes.Ruslan Ermilov2006-09-171-2/+3
* o Fix grammar, format.Maxim Konovalov2006-06-091-3/+3