summaryrefslogtreecommitdiff
path: root/bin/getfacl
AgeCommit message (Expand)Author
2025-04-20getfacl: implement --skip-base (-s)Kyle Evans
2025-04-20getfacl: add some long options for Linux compatibilityKyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-21getfacl: free `acl` in print_acl error pathKyle Evans
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-08-27Fix build of bin/getfacl after libc changes.Gleb Popov
2020-11-23bin/setfacl: Little refactoring, no functional change.Gleb Popov
2018-11-01Avoid copying a struct stat for acl_from_stat() calls.Mark Johnston
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2012-09-04In getfacl(1) manual page, mention where to read about the ACL syntax.Edward Tomasz Napierala
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-06-11More mdoc nitpicking to improve compatibility to mdocmlUlrich Spörlein
2009-11-02Use our canonical .Dd format.Christian Brueffer
2009-09-04Add NFSv4 ACL support to getfacl(1).Edward Tomasz Napierala
2007-09-19Use owner name and owning group name instead of uid and gidKevin Lo
2006-09-17Markup fixes.Ruslan Ermilov
2006-03-13Add "-q" argument to getfacl(1), which suppresses the per-file headerRobert Watson
2005-02-09Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-01-16Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov
2004-05-16Fixed spelling of the document date.Ruslan Ermilov
2003-02-23Grammar.Ruslan Ermilov
2002-12-30Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson
2002-11-03- Consistent use of warn() vs. perror().Tim J. Robbins
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-02-22Partially fix (well, work around) warnings inspired by lint, aMark Murray
2001-12-04Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien
2001-11-16o Update licenses, comments.Robert Watson
2001-07-15Set WARNS=2 on programs which compile cleanly.Dima Dorfman
2001-05-20Silence warnings on alpha. Unfortunately we can't add WARNS to thisKris Kennaway
2001-04-18mdoc(7) police: normalize .Nd.Ruslan Ermilov
2001-04-13Convert getfacl to the ACL editing library functions. getfacl shouldChris D. Faulhaber
2001-04-11Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber
2001-04-04setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl
2001-03-23mdoc(7) police: fix markup and some spelling.Ruslan Ermilov
2001-03-20Remove extra CFLAGS and redundant SRCSChris D. Faulhaber
2001-03-19Remove 'NOSHARED=yes' (../Makefile.inc already sets this)Chris D. Faulhaber
2001-03-19o Missed in prior commit: getfacl(1) MakefileRobert Watson