aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the way to get list of files to process from the stdin.Konstantin Belousov2006-06-091-1/+3
* Copy filename read from the stdin into the private buffer. Otherwise,Konstantin Belousov2006-06-091-1/+5
* [mdoc] add missing space before a punctuation type argument.Ruslan Ermilov2005-12-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-092-4/+4
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-108-8/+8
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-8/+16
* style.Makefile(5)David E. O'Brien2004-06-131-2/+2
* Add additional documentation to setfacl(1) regarding the behavior ofRobert Watson2003-08-071-0/+18
* -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-303-6/+21
* Consistently use FBSDIDDavid E. O'Brien2002-06-306-12/+18
* Remove extraneous blank lineChris D. Faulhaber2002-02-191-1/+0
* Use acl_dup() to duplicate an ACL instead of rolling our ownChris D. Faulhaber2002-02-191-14/+2
* Use a more correct method of copying entire ACLs (fixesChris D. Faulhaber2002-02-031-3/+16
* Spelling.Ruslan Ermilov2001-12-041-1/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
* Move the code merging ACL_USER and ACL_GROUP objects from underChris D. Faulhaber2001-12-031-22/+33
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)Chris D. Faulhaber2001-12-034-27/+31
* style(9) cleanups mostly consisting of:Chris D. Faulhaber2001-12-036-87/+85
* Correct example to remove *all* extended ACL entries andChris D. Faulhaber2001-12-031-3/+4
* o Expand the explaination of the -b option WRT the resultingChris D. Faulhaber2001-12-021-3/+13
* o Correct error message forgotten in the last commit (malloc() -> calloc())Chris D. Faulhaber2001-12-021-3/+2
* Use calloc(3) instead of rolling our own.Chris D. Faulhaber2001-12-021-2/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-203-2/+4
* Correct assignment of the resulting ACL allowing the mask entry toChris D. Faulhaber2001-05-031-1/+1
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-245-98/+168
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl2001-04-041-2/+0
* mdoc(7) police: fix markup and some spelling.Ruslan Ermilov2001-03-231-47/+73
* Remove extra CFLAGSChris D. Faulhaber2001-03-201-2/+1
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)Chris D. Faulhaber2001-03-191-2/+0