Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
7a832d43 |
| 13-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Convert getfacl to the ACL editing library functions. getfacl should now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches).
Review by: rwatson Ob
Convert getfacl to the ACL editing library functions. getfacl should now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches).
Review by: rwatson Obtained from: TrustedBSD Project
show more ...
|
#
fb1af1f2 |
| 11-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Correct the following defines to match the POSIX.1e spec:
ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE
Obtained from: TrustedBSD
|
#
43960f15 |
| 19-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar Obtained from: Trusted
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar Obtained from: TrustedBSD Project
show more ...
|
#
cbd59a4f |
| 08-Sep-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC from head@196987
|
#
83bd4cd0 |
| 04-Sep-2009 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add NFSv4 ACL support to getfacl(1).
Reviewed by: rwatson
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
c5771451 |
| 19-Sep-2007 |
Kevin Lo <kevlo@FreeBSD.org> |
Use owner name and owning group name instead of uid and gid for displaying the three-line comment header by default.
Reviewed by: kientzle Approved by: re (bmah)
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
f9a86e37 |
| 13-Mar-2006 |
Robert Watson <rwatson@FreeBSD.org> |
Add "-q" argument to getfacl(1), which suppresses the per-file header comment listing the file name, owner, and group.
MFC after: 1 week Submitted by: Jan Srzednicki <w at expro dot pl>
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
a89237ae |
| 09-Feb-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sync program's usage() with manpage's SYNOPSIS.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
8051fdde |
| 30-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Add "-h" arguments to getfacl and setfacl, which behave in a manner similar to "-h" on chown, chmod, etc, causing the operation to occur on a final symlink in the provided path, rather than its targe
Add "-h" arguments to getfacl and setfacl, which behave in a manner similar to "-h" on chown, chmod, etc, causing the operation to occur on a final symlink in the provided path, rather than its target.
Obtained from: TrustedBSD Project
show more ...
|
#
4e65ab95 |
| 04-Nov-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
- Consistent use of warn() vs. perror(). - Gracefully handle the case where standard input is missing a newline at EOF. - Exit with status 1 instead of -1 (really 255) on error. - Add a Diagnostics
- Consistent use of warn() vs. perror(). - Gracefully handle the case where standard input is missing a newline at EOF. - Exit with status 1 instead of -1 (really 255) on error. - Add a Diagnostics section to the manual page documenting exit status.
Approved by: rwatson
show more ...
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
5eb43ac2 |
| 30-Jun-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Consistently use __FBSDID
|
#
fab912df |
| 22-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Partially fix (well, work around) warnings inspired by lint, a commercial lint and WARNS=4.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
9331ef53 |
| 16-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Update licenses, comments.
Obtained from: TrustedBSD Project
|
#
28bf3202 |
| 20-May-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Silence warnings on alpha. Unfortunately we can't add WARNS to this because of that stupid mode_t warning bug.
MFC After: 1 week
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
7a832d43 |
| 13-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Convert getfacl to the ACL editing library functions. getfacl should now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches).
Review by: rwatson Ob
Convert getfacl to the ACL editing library functions. getfacl should now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches).
Review by: rwatson Obtained from: TrustedBSD Project
show more ...
|
#
fb1af1f2 |
| 11-Apr-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Correct the following defines to match the POSIX.1e spec:
ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE
Obtained from: TrustedBSD
|
#
43960f15 |
| 19-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar Obtained from: Trusted
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar Obtained from: TrustedBSD Project
show more ...
|