index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
setfacl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly NUL terminate the buffer filled by fread().
truckman
2016-06-08
1
-3
/
+3
*
Fix Coverity CID 1019054 (String not null terminated) in setfacl.
truckman
2016-05-25
1
-2
/
+2
*
Explicitly add unmarked bin/ binaries to the runtime package.
gjb
2016-02-09
1
-0
/
+1
*
Don't mention the "canonical six" in setfacl(1); it describes semantics
trasz
2016-01-23
1
-3
/
+4
*
Expose an interface to determine if an ACE is inherited.
delphij
2015-09-04
1
-2
/
+4
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge head from 7/28
sjg
2014-08-19
1
-2
/
+2
|
|
\
|
|
/
|
/
|
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
sync from head
sjg
2013-04-12
1
-7
/
+17
|
|
\
|
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
|
|
|
|
\
|
*
-
.
\
Sync from head
sjg
2012-11-04
4
-33
/
+65
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
use .Mt to mark up email addresses consistently (part1)
bapt
2014-06-20
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
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
[next]