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
*
[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
*
WARNS= -> WARNS?=
dd
2001-06-22
1
-1
/
+1
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
3
-2
/
+4
*
Correct assignment of the resulting ACL allowing the mask entry to
jedgar
2001-05-03
1
-1
/
+1
*
o Separate acl_t into internal and external representations as
jedgar
2001-04-24
5
-98
/
+168
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
1
-1
/
+1
*
setfacl and getfacl no longer need to link against libposix1e, since it
tmm
2001-04-04
1
-2
/
+0
*
mdoc(7) police: fix markup and some spelling.
ru
2001-03-23
1
-47
/
+73
*
Remove extra CFLAGS
jedgar
2001-03-20
1
-2
/
+1
*
Remove 'NOSHARED=yes' (../Makefile.inc already sets this)
jedgar
2001-03-19
1
-2
/
+0
*
o Missed in addition of setfacl.h in setfacl(1)
rwatson
2001-03-19
1
-0
/
+76
*
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
rwatson
2001-03-19
8
-0
/
+983