aboutsummaryrefslogtreecommitdiff
path: root/bin/getfacl
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
| | | | | | | | | | | Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295439
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync from headSimon J. Gerraty2012-11-042-1/+5
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=242545
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible. Notes: svn path=/head/; revision=241720
* | In getfacl(1) manual page, mention where to read about the ACL syntax.Edward Tomasz Napierala2012-09-041-0/+4
|/ | | | | | | | | | | PR submitter suggested adding it to acl(3) instead, but I don't think pointing ordinary users at section 3 is a good idea. PR: docs/162380 MFC after: 1 month Notes: svn path=/head/; revision=240085
* More mdoc nitpicking to improve compatibility to mdocmlUlrich Spörlein2010-06-111-1/+1
| | | | | | | | | | | - .Nd in section NAME is not optional - .Ed was missing - "indent" is not a flag, but a literal argument for -offset - stop switching font sizes for acronyms - use .Brq instead of rolling our own Notes: svn path=/head/; revision=209034
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
| | | | | | | Submitted by: Ulrich Spoerlein Notes: svn path=/head/; revision=198788
* Add NFSv4 ACL support to getfacl(1).Edward Tomasz Napierala2009-09-042-17/+72
| | | | | | | Reviewed by: rwatson Notes: svn path=/head/; revision=196827
* Use owner name and owning group name instead of uid and gidKevin Lo2007-09-191-2/+30
| | | | | | | | | | for displaying the three-line comment header by default. Reviewed by: kientzle Approved by: re (bmah) Notes: svn path=/head/; revision=172237
* Markup fixes.Ruslan Ermilov2006-09-171-2/+3
| | | | Notes: svn path=/head/; revision=162379
* Add "-q" argument to getfacl(1), which suppresses the per-file headerRobert Watson2006-03-132-11/+20
| | | | | | | | | | comment listing the file name, owner, and group. MFC after: 1 week Submitted by: Jan Srzednicki <w at expro dot pl> Notes: svn path=/head/; revision=156681
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
| | | | Notes: svn path=/head/; revision=141578
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-2/+2
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* Fixed spelling of the document date.Ruslan Ermilov2004-05-161-2/+2
| | | | Notes: svn path=/head/; revision=129296
* Grammar.Ruslan Ermilov2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=111278
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson2002-12-302-14/+28
| | | | | | | | | | 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 Notes: svn path=/head/; revision=108450
* - Consistent use of warn() vs. perror().Tim J. Robbins2002-11-032-9/+10
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=106388
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+5
| | | | Notes: svn path=/head/; revision=99109
* Partially fix (well, work around) warnings inspired by lint, aMark Murray2002-02-221-2/+2
| | | | | | | commercial lint and WARNS=4. Notes: svn path=/head/; revision=91083
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* o Update licenses, comments.Robert Watson2001-11-162-1/+8
| | | | | | | Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=86458
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-151-0/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79758
* Silence warnings on alpha. Unfortunately we can't add WARNS to thisKris Kennaway2001-05-201-1/+2
| | | | | | | | | because of that stupid mode_t warning bug. MFC After: 1 week Notes: svn path=/head/; revision=76875
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* Convert getfacl to the ACL editing library functions. getfacl shouldChris D. Faulhaber2001-04-131-21/+69
| | | | | | | | | | | now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches). Review by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75491
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-9/+9
| | | | | | | | | | | ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE Obtained from: TrustedBSD Notes: svn path=/head/; revision=75404
* setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl2001-04-041-2/+0
| | | | | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75189
* mdoc(7) police: fix markup and some spelling.Ruslan Ermilov2001-03-231-19/+26
| | | | Notes: svn path=/head/; revision=74676
* Remove extra CFLAGS and redundant SRCSChris D. Faulhaber2001-03-201-2/+1
| | | | | | | | | Add DPADD Submitted by: bde Notes: svn path=/head/; revision=74505
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)Chris D. Faulhaber2001-03-191-1/+0
| | | | Notes: svn path=/head/; revision=74489
* o Missed in prior commit: getfacl(1) MakefileRobert Watson2001-03-191-0/+9
| | | | Notes: svn path=/head/; revision=74467
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-192-0/+301
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74465