| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r248972: | Edward Tomasz Napierala | 2013-04-08 | 1 | -1/+5 |
| * | MFC r246557: | Edward Tomasz Napierala | 2013-02-15 | 1 | -7/+13 |
| * | MFC r240087: | Edward Tomasz Napierala | 2012-10-04 | 1 | -3/+4 |
| * | MFC r240084: | Edward Tomasz Napierala | 2012-10-04 | 1 | -0/+11 |
| * | MFC r240083: | Edward Tomasz Napierala | 2012-10-04 | 1 | -0/+15 |
| * | MFC r240076: | Edward Tomasz Napierala | 2012-09-17 | 1 | -2/+2 |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 1 | -1/+1 |
| * | Make it possible to use permission sets (full_set, modify_set, read_set | Edward Tomasz Napierala | 2011-04-09 | 1 | -2/+17 |
| * | Increase carried_error if we skip a file due to an error. This ensures | Jaakko Heinonen | 2011-01-03 | 1 | -0/+4 |
| * | Typo fix: s/ommited/omitted | Benedict Reuschling | 2010-07-27 | 1 | -2/+2 |
| * | Update authors and history. | Edward Tomasz Napierala | 2010-05-13 | 1 | -1/+6 |
| * | Switch to our preferred license text. | Joel Dahl | 2010-03-07 | 8 | -64/+64 |
| * | Fix breakage introduced in last commit. | Edward Tomasz Napierala | 2009-12-26 | 1 | -1/+1 |
| * | Improve ACL branding mismatch detection and reporting in some rare cases, | Edward Tomasz Napierala | 2009-12-26 | 4 | -8/+32 |
| * | Add NFSv4 support to setfacl(1). | Edward Tomasz Napierala | 2009-09-07 | 6 | -220/+538 |
| * | Fix double free in setfacl(1). Description from the author: | Edward Tomasz Napierala | 2008-09-06 | 1 | -4/+6 |
| * | Add hard sentence breaks. | Christian S.J. Peron | 2008-07-06 | 1 | -8/+10 |
| * | Document default ACLs and how to use them. | Christian S.J. Peron | 2008-07-06 | 1 | -0/+16 |
| * | Implement the -h flag (set an ACL on a symbolic link). | Kirk McKusick | 2007-02-26 | 1 | -4/+14 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -2/+3 |
| * | o Fix grammar, format. | Maxim Konovalov | 2006-06-09 | 1 | -3/+3 |
| * | Document the way to get list of files to process from the stdin. | Konstantin Belousov | 2006-06-09 | 1 | -1/+3 |
| * | Copy filename read from the stdin into the private buffer. Otherwise, | Konstantin Belousov | 2006-06-09 | 1 | -1/+5 |
| * | [mdoc] add missing space before a punctuation type argument. | Ruslan Ermilov | 2005-12-13 | 1 | -1/+1 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 2 | -4/+4 |
| * | Add the new standard EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-16 | 1 | -1/+1 |
| * | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 8 | -8/+8 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -8/+16 |
| * | style.Makefile(5) | David E. O'Brien | 2004-06-13 | 1 | -2/+2 |
| * | Add additional documentation to setfacl(1) regarding the behavior of | Robert Watson | 2003-08-07 | 1 | -0/+18 |
| * | -v no longer a valid argument to setfacl(1) -- remove from usage(). | Robert Watson | 2003-08-07 | 1 | -1/+1 |
| * | When reporting an error internalizing an ACL string, print out the | Robert Watson | 2003-07-18 | 1 | -2/+2 |
| * | Add "-h" arguments to getfacl and setfacl, which behave in a manner | Robert Watson | 2002-12-30 | 3 | -6/+21 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 6 | -12/+18 |
| * | Remove extraneous blank line | Chris D. Faulhaber | 2002-02-19 | 1 | -1/+0 |
| * | Use acl_dup() to duplicate an ACL instead of rolling our own | Chris D. Faulhaber | 2002-02-19 | 1 | -14/+2 |
| * | Use a more correct method of copying entire ACLs (fixes | Chris D. Faulhaber | 2002-02-03 | 1 | -3/+16 |
| * | Spelling. | Ruslan Ermilov | 2001-12-04 | 1 | -1/+1 |
| * | Default to WARNS=2. Binary builds that cannot handle this must explicitly | David E. O'Brien | 2001-12-04 | 1 | -2/+0 |
| * | Move the code merging ACL_USER and ACL_GROUP objects from under | Chris D. Faulhaber | 2001-12-03 | 1 | -22/+33 |
| * | Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL) | Chris D. Faulhaber | 2001-12-03 | 4 | -27/+31 |
| * | style(9) cleanups mostly consisting of: | Chris D. Faulhaber | 2001-12-03 | 6 | -87/+85 |
| * | Correct example to remove *all* extended ACL entries and | Chris D. Faulhaber | 2001-12-03 | 1 | -3/+4 |
| * | o Expand the explaination of the -b option WRT the resulting | Chris D. Faulhaber | 2001-12-02 | 1 | -3/+13 |
| * | o Correct error message forgotten in the last commit (malloc() -> calloc()) | Chris D. Faulhaber | 2001-12-02 | 1 | -3/+2 |
| * | Use calloc(3) instead of rolling our own. | Chris D. Faulhaber | 2001-12-02 | 1 | -2/+1 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
| * | WARNS= -> WARNS?= | Dima Dorfman | 2001-06-22 | 1 | -1/+1 |
| * | Silence WARNS=2 and BDECFLAGS on alpha and i386 | Kris Kennaway | 2001-05-20 | 3 | -2/+4 |
| * | Correct assignment of the resulting ACL allowing the mask entry to | Chris D. Faulhaber | 2001-05-03 | 1 | -1/+1 |